nguyentrict2021Suapan

nguyentrict2021
nguyentrict2021 Nov 20, 2023 at 05:09
Complete EA
I am looking for an experienced developer to create a EA for me.


Your coding must be clean and well commented.



EA requirements

1. Plot the following lines (based on fibo line tool) at previous days last hour candle high and low

Make this configurable: ability to define time of candle to plot lines below.

Line to plot:

1.50%

1.25%

1.00% = High of candle

0.75%

0.50%

0.25%

0% = Low of candle

-0.25%

-0.5%



2. Extend lines to 9am of the following day

3. If point gap between 0% - 1.00% is greater than x (make this number configurable) then do not place any trades?

4. Criteria for open trades to be provided directly developer once selected (this will include risk management settings, when to open and close trades (TPs and SLs), trailing stops etc). For now, please note trades will be executed when prices equals certain levels (lines that are plotted).

5. As I test the EA and backtest, I will pay additional $ for tweaks to the EA. But for now I need the base EA built.
nguyentrict2021
nguyentrict2021 Nov 20, 2023 at 05:09
https://www.mql5.com/en/users/trinm1987/seller
nguyentrict2021
nguyentrict2021 Nov 20, 2023 at 04:59
just complete EA
EA measures the spread of the candle, 50% of spread is the grid space

EA place buy/sell pending orders at corresponding grid level (above / below actual price at beginning of new candle)

Stop Loss / Take Profit regards to candle spread (not to points or pips)

Martingale Input, Multiplicator

Trade Start / End / Close in hh:mm

Comment, Magic Number

Trailing Stop

Input how many candle trades in parallel