Need a good programmer who understand order and trading strategy to create a order and trading robot.
Please refer to the attached photo.
EA display the parameters when attached to chart, refer to below.
EA only trade Europe and American session.
EA only trade 4pm to 3am KL/ Singapore time
EA trade on 5 min time frame
Indicator use is Bollinger Band, support /
resistance
EA send alerts / email user when a trade position is open or closed
EA send alerts / email user when position is still open at 3am.
Condition for open buy / sell trade –
//--Open Buy trade when 1) price is in buy
zone. 2) price is above pivot point. 3) price break the resistance. 4) Price touch or crossed down the lower
Bollinger band 5) Buy or B&S is selected
//-- Close Buy and Take Profit when 1) price is
in the sell zone. 2) Price break the support 3) Price moving down towards to 200 Moving Average and going against the trade position.
//-- Open Sell trade when 1) price is in the sell zone. 2) price is
below pivot point. 3) price break the support, 4) price break down or touch the 200 Moving Average upper
band 5) Sell or B&S is selected
//- Close Sell and Take Profit when 1) price is
in the buy zone. 2) Price break the resistance 3) Price touch or crossed up the
Bollinger lower band 4) Price moving against the trade.
Parameter for Bollinger band
Period – 200
Deviation – 2.0
Shift – 0
Apply to – Close
Expert Advisor parameters
1) Max Lot – User type in the lot
to trade, 0.5 lot.
//--EA can trade up to
maximum 0.5 lot. --//
2)
Min Lot – User type in 0.1 lot.
//--Every new trade
position open will be 0.1 Lot. Total 0.5 lot is reached, EA stop open new trade
position. --//
3)
Hidden pending buy limit - user
key in value at 1.25880
//-- EA will create a
hidden buy limit trade at 1.25880 --//
4)
Hidden pending Sell limit –
user key value - $ 1.3720
//-- EA will
create a hidden sell limit trade at 1.3720 --//
5)
Hidden pending Buy stop – default value 0
//-- Default
value = 0. EA will not create any trade. --//
6)
Hidden pending Sell stop – default value 0
//-- Default value = 0. EA
will not create any trade --//
7)
Stop Loss - default value 0
8)
Take Profit – default value 0
9)
Break Even – User type in the 5
pips
//-- EA move the position
to breakeven when position reached a certain level of profitability --//
10) Partial close – default value 0
11) Trailing Stop – default value 0
12) Trailing Step – default value 0
13) Buy | Sell | B & S option
– User select from drop down menu Buy,
Sell or B&S
//-
Buy selected –
the EA can only open Buy trade position
Sell selected –
the EA can only open Sell trade position
B&S selected
– the EA can open buy & sell trade position --//
14) Pivot point – default value 0
//-- For XAU/USD user type in pivot – 1280.25 --//
15) Buy zone range - default
range1 value 0 – range 2 value 0
//--
GBP/USD User type in buy range 1.2900 –
1.29880
EA will open buy trade position or take profit at this price
range 1.2920 – 1.29880 --//
16) Sell zone range – default range1 value 0 – range2 value 0
//- GBP/USD User type in 1.3000 - 1.31000
EA will open sell trade position or take profit at this price range 1.3000 - 1.31000 -//
Ähnliche Aufträge
Title: Advanced Manual Hedge EA with Multiplier & Multiple Trade Support Project Requirements: I need a professional Expert Advisor (EA) for XAUUSD and Forex to manage manual trades with the following logic: Lot Multiplier: The EA must automatically detect my manual trade size. There should be a "Multiplier" input (e.g., 3.0). If I open 1.0 lot Buy, the EA must auto-place a 3.0 lot Sell Stop at the set Gap
i need a developer who can link my EA to AI and in the same time i want to make a crm and a bot for onboarding clients automatically to the telegram channel
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and resistance bar on the chart when there is no chop please let me know
The scanner will scan all currency base on MACD Diverdgent, my strength indicator and my better volume indicator. All this would be across all time frame and all currency pairs
Hello, and please read everything !!! I am looking for a developer who can recreate a strategy similar to an EA I already have. The EA works well on demo, especially during specific volatility windows (for example DE40 between 09:00 and 10:00 Frankfurt time), but on real accounts it produces constant losses even with IC Markets Raw and VPS close to the broker. 🎯 Objective The goal is to recreate and adapt this
📢 Project Title:MT5 Expert Advisor (EA) – Advanced Renko Strategy (Full Automation) 📄 Project Description:I want to develop a fully automated MT5 Expert Advisor (EA) based on my existing TradingView Renko strategy.I already have a working Pine Script that generates Buy/Sell alerts with ATR and other logic. Now I need the same strategy to be fully converted into MT5 EA with built-in Renko logic (no external
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define