alexnguyen0992:
Hi all,
I am writing a simple indicator base on 2 MA Cross. I don't understand why Slow MA can Drop down like imagie
Can you help me!
Hi all,
I am writing a simple indicator base on 2 MA Cross. I don't understand why Slow MA can Drop down like imagie
Can you help me!
I am absolutely that this exact same question (according to your image) has been asked and answered recently.
EDIT: The OP has now changed the image.
Alex Nguyen:
Hi all,
I am writing a simple indicator base on 2 MA Cross. I don't understand why Slow MA can Drop down like imagie
Can you help me!
[img]https://charts.mql5.com/32/729/nas100-m15-fxcm-australia-pty-2.png[/img]
What don't you understand?
Do you expect that the slow MA will just keep rising when price has been dropping?
I call 2 MA with the basic code
MA300[i]=iMA(NULL,NULL,MAPeriod,0,0,0,i);
MA300slow[i]=iMA(NULL,NULL,MAPeriod,-40,0,0,i);
Chart NAS100, M15, 2022.06.03 13:18 UTC, FXCM Australia Pty. Limited, MetaTrader 4, Demo
- www.mql5.com
Symbol: NAS100. Periodicity: M15. Broker: FXCM Australia Pty. Limited. Trading Platform: MetaTrader 4. Trading Mode: Demo. Date: 2022.06.03 13:18 UTC.
Your new image is showing a shifted MA, not a slow MA.
The vertical line looks like a trendline.
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 all,
I am writing a simple indicator base on 2 MA Cross. I don't understand why Slow MA can Drop down like imagie
Can you help me!
[img]https://charts.mql5.com/32/729/nas100-m15-fxcm-australia-pty-2.png[/img]