Forum

How to save the historical indicator datas?

Hi all, I wrote an own very simple mtf rsi indicator what is works just in realtime. dBuf1[0]=iRSI(NULL, tf1, 14, PRICE_CLOSE, 0); I use it in my VPS treminal well, but if I restart the Metatrader the datas will lost. How can i save the datas from it. The iCustom in an script doesn't work of course

Can i make faster indicator if i wrote my code into a dll?

Hi All, I wrote and indicator and it makes slower my EA. If i wrote my code into an DLL is it be faster? thanks