Average Order System Expert Advisor (EA)

Lavoro terminato

Tempo di esecuzione 13 giorni
Feedback del cliente
Good Developer
Feedback del dipendente
good customer!! thanks alot

Specifiche

Project Description:

We require the development of an Average Order System Expert Advisor (EA) equipped with the following customizable inputs:

1. **Start Time:** This parameter determines the specific time at which the EA initiates its trading operations.

2. **Lot Multiplier:** A numerical value greater than 0.01, serving as the multiplier applied to subsequent lot sizes. For instance, if set to 1.5, each subsequent order's lot size will be 1.5 times the previous one.

3. **Initial Lot Orders:** An array of integers representing the initial sequence of lot sizes, each multiplied by 0.01. This sequence is fundamental to the EA's strategy and guides its position sizing strategy as it progresses.  1,1,1,2,3,4,5,8,11,15,21,29,40,57,79,111
>> I will find out the formula and give. If not then use array

4. **Take Profit (TP):** The desired take-profit level for each trade, expressed in pips.

5. **Stop Loss (SL):** The designated stop-loss level for each trade, expressed in pips.

6. **Pip Step:** The increment in pips at which additional orders are placed within the averaging strategy.

7. **Maximum Trades:** An upper limit defining the maximum number of trades the EA can open.

8. **Trailing Stop Loss:** A feature enabling the trailing of stop-loss levels to secure profits as the trade progresses.

9. **Magic Number:** A unique identifier enabling the EA to distinguish its trades from those of other EAs or manual trades.

10. **Comment:** A customizable field allowing users to add comments or identifiers to trades executed by the EA.

The EA will be tested against the provided ex4 file and must replicate its functionality while incorporating the specified start time feature. This ensures that the EA operates precisely as intended and meets the user's requirements.

Con risposta

1
Sviluppatore 1
Valutazioni
(341)
Progetti
410
53%
Arbitraggio
20
55% / 15%
In ritardo
29
7%
Occupato
2
Sviluppatore 2
Valutazioni
(545)
Progetti
627
33%
Arbitraggio
38
37% / 50%
In ritardo
11
2%
Occupato
3
Sviluppatore 3
Valutazioni
(390)
Progetti
416
30%
Arbitraggio
74
19% / 72%
In ritardo
52
13%
In elaborazione
Ordini simili
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

Informazioni sul progetto

Budget
50+ USD
Scadenze
a 1 giorno(i)