Strong framework with simple strategy for RAW and ECN brokers

Работа завершена

Время выполнения 70 дней

Техническое задание

coder must have > 50 jobs completed and a reasonable amount of arbitrations


-mt5 advisor : all functions must work only with current symbol timeframe and magic number

-must have global equity drawdown filter in percent : for ex if equity drawdown is > to 10 percent , close all trades (percent in user input. if 0 = disabled)

-will use market buys and sells. must use async mode to close multiple trades fast.

-must have tp and stop loss options in user input (if 0 = disabled)

-Must function flawlessly with RAW brokers and ECN brokers, especially roboforex

-must work with 2,3,4,5 digits intruments

-must calculate lot size according to balance. 0.01 per 1000 dollar. (user input)

-must be well coded for rapid backtest

-there will be a few enumerations to give the user some freedom with the strategy

-must have breakeven function with an enumeration list about from where the breakeven will be active

-must enter only one trade per candle 

-must exit all trades for this side if exit signal was given once for this side (ex the ea has 2 buy positions and 2 sell position and gets an exit sell signal , it will close the 2 sell positions)

-must have global time filter with true false statement , working with integers

-must have global max trades per side user input (if 0 = false)

-must run on 1m timeframe while the indicators runs on another timeframe

-entry and exit rules are based on the bollinger bands and ima and arent complicated. They will be discussed personnaly with the dev.

-must recover the trades and manage the old trades if connection or power is lost.

-all trade operations and errors must be logged in a file named "expert name" "symbol" "magic" "timeframe".

-every section of the code must be well commented in english

-the code must use logical names for everything (ex : no "exzy" variable name or function name)

-the code must be efficient and well writen. It should not have any error during operations.

-i have 50 more dollars on the side in case there are some minor adjustments to make or/ and everything goes smooth with the dev



Откликнулись

1
Разработчик 1
Оценка
(325)
Проекты
504
19%
Арбитраж
33
42% / 30%
Просрочено
33
7%
Занят
2
Разработчик 2
Оценка
(277)
Проекты
372
72%
Арбитраж
18
33% / 44%
Просрочено
14
4%
Работает
Опубликовал: 14 примеров
3
Разработчик 3
Оценка
(44)
Проекты
53
38%
Арбитраж
8
13% / 38%
Просрочено
8
15%
Работает
4
Разработчик 4
Оценка
(77)
Проекты
243
74%
Арбитраж
7
100% / 0%
Просрочено
1
0%
Свободен
Опубликовал: 1 статью
Похожие заказы
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
Martingale Strategy 50 - 70 USD
I need a gambling bot that implements the Martingale Strategy for betting on roulette. It will be used on platforms like Betcity and Unibet to manage bets effectively. Scope of work - Develop a bot that implements the Martingale Strategy for roulette. - Ensure compatibility with Betcity and Unibet platforms. - Include functionalities for adjusting bet size and managing losses. - Integrate platform-specific features
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements
Hello there Hpe you are doing good I am in search of a pine script expert developer who can build strategy in apudFlow in pinescript. Kinldy bid on this project if you can do this
I need a scalping-specific logic MT5 trading bot with a Donchian-channel–based dynamic stop-loss and take-profit system, applies RSI volatility filtering to avoid low-quality setups, and allows asset-specific adjustable parameters for fine-tuning performance Trading details: - Symbol: Any Forex EUR/USD - Platform: MT5 - Strategy type: Scalping (fast trades) - Timeframes: 5sec/ M1 / M5 - Fixed Stop Loss and Take
Looking for an experienced MQL5 developer to analyze and reverse-engineer the trading logic of an existing scalping Zone Recovery EA using Moving Averages and Bollinger Bands, and then rebuild it
EA Expert MTA 4 30+ USD
I have my own indicator and needs to create EA expert working smoothly with it to hit the targets as defined in indicator: Technical approach: - The EA will read the indicator signals using Copy Buffer on the selected timeframe - The EA should hit indicator variable targets factor -​Auto-Entry: Instant execution when the signal appears. ​-Alerts: Mobile Push Notifications + Pop-up alerts. -​Money Management Auto-lot

Информация о проекте

Бюджет
50+ USD
Сроки выполнения
до 10 дн.