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
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056

Informazioni sul progetto

Budget
100+ USD
Scadenze
a 28 giorno(i)