taichifx:
Hi Traders
I want to remove MACD INDICATOR and input ENVELOPE. Could someone show me what code to be removed from MACD INDICATOR and what code of ENVELOPE to be added.
Thanks for your help
this line
MacdBuffer[i]=iMA(NULL,0,FastSMA,0,MODE_SMA,PRICE_CLOSE,i)-iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,i);
will take your attention ;-)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Traders
I want to remove MACD INDICATOR and input ENVELOPE. Could someone show me what code to be removed from MACD INDICATOR and what code of ENVELOPE to be added.
Thanks for your help