Page 2 of 5

Re: MA Cross Over with HTF Conformation

PostPosted: Fri Dec 20, 2019 9:22 am
by Apprentice
Two_MA_Cross_EA.mq4
(145.4 KiB) Downloaded 436 times

Try this version.

Re: MA Cross Over with HTF Conformation

PostPosted: Fri Dec 20, 2019 3:00 pm
by Kelly123
Hi Apprentice
Need this topic in LUA please
thanks Kelly

Re: MA Cross Over with HTF Conformation

PostPosted: Mon Dec 23, 2019 6:02 am
by Apprentice
Your request is added to the development list.
Development reference 469.

Re: MA Cross Over with HTF Conformation

PostPosted: Tue Dec 24, 2019 7:06 am
by Apprentice

Re: MA Cross Over with HTF Conformation

PostPosted: Thu Dec 26, 2019 5:11 am
by Kelly123
Hi Apprentice & Team,
Looks great thank you, just a small request is it possible to add an Exit indicator instead of closing on opposites.? Could you add the RVI. lua (relative vigor index) When the RVI crosses below the signal line to exit long trade and when the RVI crosses above the signal line exit short trade must be able to change setting on the indicator and the timeframe for the indicator is the MA cross over Time frame.
Noticed when forward testing would not get any alert unless used the allow to trade can you change so we can get alerts without allowing strategy to trade and also to have end of turn to both timeframes b4 being alerted
Kelly

Re: MA Cross Over with HTF Conformation

PostPosted: Thu Dec 26, 2019 9:26 am
by Apprentice
Your request is added to the development list.
Development reference 486.

Re: MA Cross Over with HTF Conformation

PostPosted: Fri Dec 27, 2019 6:36 am
by Apprentice
Two_MA_Cross_EA.lua
(141.91 KiB) Downloaded 378 times

Try this version.

Re: MA Cross Over with HTF Conformation

PostPosted: Sat Jan 18, 2020 7:57 am
by Apprentice
We need x2 timeframes
TF1 Should have x2 MA (Selection) when fast crosses slow condition met on TF1
TF2 Should have x1 MA (Selection) when fast crosses slow on TF1 for then also price close biased to TF1 ma cross over and biased to TF2 MA
For example,
TF1 fast crosses above slow TF2 Price closed above tf2 MA = entry for long
TF1 fast crosses below slow TF2 Price closed below tf2 MA = entry for short

And the re-entry part is if the Higher timeframe is already biased to a long set up where price is above higher timeframe on tf2 and price is in between the fast and slow on tf1 to get alerted on the close above the fast as conditions met on all Timeframes and vice versa for shorts
Hope this helps

MA_Cross_Over_with_HTF_Conformation.lua
(138.13 KiB) Downloaded 361 times

Re: MA Cross Over with HTF Conformation

PostPosted: Tue Jan 21, 2020 11:22 am
by Kelly123
Hi Apprentice,
Great Job!! Can you add two more conformations to cancel out some of the noise
1. Add the zigzag channel indicator. Conditions would be if the strategy as it is gave a signal for long on a Reversal would need to close above the channel resistance line and if gave a signal for short would need to close below the channel support line.
2. Can you add a max number of candles allowed before the MA Cross Over, for example if price was going up and it took 10 selling candles for the MA to cross over ( fast cross below slow) and broke the down support from the channel zigzag and we set the max to 8 candles no signal to be given this option would need to be able to disable this option.
Thanks so much again
Kelly






ma with HTF confo and ZZ channel.JPG

Re: MA Cross Over with HTF Conformation

PostPosted: Tue Jan 21, 2020 1:37 pm
by Apprentice
Your request is added to the development list.
Development reference 576.