Page 1 of 2

MA crossover strategy

PostPosted: Mon Mar 21, 2011 3:08 am
by Alexander.Gettinger
Strategy based on MA crossover indicator (viewtopic.php?f=17&t=2621).

MA_Crossover_Strategy.png


Download:
MA_Crossover_Strategy.lua
(15.45 KiB) Downloaded 1729 times


For this strategy must be installed AVERAGES indicator (viewtopic.php?f=17&t=2430).

Re: MA crossover strategy

PostPosted: Mon May 02, 2011 5:20 am
by alepan72
Goodmorning everyone!
I use strategies with an MA as stop. When I add the option, strategy confirm the enter/exit point in to the close of candle. I wonder if you can tell me how to write the code, when I have a strategy that work with candles (RSI, crossover, Stochastic etc.), my MA stop close the trade on tick and not on close of candle.
Thanx in advance and best regards for your services!!!

Re: MA crossover strategy

PostPosted: Thu Feb 16, 2012 2:05 am
by rebeljedi
hi Alexander,

could you kindly create a combination of this strategy MA Crossover with this ADX DMI strategy?

The strategy:

1. FasterMA crosses above SlowerMA (confirmed cross) and
ADX>=[specified value] and DMIplus>=[specified value] on the candle where crossing happens
=> buy on open of next candle

2. 1. FasterMA crosses below SlowerMA (confirmed cross) and
ADX>=[specified value] and DMIminus>=[specified value] on the candle where crossing happens
=> sell on open of next candle

thank you!

Re: MA crossover strategy

PostPosted: Thu Feb 16, 2012 2:50 am
by Apprentice
Your request is added to the development list.

Re: MA crossover strategy

PostPosted: Thu Feb 16, 2012 3:06 am
by rebeljedi
Thank you very much, Alexander!

Re: MA crossover strategy

PostPosted: Wed Feb 22, 2012 9:24 pm
by amazon1a
I am also very interested in this strategy. Thanks

Re: MA crossover strategy

PostPosted: Mon Jul 02, 2012 7:22 am
by rebeljedi
rebeljedi wrote:hi Alexander,

could you kindly create a combination of this strategy MA Crossover with this ADX DMI strategy?

The strategy:

1. FasterMA crosses above SlowerMA (confirmed cross) and
ADX>=[specified value] and DMIplus>=[specified value] on the candle where crossing happens
=> buy on open of next candle

2. 1. FasterMA crosses below SlowerMA (confirmed cross) and
ADX>=[specified value] and DMIminus>=[specified value] on the candle where crossing happens
=> sell on open of next candle

thank you!


Hi, I would like to check if there is any update on this request as you have indicated it will be in the developmental queue. Thank you.

Re: MA crossover strategy

PostPosted: Tue Aug 14, 2012 3:08 am
by rebeljedi
Hi,

I am checking in again to restate my interest in the MAcrossover-ADX DMI request.
Please kindly advise if there is a new link.

Thank you.

Re: MA crossover strategy

PostPosted: Thu Oct 25, 2012 1:34 pm
by guangho
Friends, hello!

The strategy, it will generate signals when the " opening " and " closing " of the operation.

I would like to ask: can modify it to generate a signal only when the " opening " and " closing "? Because I just want to through the " limit " and " stop" for unwinding operation. My account is allowed to lock.

Thank you very much.

Re: MA crossover strategy

PostPosted: Fri Oct 26, 2012 2:57 am
by Apprentice
If I understood well.
Set "Allow strategy to trade" to no.
And you will have a trade signal only.