Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Komut dosyaları

ToClearObjectsByTypeByTime - MetaTrader 5 için komut dosyası

Görüntülemeler:
2173
Derecelendirme:
(19)
Yayınlandı:
2017.05.29 14:06
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.