The Multiple Moving Average provides us with a method of visualising the dynamics of the market and the change from stability to instability and back again. It reveals additional information about the dynamics of the market that cannot be obtained from any individual moving average.
Kevin Barry of the Traders & Investors Club demonstrates how the Multiple Moving Average can identify the potential for a change of market state and help to define the time frame in which the change is likely to occur.
Re: Trading (training) videos
2Hey Mladen,
Nice video.
Is a multiple moving average (Guppy) possible in a separate window ? Or does that exist already for MT4 ?
Wulong
Nice video.
Is a multiple moving average (Guppy) possible in a separate window ? Or does that exist already for MT4 ?
Wulong
Re: Trading (training) videos
3It is possible to have in separate window. If there is no such version already (will check it) then will make oneWulong wrote:Hey Mladen,
Nice video.
Is a multiple moving average (Guppy) possible in a separate window ? Or does that exist already for MT4 ?
Wulong
Re: Trading (training) videos
5Thanks, will load these 2 extra indis to my overcrowded charts and see what they will tell.
Would like to test the 'new' one also though ....
Would like to test the 'new' one also though ....
Re: Trading (training) videos
7Hi berkahberkah wrote:interesting video.....hope much more learning....
Welcome here and thanks for joining here trading community
regards
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Trading (training) videos
8Do you know Steve Nison is still occasionally upload free videos to Youtube?
Somewhat old school but i like him....
Somewhat old school but i like him....
Simplicity is the ultimate sophistication - Leonardo da Vinci
Re: Trading (training) videos
9Made this version that dynamically displays whatever you place in these two variables - no need to make a new version for changing the number of plots in mq4:
input string TraderPeriods = "3,5,7,10,12,15"; // Comma Separated traders List "3,5,7,10,12,15"
input string InvestorPeriods = "30,35,40,45,50,60"; // Comma Separated investors List "30,35,40,45,50,60"
input string TraderPeriods = "3,5,7,10,12,15"; // Comma Separated traders List "3,5,7,10,12,15"
input string InvestorPeriods = "30,35,40,45,50,60"; // Comma Separated investors List "30,35,40,45,50,60"
Re: Trading (training) videos
10Hi LukeBLukeB wrote:Made this version that dynamically displays whatever you place in these two variables - no need to make a new version for changing the number of plots in mq4:
input string TraderPeriods = "3,5,7,10,12,15"; // Comma Separated traders List "3,5,7,10,12,15"
input string InvestorPeriods = "30,35,40,45,50,60"; // Comma Separated investors List "30,35,40,45,50,60"
You are Welcome here,thanks for joining us
also appreciations for your contributions on your first post
regards
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.