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
API our EA into an AI agent or perplexity
100 - 300 USD
Hello, we have an existing EA, and are building a new one. We want our EA to connect via API to an AI provider like Chat GPT, Claude, or perplexity. Can you connect a meta trader EA to an AI agent? if you can then i would like to speak. The system is quite simple, for example the EA would ask perplexity where the support is on EURUSD then place a trade, thank you, Rob
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesnt have to be super profitable but will need to have the number of trades on going in order to earn IB commission. Source code is required upon purchase. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. Please share the demo trial for me to
I currently have unfinished work. It’s a project to connect MetaTrader with the BingX platform. At the moment, I have implemented a service that retrieves a custom symbol in BingX, and it works well. However, some specifications still need to be adjusted regarding how the data is received. Otherwise, prices and other values are accurate. The only issue is that for the strategy tester, it is always necessary to
Modify an existing EA
30 - 50 USD
This is to modify my Semi Auto EA -Looking for developer modify my existing EA to Pending Order EA (BS/BL/SL/SS). Relevent with Heiken Ashi Smooth ,Moving Average , Acceleration. Concept MAster and Slave. Ready to give previous soucre code as guide. Work to do - 1)To modify this EA to Pending Order. 2) to add new feature - Risk Management/moneymanagement 3) To modify 4 slave to 7 slave will give the previous to
BTC 5 Minutes scalping
50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
Advanced Hedge + Grid + Scalping system
300 - 500 USD
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
Neew arrow indiactor fix
30+ USD
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
Custom MT5 EA - Perpetual NDA Required
1000 - 2000 USD
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Projektdetails
Budget
20+ USD
Ausführungsfristen
bis 1 Tag(e)