help candle size

 
if(Close[i]-Open[i]>0&&Close[i]-Open[i]>size1*_Point&&i-1>=0)
               dnArrow1[i-1]=High[i-1]+PadAmount1*_Point;
            if(-Close[i]+Open[i]>0&&-Close[i]+Open[i]>size1*_Point&&i-1>=0)
               upArrow1[i-1]=Low[i-1]-PadAmount1*_Point;


How i can add this rule for multiple candles?


Example: 

X candles must be bigger than size1

 
brunovsc01 :

Your question about the old terminal?

 

mql4

 
brunovsc01 :

mql4

All questions about the old terminal are discussed in a special section: MQL4 and MetaTrader 4 . I will move your topic.

 
thx
Reason: