Trabalho concluído
Termos de Referência
Need na EA base on Donchian Channels, Vwap and ADX indicator.
The parameters needed are:
-Start Time: 24h format, that allows the to start trading.
-End time: 24h format, that would allow the EA to close all positions at this end time.
-Lot: lot size.
-Stop loss: in ticks/pips.
-Take Profit : in ticks/pips.
-Trailling Stop Start: this parameter indicates how many ticks of gain the trailling Will start.
-Trailling step: this parameter the step moviment in ticks/pips
-Daily Max loss: this parameter indicates the maximun amount of loss per Day in ticks/pips
-Magic Number.
-Donchian parameters.
-ADX parameters
-Vwap parameters
Trading strategy:
Sell Sign:
The EA should open a short position when the daily vwap is above the donchian middle line, and the ADX DI+ cross the ADX DI- from above to below.
In the images below whe can see in the upper part
tha the vwap in blue is above the donchian middle line in yellow, and in the
botton of the image we can see the ADX DI+ in blue crossing from above to below
the ADX DI- in purple
Buy sign:
The EA should open a long position when the daily vwap is below the donchian middle line, and the ADX DI+ cross the ADX DI- from below to above.
In the images below whe can see in the upper part tha the vwap in blue is below the donchian middle line in yellow, and in the botton of the image we can see the ADX DI+ in blue crossing from below to above the ADX DI- in purple