arjani111
arjani111
Friends 2
arjani111
Added topic MT5 bug ?
I compare current, previous Bar heights, high, low, open, close. The result is always negative, despite the candle direction. Have tried int, char data types. Is it MT5 bug ? Why negative symbol appears in both directions
arjani111
Added topic Trendline switching in row
void ProcessTrendlineAlert() {    ushort u_sep = StringGetCharacter (";", 0 );    string strTrendlineArray[];    int iTrendlineTotal= StringSplit (strTrendLineName,u_sep,strTrendlineArray);    int i= 0 ;
arjani111
Added topic Switching code / trigger code
I do not post the full code, to make question very easy to understand. Two cycles should go in order: A-B-A-B... In others words: Cycle A should be activated only once, Then goes cycle B, and everything repeats... It is not working. Logic code below
arjani111
Registered at MQL5.community