Why Moving Average can drop down?

 

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]

 
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!
Check the values in the data window. See what it shows where the ma drops
 
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!

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?

 
Keith Watford #:

What don't you understand?

Do you expect that the slow MA will just keep rising when price has been dropping?

Bro, the Price still go up, fast MA not drop down! 

 
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);
 
Alex Nguyen #:

Bro, the Price still go up, fast MA not drop down! 

Please don't call me "Bro"!

You obviously don't understand how MAs work. Study them.

 
Keith Watford #:

Please don't call me "Bro"!

You obviously don't understand how MAs work. Study them.

ok, thank for your helping!
 
Chart NAS100, M15, 2022.06.03 13:18 UTC, FXCM Australia Pty. Limited, MetaTrader 4, Demo
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.

Reason: