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
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
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
MODIFY AN EA TO OPEN MULTIPLE TRADES AT SAME TIME WITH DIFFERENT PRE-SET-TP LEVELS AND DIFFERENT ENTRY TECHNIQUES. (personal job) 30+ USD1 application Hie, either way is ok, i will open job in a moment, with only a few requirements ,which i have observed now 1--To completely remove martingale 2-its confusing how SL FROM and SL TYPE differ, also the fact 2 types of SL s can be selected at the same time , so its
In need of an automated bot that strongly detect support and resistance zones where price has a high probability of reacting ,rejecting or reversing. The zones should be built on combibation of of : (a)swing high and swing low.(b)repeated price reaction c)rejection strength (d)break and retest behaviour (e) consolidation origin before implusive move (f) strong displacement candles
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script 500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well

Informazioni sul progetto

Budget
100+ USD
Scadenze
a 28 giorno(i)