lnchml / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
lnchml
Added topic iMACD: signal line with EMA code
Hi, the calculation of "macd_signal" in my EA code is: double macd_main= iMACD ( NULL , 0 , 12 , 26 , 9 , PRICE_CLOSE ,MODE_MAIN, 1 ); double macd_signal= iMACD ( NULL , 0 , 12 , 26 , 9 , PRICE_CLOSE ,MODE_SIGNAL, 1 ); but regarding the
: