Работа завершена
Техническое задание
Looking for a developer with experience that I can work with long term potentially who can create an EA that utilizes MA, Bolinger Bands, Stochastic, and possibly Fractals.
CONDITIONS FOR A BUY
- Price is above MA.
- The K&D stochastic lines have touched the 25 level.
- A candle has touched the bottom channel of the Bollinger Band.
- Buy on the close of the first bullish candle after this sequence.
CONDITIONS FOR A SELL
- Price is below MA.
- The K&D stochastic lines have touched the 75 level.
- A candle has touched the top channel of the Bollinger Band.
- Sell on the close of the first bearish candle after sequence.
EA has to be able to quantify live account size and calculate lot size relative to, account size risk percentage per trade, and the quantity of pips for the Stop Loss.
For Example:
Account Size: $112,000.00
Risk Percentage Per Trade: 1% = $1,120.00 per trade
Lot Size Formula: Monetary Risk/ SL in pips * 0.1 = Lot Size
$1,120.00/ SL in pips* 0.1 = Lot Size
Stop Loss is based on nearest support or resistance for this example SL 34 pips
Lot Size Formula: $1,120.00/ 34* 0.1 = 3.29 (3.29 = $32.90 per pip)
EA has to identify the most recent support or resistance in order to determine stop loss and initial take profit (which is 1:1 ratio with SL). I would use fractals for this if but if it's possible to identify the most relevant support or resistance without it I am interested.
I want to use this EA on multiple pairs and timeframes.
Back test and real forward tested data are required.
Parameters are not allowed to be shared.
I need access to source code.
See attached file.