指定

PLEASE READ CAREFULLY BEFORE APPLYING TO CODE THIS JOB

1.       EA Philosophy: the idea of this EA is to execute trades and breakeven by opening positions through hedging techniques (the two opposite trades must be placed same time using pending orders). This EA should be a scalper and generate volumes 100’s - 1000s of trade per day, generate up to 1000 lots per day trading the market and breakeven, no profit no loss. The eventual profit will come from rebates.

2.       Instruments to trade: Major Currency Pairs- All Forex Pairs including Gold or XAUUSD.

3.       EA to trade on ECN/Hegde account with tight spreads of 0-5 pips max.

4.       EA must be fast in execution and avoid slippages, slippages will kill the goal of this EA if it doesn’t execute trades appropriately at a fast speed(High Frequency Trading)

5.       EA Mechanism of operations:

a.       EA Settings- Variable Input- starting -0.01 Lot and maximum 100 Lots as balances increases.

b.       Money Management: Exit all trades if account balance goes below certain percentage e.g 60% -this should be a variable input. Also, double lot sizes for every 50% increase in account balance- this should be variable input.

c.       Maximum position to open in both direction for buy and sell is equal e.g 500 -buy and 500 for sell- variable input.

d.       EA to execute trades using pending orders of buy-stop and sell-stop.

e.       EA opens trade for example EURUSD opening buy-stop order-1.18725 with 0.01 lot at 13 pips stop loss and 17 pips take-profit, and then open EURUSD sell-stop order-1.18674 with 0.01 17 pips stop loss and 13 pips take-profit such that both trades closes at ZERO-NO PROFIT/NO LOSS, in between both trades, the spread must be taken into consideration to ensure zero loss or profit. Looking at this example there’s a difference of 5 pips between the buy-stop and sell-stop order, hence each basket trade should be 0-5 pips max. apart.

f.        All trade to close same day to avoid swap fees/commission in as much as they are zero profit/loss.

g.       I am very open to ideas if Developer can suggest better techniques of operation than what I have described in 5e, the goal is achieve zero loss and zero profit, while generating volumes of trades and lots sizes for rebates.

6.       Developer to Back Test EA with 99.99% data quality on “Every Tick” for 2 years period and show good results of zero loss or profit.

7.       If EA Does not show a good expected result, the job will not be accepted and developer to adjust and optimize settings or algorithm to achieve result including bug fixes.

8.       I need a very experienced developer with knowledge in Artificial Intelligence and machine learning to build/train the EA to identify better trading opportunities, automatically adjust settings and trade better over time to continue achieving zero loss/profit.

9.       I would appreciate to work with a patient, honest and resilient developer, we communicate very often to clarify any grey areas and better ideas or strategies.



応答済み

1
開発者 1
評価
(449)
プロジェクト
476
69%
仲裁
6
67% / 0%
期限切れ
2
0%
仕事中
類似した注文
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