sasax7
sasax7
Friends

Add friends via their profile or user search and you will be able to see if they are online

sasax7
Added topic how do I usde MA whith rsi as the aplied price and refer to past events?
Hi I am pretty new to coding. I am trying to take the moving average of the RSI. I tried it tis way: double r = iRSI(NULL,0,rsiPeriod,0,0);     double fastMA1 = iMA(NULL,0,lengthrsifast,0,MODE_SMA,r,0); double slowMA1 =
sasax7
Added topic How do I check if a condition was met in the candles before?
Hi I am really new to coding, and I am trying to code an alert system for a strategy. double fastMA1 = iMA(NULL,0,lengthrsifast,0,MODE_SMA,r,0); double slowMA1 = iMA(NULL,0,lenghtrsislow,0,MODE_SMA,r,0); bool staticlong = fastMA1 < staticlonglvl;
sasax7
Registered at MQL5.community