Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

ToClearObjectsByTypeByTime - script pour MetaTrader 5

Vues:
2181
Note:
(19)
Publié:
2017.05.29 14:06
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.

//+-----------------------------------------------+
//|  SCRIPT INPUT PARAMETERS                      |
//+-----------------------------------------------+
input ENUM_OBJECT OBJ_TYPE=-1;    //The type of objects to delete
input uint TimeLevel=10;          //Trigger level in days

So, the TimeLevel input determines the number of days back from the current one. Objects before that day will be deleted.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17998

ToClearObjectsByType ToClearObjectsByType

The script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.

ToClearChartObjectsByType ToClearChartObjectsByType

The script removes from the current chart all objects of the user selected type

cm_ind_level_cndl cm_ind_level_cndl

The indicator displays the price pivot point.

Stochastic_Chaikins_Volatility Stochastic_Chaikins_Volatility

The Chaikin volatility indicator modified to have a stochastiс view, and implemented in the form of a signal cloud.