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
243
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
(296)
Progetti
475
40%
Arbitraggio
105
40% / 24%
In ritardo
80
17%
Occupato
Pubblicati: 2 codici
Ordini simili
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
Greetings to all, I need an experienced developer to modify and fix my strategy logic inside the OnTick() function. So that the EA works exactly the way my strategy works. You will be working with an already written MQL5 code , you will only be adjusting and modifying the logic to fit my specifications , you should have knowledge and experience working with ONNX m odels
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
Manly 30 - 200 USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect

Informazioni sul progetto

Budget
100+ USD
Scadenze
a 28 giorno(i)