Topic: moving averages crossover

Hello

Its possible make a moving average crossover of 3 moving averages?

Thanks for your answers

Regards.

Re: moving averages crossover

sebas1065 wrote:

Hello

Its possible make a moving average crossover of 3 moving averages?

Thanks for your answers

Regards.

I think you can get the result that you require using moving average indicator with the crossover iindicator. You may have to use crossover twice... try it a few different ways until you get the result you want.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: moving averages crossover

Thought I could piggy-back on this thread while we are discussing MA crossovers. I hope the threadstarter doesnt mind smile

How do I implement a logic for entry for the following:

-2 MA crossovers
-Smaller MA has to close 20 pips above bigger MA for entry

Thanks in advance

Re: moving averages crossover

[Opening Point of the Position]
     Bar Opening
     Enter the market at the beginning of the bar
     Base price  -  Open

[Opening Logic Condition]
     Moving Averages Crossover
     The Fast MA crosses the Slow MA upward
     Base price  -  Close
     Fast MA method  -  Simple
     Slow MA method  -  Simple
     Fast MA period  -  15
     Slow MA period  -  50
     Fast MA shift  -  0
     Slow MA shift  -  0
     Use previous bar value  -  Yes

[Opening Logic Condition]
     Awesome Oscillator
     The AO is higher than the Level line
     Smoothing method  -  Simple
     Base price  -  Close
     Slow MA period  -  50
     Fast MA period  -  15
     Level  -  0.0020
     Use previous bar value  -  Yes