Spezifikation
hello I want to build a simple EA using the ALMA moving average indicator form trading view.the indicator code is in pine script you will receive it once you get the job.
.Specification
The EA should be design to run on the MT5 market on Mac and windows versions.
Provide source code and user manual.
The EA should have the ability to work with a virtual private server/VPS.
I should have the ability to change lot size, stoploss and take profit.
I want the EA to open a buy trade when ever market price crosses above the moving average.
I want it to open a sell trade when ever market price crosses below the moving average.
The EA should not open more than one trade per cross over.
When ever the EA open a trade and it does not hit take profit and smash my stop lost, I want a trade to be opened within the opposite trade of intended on the same candle stick or the one after it so that it will be a break even and if it does not hint take profit again the EA should wait for the market price to cross over the moving average on a different/next candle stick.
EXAMPLE: https://www.icloud.com/freeform/09cirEoyJCZwxTagFz6D39lDQ#Untitled_5
The EA should have the ability to change the moving average
Sigma. Window size. Offset.
The EA should work on the XAUUSD market
The EA should have the ability to change and work with different time frames which is: 1 minute, 15 minute and 1 hour.
.default settings
2$ per lot
Stop loss: 3 pip/lots
Take profit: 3 pip/lots
1 minute time frame
Alma setting
Window size:100
Offset:0.9
Sigma:10