指定
Project Summary
- Revise and upgrade two proprietary indicators
- Creating two EAs
- Display some other visuals and data on charts
- Making a dashboard/software to take full control of the trading system
- License key generator tool
Developer Duties
1 Debugging and updating the indicator 1 including memory management optimization Full instructions provided, includes changing the order of the varibales
2 Debugging and updating the indicator 2 including memory management optimization Full instructions provided, includes changing the order of the varibales
3 Creating the EA 1 Ea needs to be fully protected, making them impossible to be copied or being moved from one computer to another, copy traders softwares need to be killed by the EA in case the client is using it
4 Creating the EA 2
5 Creating the Dashboard Full instructions provided, design and concepts must be the same as provided into the instructions
6 Creating the license key generator tool The Master can block users, activate and renew licenses with expiration dates, provide free demo accounts through creating a user profile (Client, Free member), the master can download a list of free members or clients into .csv files
7 Improving performance The entire system needs to be as fast as possible to reduce latency. You need to use the best coding to do it
8 Helping myself to install the entire system into a VPS We need to have the entire system up and running into a VPS with a reputable broker
9 Helping myself to backtest the system Ideally when i test the system I would like to see the KPIs and Other stats concepts directly from the Dashboard
10 Making sure that all the logics of the system are coherent and no issues will happen during the operations we need to make sure that no any sort of conflict between the different settings can compromise the current function of the system
11 Debugging and optimizing The developer will allow and suggest revisions in case they are necessary for the correct functionality of the system. In case the employer will suggest new updates. At the moment variables inside the EA and Indicator settings are messed up. You need to fix everything to make complete coherence of the concepts
12 Creating alerts when there is a conflict within the values that have been set This can happen a lot when it comes to the lots size calculations when we use the Martingale system and Hedging or when we want to open too many waves at the same time
- Revise and upgrade two proprietary indicators
- Creating two EAs
- Display some other visuals and data on charts
- Making a dashboard/software to take full control of the trading system
- License key generator tool
Developer Duties
1 Debugging and updating the indicator 1 including memory management optimization Full instructions provided, includes changing the order of the varibales
2 Debugging and updating the indicator 2 including memory management optimization Full instructions provided, includes changing the order of the varibales
3 Creating the EA 1 Ea needs to be fully protected, making them impossible to be copied or being moved from one computer to another, copy traders softwares need to be killed by the EA in case the client is using it
4 Creating the EA 2
5 Creating the Dashboard Full instructions provided, design and concepts must be the same as provided into the instructions
6 Creating the license key generator tool The Master can block users, activate and renew licenses with expiration dates, provide free demo accounts through creating a user profile (Client, Free member), the master can download a list of free members or clients into .csv files
7 Improving performance The entire system needs to be as fast as possible to reduce latency. You need to use the best coding to do it
8 Helping myself to install the entire system into a VPS We need to have the entire system up and running into a VPS with a reputable broker
9 Helping myself to backtest the system Ideally when i test the system I would like to see the KPIs and Other stats concepts directly from the Dashboard
10 Making sure that all the logics of the system are coherent and no issues will happen during the operations we need to make sure that no any sort of conflict between the different settings can compromise the current function of the system
11 Debugging and optimizing The developer will allow and suggest revisions in case they are necessary for the correct functionality of the system. In case the employer will suggest new updates. At the moment variables inside the EA and Indicator settings are messed up. You need to fix everything to make complete coherence of the concepts
12 Creating alerts when there is a conflict within the values that have been set This can happen a lot when it comes to the lots size calculations when we use the Martingale system and Hedging or when we want to open too many waves at the same time
応答済み
1
評価
プロジェクト
14
14%
仲裁
1
0%
/
100%
期限切れ
3
21%
暇
2
評価
プロジェクト
2
100%
仲裁
0
期限切れ
0
暇
3
評価
プロジェクト
124
44%
仲裁
14
29%
/
50%
期限切れ
17
14%
暇
類似した注文
GALAXYGOLD EA
30 - 36 USD
I am looking for a developer to build an Expert Advisor (EA) with strict performance and delivery standards. The EA must demonstrate at least 85%+ win rate in backtests or demo runs. Delivery must be completed within the agreed timeframe (the days we set together). If you cannot meet these requirements, please do not apply. If you foresee delays, you must inform me beforehand — not after deadlines have passed. The EA
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
I am looking for an experienced MQL5 developer to develop a custom Expert Advisor (EA) for MetaTrader 5, primarily for XAUUSD (Gold) . The EA will be based on a proprietary price-action trading strategy that I have already defined. The objective is to translate this strategy into a fully automated, precise and reliable trading system without modifying its underlying logic. The strategy involves specific
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Expert Advisors
300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
Trading Bot for MT5
30+ USD
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
プロジェクト情報
予算
30 - 1000 USD