1. Description: I need an EA trading bot that will automatically execute orders using three indicators in relation to the rules I've developed.
Indicators: Linear Regression Line, Binary Coder, Heiken Ashi
2. Trade signals/Open:
Bullish execution: Once the Binary coder indicator presents and alert and it has to have a bullish Heiken Ashi with no downward candle wick.
Bearish Execution: Once the Binary coder indicator presents an alert and has to have a Heiken ashi candle with no upward wick.
3. Closing Positions:
Bullish Close: Anytime the Binary Code Indicator presents a Bearish Signal prior to Take Profit.
Bearish Close: Anytime the Binary Code Indicator presents a Bullish Signal prior to Take Profit.
Anytime the trade hits Take Profit Buy/Sell
Close by Take Profit: The take profit should be at a 1:4 ratio in relation to the Stop Loss
4. Stop Loss
Bullish: Stop Loss should be set below the recent Bearish Heiken Ashi candle.
Bearish: Stop Loss should be placed above the recent Bullish Heiken Ashi candle.
Anytime the Binary coder presents another alert following the execution the trade should immediately close.
5. Trade Management:
Each Trade should risk 2% of the account size at the time of execution.
At the time of execution the parameters for take profit and stop loss should be at a 1:4 ratio
Once the trade closes at 1.5% or greater the Stop Loss should be automatically moved to breakeven.
Anytime the Binary Coder show another alert following the execution of the trade the trade should immediately close.
6. Settings for the Indicators:
Binary Coder: Period should be set to 5
Linear Regression Line: Period should be set to 7
7. Additional
I would like to be able to manually move the Take Profit and Stop loss, at my convenience, once the trade has been executed.
I would like the Indicator to only operate between the hours of 6am and 12pm Monday-Friday.
If trade has already been executed and still active after 12pm it should still be active.
The Linear Regression Band MA is there for my personal preference so I can Manage the trade once placed
Similar orders
//+------------------------------------------------------------------+ //| $10 Smart Scalping Bot for MT5 | //| EURGBP + AUDUSD + XAGUSD Optimized | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //========================= INPUTS ================================== input double LotSize = 0.01; input int FastEMA = 20; input int SlowEMA =
Am looking for Professional programmer who can build below analysis bot as specified below. The indicators will be provided. 🔷 1. CORE ARCHITECTURE OF YOUR EA Your EA has 3 modes: ✅ Mode 1: Indicator 1 Strategy (9-Signal Engine) ✅ Mode 2: Indicator 2 Strategy (Multi-indicator confluence) ✅ Mode 3: Hybrid Mode (Indicator 1 filters Indicator 2) 🔷 2. PAIR SELECTION LOGIC EA will NOT auto-scan market (based on your
Matriks programında güzel bir stratejim var, meta da kayıtlı olmayan iki indikatörümü de metaya yükledim, stratejim belli, ama robot oluşturmak konusunda bilgim eksik. Yardım istiyorum. Acil dönüş bekliyorum. 12-276 üssel ortalamayı hangi yöne keserse, alphatrend indikaörüde bunu desteklesin, kendi gömdüpüm diğer bir indikatörde seviyelere göre alsın satsın
Hi. Could you slightly rewrite my cBot for me to use a 5-minute chart without a fixed target? The stop should be a trailing stop at the level of the initial range
MT5 EA Developer for Structured ICT/SMC Market Logic Requirements Specification: I need an MT5 Expert Advisor only in MQL5. No indicator, no script, no DLL, and no external API. The EA must be built on a rule-based ICT/SMC-style framework with objective, backtestable logic. I am not looking for social-media-style ICT/SMC interpretation. I need a developer who can convert trading concepts into clear coding rules. The
Hi all, I am looking for a top-rated, experienced MQL5 developer to code Phase 1 (Retail Version) of an advanced Expert Advisor for MetaTrader 5. Key Requirements: 1. Pure Price Action Strategy: Uses H4 Trend Filter (Swing High/Low) and H1 Execution (Wick Scanning >= 66% & Engulfing Candlesticks). Places orders via Buy/Sell Limit at Fibonacci 50% level of the candle body (with Giant Candle threshold rules). 2
I want a mobile bot to trade automatically on my behalf must have experience and be willing to verify your work. It must be profitable and user friendly be easy to use and connect. You'll be given a share of profits
Szukam doświadczonego programisty do stworzenia dedykowanego doradcy eksperckiego (EA) do tradingu. Programista powinien posiadać solidną wiedzę z zakresu MT5, logiki strategii, wskaźników, zarządzania ryzykiem i backtestingu. Doświadczenie w tworzeniu niezawodnych i profesjonalnych robotów handlowych będzie dodatkowym atutem. Proszę o kontakt, jeśli zrealizowałeś już podobne projekty. wszystkie szczeguły podam w
Looking for an experienced programmer to create a fully automated trading system. The EA must be able to detect SPECIFIC H&Shoulder patterns, identify entry point and open a position. Parameters: Candle Count : EX: 50 - meaning the max amount of candle history to look for a pattern. (user adjustable) RISK: EG "2" Meaning the position that must be opened must be 2% of the Balance of the account (user adjustable). The
I’m looking for an experienced MetaTrader 4 (MT4) developer to analyze, repair, and live-test an existing .EX4 Expert Advisor. Project Details Existing file: GannMadeEasy_pro.ex4 Platform: MetaTrader 4 Issue: EA is not loading properly on charts in newer MT4 builds Goal: Make the EA fully functional and compatible with current MT4 versions Requirements The developer must: Analyze the existing EX4 file Identify