Hi, I would like to create an EA based on the attached indicator, and also the EA come with a dashboard to show account information.
The Entry rules as below :
Buy and Sell entry
-Candlestick closed with Buy / Sell arrow
-EA will placed 2 trades, one trade with specific lot size to target TP1 line, one trade with specific lot size to target TP2 line. Both trades are using the same SL level.
*PLEASE IMPORT ALL THE INDICATOR SETTINGS INTO THE EA SETTINGS*
Trade Management and Trading Session Management
Enable Session 1 = True/False
Trading Hour = 00:00
Stop Hour = 06:00
Session 1 TP1 ATR Multiplier = 3
Session 1 TP2 ATR Multiplier = 6
Session 1 TP3 ATR Multiplier = 9
Session 1 SL ATR Multiplier = 3
First Trade Lot Size (TP1) = 1
Second Trade Lot Size (TP2) = 1
Partial Close when near to TP2 90% (For 2nd Trade) = True/False
Partial Close How many % of the position (2nd Trade) = 90%
Move 2nd Trade TP to TP3 After Partial Close = True/False
Enable Session 2 = True/False
Trading Hour = 06:00
Stop Hour = 18:00
Session 2 TP1 ATR Multiplier = 2
Session 2 TP2 ATR Multiplier = 4
Session 2 TP3 ATR Multiplier = 6
Session 2 SL ATR Multiplier = 2
First Trade Lot Size (TP1) = 1
Second Trade Lot Size (TP2) = 1
Partial Close when near to TP2 90% (For 2nd Trade) = True/False
Partial Close How many % of the position (2nd Trade) = 90%
Move 2nd Trade TP to TP3 After Partial Close = True/False
Martingale Management
Start Martingale after how many losing trade on that day (0=disable) = 3
Martingale Multiplier = 2
Martingale Step = 2
Auto Breakeven Management
Auto move SL to BE after TP1 HIT (All Trades) = True/False
Money Management
Max Daily Drawdown (currency) = 4000
Stop Trading and Close All Trades When Equity Reach (Currency) = 110000
Stop Trading On That Day After How Many Winning Trade = 1
Dashboard Requirements
-A Simple dashboard to display some account info :
-Current Running Trades (with P/L)
-Past 5 Closed Trades (with P/L)
-Daily P/L (currency)
-Weekly P/L (currency)
-Monthly P/L (currency)
-Server Name
-Current Broker Time
-The dashboard can choose to be display at which side (upper left, upper right, bottom left, bottom right)
*PLEASE OFFER YOUR PRICE FOR THE JOB*
*PLEASE FIRST DOWNLOAD THE INDICATOR AND SEE IF IT CAN BE LOAD WITH EA, PREVIOUS CODER TRIED TO CREATE EA TO LOAD THE INDICATOR BUT IT'S FAILED*
Ähnliche Aufträge
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
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
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the