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
Build me an indicator for the daily XAUUSD chart that uses EMA 50/200 crossovers to show trend direction, ADX to confirm trend strength (filtering out anything below 25), and ATR to measure volatility expansion and contraction — color the candles based on bias and add alerts for trend flips and volatility breakouts
AI Stategy: 1.Trend identify by MA(perid 21,50, 100 customiseable) If Market above MA treated up trend If Market down MA trated down trend Above pictue shown as example Entry for uptrend buy & down trend sell Conditions for Sell entry with down trend Condition 1:Previous candle H1time bearish candle must Condition 2: 2 or more bulish candle then 1 bearish candle with 5 minit time frame ABOVE PICTURE SHOWN
Trading bot for propfirm concept
100 - 300 USD
Automatically placed at the swing high or swing low of the last 3 closed candles. Take Profit Calculation: Automatically calculated at a fixed 1:2 Risk-to-Reward ratio based on the Stop Loss distance. Spread Filter: The bot must check that the current spread is below Max_Spread_Pips before entry. PART 4: TIME FILTERING & AUTOMATION The bot must stop opening new entries on Friday afternoon. At Friday_AutoClose_Time
# H4 Zone Retest EA (MQL5) An automated trading Expert Advisor (EA) for MetaTrader 5, developed in MQL5. The EA trades gold (XAUUSD) using a multi-timeframe breakout and retest strategy: it defines the first H4 candle of each day as a trading zone, detects breakouts on the M5 chart, waits for a retest, and executes trades with risk management, trailing stops, and optional news filtering. --- ## Features - H4 → M5
Copy Trading System
50+ USD
so copy trading system Create an EA-based copy trading system in English. It should support copying trades between accounts reliably and in real time. The system should include essential broker-side functions such as market orders, stop orders, limit orders, limit offset, SL/TP handling, order modification, and cancellation . The code should be clean, simplified, and production-ready
🔍 Strategy Logic 📌 Indicators Used 21 EMA RSI (Upper Level: 61, Lower Level: 39 – Customizable) 📈 Buy Side Setup (Long Entry) Step 1 – Trend Confirmation A Green candle must close above 21 EMA. Step 2 – Pattern Formation After the green candle, observe next 4 candles. At least one Red candle must form (opposite candle). That Red candle must also close above EMA. Step 3 – Key Level Marking Mark the High of the Red
Dear Developer, I am looking to hire an experienced Meta Trader4 and 5 (MQL5) Expert Advisor developer to build a custom Expert Advisor for XAUUSD (Gold). This project is based on a structured swing trading system using market structure analysis and multi-timeframe confirmation. PROJECT OVERVIEW The Expert Advisor must be designed to trade XAUUSD using the following multi-timeframe approach: • Daily (D1): Optional
Automated trading robot development request
30 - 500 USD
Requirements Specification: Custom Trading Robot (Expert Advisor) I am looking for a qualified developer to design and build a fully automated trading robot (Expert Advisor). The system should be reliable, beginner-friendly, and capable of running with minimal manual input once installed. 1. General Purpose The robot should automatically analyze the market and execute trades. It must work on MetaTrader 4 or
MetaTrader 5 Expert Advisor
100 - 200 USD
Hi, I need a professional MetaTrader 5 Expert Advisor (Pure MQL5, no Python) with a built-in GUI panel and ultra-fast OnTick execution. The strategy is based only on the last two digits after the decimal point and must work in real time with high accuracy. ### Main Requirements * Pure MQL5 Expert Advisor. * Real-time OnTick processing. * Support XAUUSD and any MT5 symbol. * No fixed price levels; price must be
Expert MQL5 Developer Needed for Prop Firm-Ready EA
30 - 200 USD
I am looking for an experienced MQL5 developer to build a robust, high performance Expert advisor (EA) designed specifically for passing and managing funded accounts.The primary focus is to make some good money and also focus on risk management, consistent equity growth
Projektdetails
Budget
20+ USD
Ausführungsfristen
bis 1 Tag(e)