I have a script for an algorithm that needs to be corrected and tested.

Lavoro terminato

Tempo di esecuzione 27 giorni
Feedback del cliente
Very good, will definitely use her in the future again.
Feedback del dipendente
Thanks a lot

Specifiche

Good day,


I have a script with a few errors in it which needs to be corrected. I also require that the script can do the following:

Once I have selected a developer, the script will be handed over in the trade menu.

I will require at least 4 weeks of backtesting as a proof of concept.

1. There must be a start and stop function I can use to either start or stop the script as I please.
2. Trades that are opened are equal to and not greater than 2 at a time.
3. The total of trades must not exceed 6 executions of the script.
4. The script must include logic to handle closed trades, such as adjusting the values of the openTrades and totalTrades variables.
5. Do not open a trade that exceeds more than 1 percent of the total capital amount of the fund rounded up to the nearest whole number.
6. I should be able to choose how many lots (tradesize) before running the script, and should it be greater than 1% of the capital, it should change it automatically to the 1%
    as in point 5.
7. The script will need to run until the capital amount has increased by a total no less than 5% and not greater than 10% since the script was started.
8. If the script wants to stop with open positions, the script must wait till the positions are closed, either by margin call level, profit target and loss thershold reached before
    stopping.
9. The script must include logic to handle the case of an order being filled at a different price than the one requested,
10. The script must automatically hedge the trade if the trade is showing a loss of 5 percent of the total capital amount of the fund.
11. If a trade has already been hedged and continues to show a loss of 5 percent of the total capital amount of the fund, close the trade down.
12. When hedging a trade, the trader range at time of purchase for the position must be taken into account when calculating the new profit for the trade to close.
13. The strategy must use the Bollinger Bands, MACD and RSI indicators to determine when to open trades, which I can adjust accordingly to suit my needs.
14. Open trades are closed as soon as they show a profit of 1 percent of the total capital amount of the fund.
15. The strategy must close the largest open trade showing a loss if the margin call level is reached.
16. The margin call level should be set at 50% of the account balance.
17. Before opening any trades, the margin call level will need to be checked and should be below 30% of the account balance.
18. Add a function to be able to backtest the script against historical data.
19. All these variables must be flexible, in other words I should be able to alter them before running the script from a User Interface such as changing lots size, the risk profile,
     the amount of trades to open, the profit taken, the paremeters of the indicators as well etc.etc.
20. This must be able to run as an automated script, whereby I can click start and stop as I wish.

Con risposta

1
Sviluppatore 1
Valutazioni
(442)
Progetti
570
37%
Arbitraggio
106
39% / 33%
In ritardo
17
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(7)
Progetti
8
0%
Arbitraggio
4
0% / 100%
In ritardo
3
38%
Gratuito
3
Sviluppatore 3
Valutazioni
(77)
Progetti
244
74%
Arbitraggio
7
100% / 0%
In ritardo
1
0%
Gratuito
Pubblicati: 1 articolo
4
Sviluppatore 4
Valutazioni
(16)
Progetti
35
23%
Arbitraggio
4
0% / 50%
In ritardo
2
6%
In elaborazione
5
Sviluppatore 5
Valutazioni
(28)
Progetti
39
23%
Arbitraggio
14
0% / 93%
In ritardo
4
10%
Gratuito
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(298)
Progetti
477
40%
Arbitraggio
105
40% / 24%
In ritardo
81
17%
Caricato
Pubblicati: 2 codici
Ordini simili
Hello Developers, I am looking for an experienced Sierra Chart developer to build a simple automated trading algorithm based on my trading rules and strategy requirements. I am ready to discuss the strategy details thanks
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
ALRT 100+ USD
# Project Requirements – Sierra Chart to MT5 Integrated Alerts *Scope:* The project must be a *fully integrated system* including both: 1. *Sierra Chart ACSIL sender* – writes alerts to JSON. 2. *MT5 EA (Listener)* – reads JSON alerts and executes trades in MT5. The system must handle alerts *from Sierra Chart to MT5 execution* completely, not just file sending. *Duplicate Alert Detection:* - Use
The striker robot 30 - 2000 USD
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
Automate my trading 100 - 300 USD
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
Hi,I am looking for an experienced developer specializing in the creation of Expert Advisors (EAs) for trading platforms. I would like to commission the development of an EA based on the open-source LuxAlgo code. The entry strategy will be based, among other things, on Martingale and Grid trading concepts. A detailed specification covering trade management, position sizing, and risk management rules will be provided
Hi! I’m looking for someone to make TPO Market profile, volume profile, footprint, delta for Sierra charts I need it to be set up to give me these for Nasdaq, ES/NQ and also the minii’s. Is this something you can help me with

Informazioni sul progetto

Budget
100+ USD
Scadenze
a 28 giorno(i)