Spezifikation
A High Frequency Trading System, which trades when the market is at very high volatility.
It must use several unique indicators to detect the price fluctuation in very short terms, open an order when a breakthrough takes place, and capture several pips
instantly within a few seconds.
Every pending order must have a inherent stoploss, and every existing order a trailing stop to preserve the capital.
It must be optimized to work with EURUSD GBPUSD AUDUSD USDCHF USDCAD USDJPY EURGBP EURCHF EURJPY and about 12 or 16 other crosses.
Hedge position (BUY & SELL) and always have SELL POSITION above BUY POSITION...
Enable closing all positions (PENDING & ACTIVE) at the most profitable point and reinter the market with the same specifications and so on...
Combinating news trading, scalping and hedging regarding to those specifications.
If the price moves in profitable direction, a trailing stop is activated and a stop loss is moved to breakeven.
If the price is at a loss, must hedge this position always having SELL over BUY.
The Expert Advisor must automatically re-invests (adds to the initial lot), while the deposit is increasing.
Use different currency pairs optimizing positions by volatility and spread size.
The Expert Advisor uses "Resistance Breakthrough" strategy waiting for the most profitable and less risky moment on the market.
Parameters
Lots - use fixed lot size
Risk - calculate the lot size dynamically as a fixed value of the capital , only works when the "Lots" is set to be 0
EA_Comment - must place my personal comment
MAGIC - magic number, it is set for each currency pair by default
Max_Spread - maximum spread allowed to open an order according to BROKERS'S SPREAD FOR THAT CURRENCY
StopLoss - stoploss value of each order
Distance - the distance between the pending order price and market price
TrailStop - the trailing stop level of an existed order
Show_Info - turn on/off the info panel on the chart
Direction:
Both Sides: open order both following and against trend
Follow Trend: open order only following trend
Against Trend: open order only against trend
AllPositions = trail all positions in the terminal.
ProfitTrailing = trail when a certain profit level is reached.
TrailingStop = 100 - profit value, at which trailing enables breakeven.
UseSound = trailing sound.
NameFileSound = "expert.wav" - sound file name.
It must use several unique indicators to detect the price fluctuation in very short terms, open an order when a breakthrough takes place, and capture several pips
instantly within a few seconds.
Every pending order must have a inherent stoploss, and every existing order a trailing stop to preserve the capital.
It must be optimized to work with EURUSD GBPUSD AUDUSD USDCHF USDCAD USDJPY EURGBP EURCHF EURJPY and about 12 or 16 other crosses.
Hedge position (BUY & SELL) and always have SELL POSITION above BUY POSITION...
Enable closing all positions (PENDING & ACTIVE) at the most profitable point and reinter the market with the same specifications and so on...
Combinating news trading, scalping and hedging regarding to those specifications.
If the price moves in profitable direction, a trailing stop is activated and a stop loss is moved to breakeven.
If the price is at a loss, must hedge this position always having SELL over BUY.
The Expert Advisor must automatically re-invests (adds to the initial lot), while the deposit is increasing.
Use different currency pairs optimizing positions by volatility and spread size.
The Expert Advisor uses "Resistance Breakthrough" strategy waiting for the most profitable and less risky moment on the market.
Parameters
Lots - use fixed lot size
Risk - calculate the lot size dynamically as a fixed value of the capital , only works when the "Lots" is set to be 0
EA_Comment - must place my personal comment
MAGIC - magic number, it is set for each currency pair by default
Max_Spread - maximum spread allowed to open an order according to BROKERS'S SPREAD FOR THAT CURRENCY
StopLoss - stoploss value of each order
Distance - the distance between the pending order price and market price
TrailStop - the trailing stop level of an existed order
Show_Info - turn on/off the info panel on the chart
Direction:
Both Sides: open order both following and against trend
Follow Trend: open order only following trend
Against Trend: open order only against trend
AllPositions = trail all positions in the terminal.
ProfitTrailing = trail when a certain profit level is reached.
TrailingStop = 100 - profit value, at which trailing enables breakeven.
UseSound = trailing sound.
NameFileSound = "expert.wav" - sound file name.
Bewerbungen
1
Bewertung
Projekte
147
67%
Schlichtung
21
10%
/
71%
Frist nicht eingehalten
44
30%
Frei
2
Bewertung
Projekte
670
33%
Schlichtung
60
17%
/
32%
Frist nicht eingehalten
113
17%
Arbeitet
Ähnliche Aufträge
I am looking for an experienced MQL4 developer to create an Expert Advisor (EA) based on signals from a custom indicator. Requirements: 1. The EA must use a single custom indicator that draws buy and sell arrows directly on the chart. 2. When a buy arrow appears, the EA should wait until the current candle closes. If the arrow is still present after the candle closes, it should open a BUY trade. 3
Bhokhwe
30 - 200 USD
//+------------------------------------------------------------------+ //| ThreeBullEMA10EA | //| Strategy: 3 Bullish + EMA10 Break | //+------------------------------------------------------------------+ #property strict extern double LotSize = 0.01; extern int Slippage = 3; extern int MagicNumber = 12345; extern int EMA_Period = 10;
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
FT_XAU_FollowTrend_v1.0
30+ USD
> izz: #property strict input double LotSize = 0.01; input int BuyStopDistancePips = 50; input int SellStopDistancePips = 50; input int TrailingStartPips = 30; input int TrailingDistancePips = 30; input int MaxPositions = 3; input double StopLossPips = 0; input int MaxSpreadPoints = 300; input ulong MagicNumber = 20260702; input double DailyLossLimitUSD = 50; double PipValue; int digits; int OnInit() { digits =
Aura_Ghost_Sovereign_XAU.mq5
1000+ USD
Technical Description of the EA The Ghost Sovereign engine is a trend-following breakout system optimized for XAUUSD (Gold) . Its logic operates through several distinct layers: Trend Filtering: It utilizes a 144-period Exponential Moving Average (EMA) to establish the primary institutional trend direction . Momentum Entry: The EA executes trades when the closing price of the previous bar confirms a trend breakout
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
TM
30+ USD
Order Block Forms / Price Touches │ ▼ Break Touch Candle High/Low │ ▼ Strength Alignment or BR Valid │ ▼ No Opposing OB within X Pips │ ▼ HL/LH Fractal OR Two-Candle Break │ ▼ ENTRY │ ▼ ──────── Trade Management ──────── │ ├─ Opposing OB Breached │ AND │ Opposite Strength Alignment or BR │ └──► Loss Exit │ ├─ Opposing OB Reached │
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
HFT / Latency Arbitrage / Scalper needed
30 - 5000 USD
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
Projektdetails
Budget
20+ USD
Ausführungsfristen
bis 1 Tag(e)