Mql4 Boy / Publications
Forum
Setting up a MA on RSI
I am trying to set up 2 MAs ontop of an RSI, using the Previous Indicators Data, and place a sell/buy when they cross. However I just can't seem to get my head around it and get it working and placing the buy/sell at the correct place. Any help is appreciated. My current code (mql4): double
Applying MAs to MACD
HI, I am new to MQL4 and have a question. On my visual chart, I have a MACD with two moving average indicators applied to it (Exponential using First Indicator's Data). How do I replicate this in mql4 code so I can create a EA? I know how to create a MA and MACD seperately in code, but I dont know