Trabalho concluído
Tempo de execução 3 dias
Hi coders,
I need three MAs based indicator for MT5 please.
MA Default setting is 8EMA, 21MA and 50MA BUT need to be able to change period length and MA type to check other periods.
When price is rising, I want MA values to be in this order: 8EMA>21MA>50MA
Conversely, when price is falling, I want MA values to be in this order: 50MA>21MA>8EMA
Signal: sound + green up arrow for rising prices. For falling prices: sound + red down arrow
Signal hours: default setting is the indicator tracks the market 24/7 unless I input specific hours of operation in the parameters. For example, for time frames up to 1H, I prefer to receive signals only between 8AM and 5pm London, UK time. But on 4H and daily time frame, I do not require such restrictions. Therefore, I need to be able to specify the hours.
Rising Prices
So, give a signal as soon as a green candle closes above/higher than 8EMA if the above MA order condition for rising prices is met.
The green up arrow must appear below the green candle. Also show the high to low range of the candle next to or below the arrow. Message should read" Candle range X pips)
Falling Prices
Reverse the rules: give a signal as soon as a red candle closes below/lower than 8EMA if the MA order condition for falling prices is met.
The red down arrow must appear above the red bar
See the attached screenshot for visuals please.
Pedidos semelhantes
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the