Forum

Sleep custom indicator

How i do so that after an Array, the indicator will sleep for some time, in this case (2 candles) My attempt, but dont work if (CONDITIONS) { Buffer1[i] = Close[i] - iATR ( NULL , PERIOD_CURRENT , 14 ,i); if (i == 0 && Time[ 0 ] != time_alert) {meuAlerta( "Buy" ); time_alert = Time[ 0 ];} Sleep ( 2

BackTester Binary Options

Good Afternoon. How can i insert a backtester of the buffers like the image on mt4( for example: if 5minutes after the buffer 1 is greater than start count 1 win else count 1 loss)? #property copyright "Criado por Renato José" #property description "A pedido de Jeferson Menchik" #property

Object to Buffer (Help coders)

Hi, How do I convert this object to a buffer? As this object is in sequential number I would also like to know how to put his name only as a prefix, can someone help me? PS .: I tried very very hard so I am asking for your help, thanks in advance. My last tried: double SRZ =

icustom help

hi everybody, i need help if someone can do i will be grate, is simple, when i do an indicator icustom like this: double BUY1 = iCustom(NULL,0,"RSI",1,Current); double BUY2 = iCustom(NULL,0,"CUSTOMINDI",1,Current); < IF THIS INDI HAS ALERT, IT COMES A ALARM AND PRINT THE