Looking
to take the visual aspects of the ADR indicator and apply alerts, arrows upon candle close, and EA
buy/sell signal buffer. Will send sample code to selected developer. Exclusive rights with MQL4 codebase required.
Overall
simple breakdown of the sequence of events for a buy position example (opposite for a sell position):
·
ADR
is exceeded because the price goes below the ADR Low (below the ADR Days Prior number setting) on the current candle
·
The
ADR Low line on the chart changes from dotted to solid because that ADR level was reached for the day
·
Crossover
BUY arrow is painted on chart at the end of the current candle closure
·
Trigger
is met and the indicator sends BUY_ORDER to EA (with buffer setting provided to selected developer)
·
EA
manages trade
Inputs:
·
ADR
Section
o
ADR
Start Time - Time to reset the Averaging calculations each day (Default=00:00)
o
ADR
Days Prior - Number of days in past used to calculate ADR (Default = 15)
o
ADR
Back Paint - How many days to paint to the chart (Example, if the user selects 50 days in the past to paint, the ADR would be calculated from the
ADR Days Prior input and show up as horizontal lines (dotted or solid - if the ADR low/high was reached on that day or not) and the calculations)
o
ADR
Not Reached Color (Default = Red)
o
ADR
Not Reached Line thickness (Default = 2)
o
ADR
Reached Color (Default = Green)
o
ADR
Reached Line thickness (Default = 2)
o
ADR
Percentage (Default = 100%) This refers to if the user wants to allow trades to initiate
(paint arrow and send buffer to EA) if the price comes within X percentage of the high/low level of the ADR
·
Visual
Settings
o
From
right side of chart, how far down from top offset setting (Similar to stats.ex4)
o
Box
Color
o
Text
Color
o
Text
size
o
Buy
Arrow Color
o
Buy
Arrow Size
o
Sell
Arrow Color
o
Sell
Arrow Size
·
Alerts
o
Buy/Sell
Signal Buffer for EA
o
Buy
Signal Message
o
Sell
Signal Message
o
Alert
Popup Text
Visuals
on the chart similar to the screenshot:
·
Average
Daily Range is hit or close (within user defined % or pip count) - alert triggered (Main settings from ADR.ex4)
o
Line
style/thickness/color 1 (prior to limit reached)
o
Line
style/thickness/color 2 (post limit reached)
o
Display
ADR Value
o
Reached?
Calculated from current start of day to the ADR high/low
o
Today's
Range
o
Count
of pips to ADR High and Low
Similar orders
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically