arjani111 / Profile
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
: