Vi Fra / Publications
Forum
Bring Indicator Buffers to CArrayObj
Hello guys, I wanna iterate thru indicator buffers of different timeframes/periods and check for signals. #include <Arrays\ArrayObj.mqh> CArrayObj m_arr; //params for rsi indicator double RSI_M1[]; double RSI_M5[]; int RSI_handle_M1; int