Orders for scripts development - Strategy optimization - outdated

Create an order

Categories

Popular skills

All Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
225 jobs in the archive in all languages
Sort by:
30+ USD
can you help me with a creation of an MT4 track record of this last year, send me your tracking record and i promise to send you $30 for free
30 - 100 USD
I need someone to create a automatic trading bot for metatrader 4 with specific settings. The bot needs to use a neo cloud indicator on trading view with my personalized settings to go long and short with a particular amount of lot size and it repeats itself when the conditions are met
30 - 50 USD
Looking for a professional developer who would edit and modify my mql5 script of an EA based on at the moving average crossing. I would like it to enable the EA to be able to trade volatility indices, boom and crush plus step and jump indices.I would like the stoploss to hunt after the profit as the gold scalp EA
50+ USD
I already have my script. i just need a reverse code added to my script when a certain condition is met. i need a reverse trade script added to my code to counter false signals. Most importantly, i really need this done within 12hrs. if you can do it within this time, do contact me. if you cannot, please dont. if you look at the attach file you can see where my problem is. it enters the trade to sell when conditions
2 Applications
(8) Python Experts Scripts Trading robot/indicator debugging Strategy optimization Statistics and mathematics Python Futures
30+ USD
Hello, I am looking for a strategy for the Atas trading software for Futures in Propfirm (with not too many trades). Do you have a profitable strategy ready to go? Kind regards
50+ USD
We got an trading view Indicator for that we got source code with us Kindly convert this trading view indicator to MT5 Indicator My budget is only 50$ due to source given us source code
50+ USD
Hello, I have been trading live for a few years now & I have a few great trade entries & exits. My question to you is can you be able to turn my past trading data into a EA that trades based on my historic manual trades that I took
30 - 100 USD
I need a trading robot that focuses on sniper entries. Stop loss = 100 and take profit = 300 pips. risk to reward ratio is 1:3. it should be able to manage a small account of 10 USD, minimum lot size 0.005 and maximum lot size of 0.5 lots. you can add any trade filters for profit improvement. it should be able to signal buy reversals and sell reversals. include Trade/trade.mqh CTrade trade class. if market conditions
50 - 200 USD
Hi would like a scalping trading robot that is able to trade volatility indices especially VIX 50 1s, VIX 75 index and including all boom and crush. The EA should be based on the crossover of two moving exponential moving average period 6 and 13 and exponential moving average 50 as a trend filter. I would like it to get its confirmation from the MACAD. Make sure it is able to place its stoploss and take profit order
30+ USD
Hello, I hope you are doing well. I am in need of a Ninja Trader script that executes when certain conditions Please let me know the price and time of delivery ? please message me for the strategy
2 Applications
50 - 70 USD
I am in need of a tradestation script that executes when certain conditions are met: fast_ema (10, close) <- customizable [open, low, high, close, hlc3, hlcc4] low_ema (200, close) <- customizable [open, low, high, close, hlc3, hlcc4] Buy when the fast EMA crosses above the low EMA and sell when the opposite condition occurs. Place a 1% stop loss and aim for a 3% profit. Additionally, include a trailing stop
40+ USD
Hello NinjaTrader Experts Only, Converting Tradingview Strategy into a Ninjatrader 8 strategy that can be run as an algo. With a couple of changes: Getting rid of the Doji entries completely Adding a variable that looks for a required x amount of ticks between the BOS price to the Demand/Supply zone to allow an entry at the zone. Trailing stop, after x amount of ticks it moves to stop to breakeven, after an
0 Applications
30+ USD
Hi, I need a C script code to paste into the trade devil's auto trader for NinjaTrader, can anyone for it? I need someone who is a professional and can do the job fast, the budget is negotiable and we can talk about that in the inbox sessions. If you think you can do this, then send me a message now and let's discuss it! Responded
30+ USD
Hi, I need a C script code to paste into the trade devil's auto trader for Ninja Tra der, can anyone for it? I need someone who is a professional and can do the job fast, the budget is negotiable and we can talk about that in the inbox sessions. If you think you can do this, then send me a message now and let's discuss it! Responded
40+ USD
Hi, are you available to convert a pine script strategy to MQL(MT4)? Strategy should be capable of generating multiple independent signals and taking multiple independent trades with their respective independent SL & TP. One trade should not have to close for another to open or SL of one trade changed or adjusted when another trade opens. This is a limitation in pine script which I want you to overcome in MQL
30 - 50 USD
Hi, i want to create a tradingview strategy by merging a few indicators together to produce a signal. Once there is a signal, i will get an alert triggered. If you can do this project, please get in touch
6 Applications
(1) MQL5 Experts Scripts Forex Trading robot/indicator debugging Strategy optimization C++ Strategy modules C# Python MySQL JavaScript PHP
900 - 2000 USD
When you press the mouse, this robot creates a deal and automatically places a stop loss order in the profit zone of the deal above the opening price, so that it secures the zone even before the price passes through it.For more information contact me
30 - 200 USD
Hi, I want you to prepare auto buy sell strategy / AI Bot according to my description given below using given indicators. 1. [@btc_charlie] Trader XO Macro Trend Scanner 2. MACD - Fast Length 26, Slow Length 100, Source Close, Signal Smoothing 9, Oscillator MA Type EMA, Signal Line MA Type EMA. 3. EMA 200 The strategy runs as follows: following all criteria. (all in 15minutes) Risk to reward ratio is 1:4 in % 10% t0
12 Applications
30+ USD
hey I trade futures on ninja trader. I need a trading bot for my strategy and a atm strategy that fits YM1!. this is basically the strategy except i want 150 drawdown, 70 pip take profit and a trailing stop loss that takes way more pips after each TP. https://youtu.be/4_m1yZqMQjg?si=PkxVyLdB_7hNkywO
30+ USD
HI i want some one to make the following MQL5 code work for me. the code has errors. #include <Trade\Trade.mqh> // Include the trade library // Define input parameters input double lotSize = 0.1; // Lot size for trading input int stopLoss = 50; // Stop Loss in pips input int takeProfit = 100; // Take Profit in pips //+------------------------------------------------------------------+ //| Expert initialization