Requirements Specification
I need an indicator for MT4 to follow the following rules
Variable 1-previous bar close price D1 time frame above moving average variable (able to change MA and sma,ema etc)
Variable 2 - previous bar close price on M30 time frame above moving average variable (able to change MA and sma,ema etc)
Variable3 - previous 2 bar closing price on M30 time frame above variable moving average (able to change MA and sma,ema etc) (this variable is to ensure the indicator will still work if variable 4 is not met but the price changes in last 5mins before close price causing the condition required of 2 bar closing above MA)
Variable4- previous 1 bar closing price M30 time frame + the 4 th M5 bar close price is above the last M30 close price which is above M30 variable MA(able to change MA and sma,ema etc) ) basically trying to be alerted 5 minutes before Variable 3 condition is met to allow time to consider trade.
indications and alerts - when above conditions met on M30 timeframe chart;
i- green up arrow on next open bar on the current time frame,
ii- alert,sound alarm and email sent on each new arrow (only on new arrow after indicator is loaded, do not need historical alerts crashing indicator)
Then opposite for Red arrow
Variable 1a-last closed bar D1 time frame below moving average variable(able to change MA and sma,ema etc)
Variable 2a - last closed bar on current time frame below moving average variable (able to change MA and sma,ema etc)
Variable 3a - - previous 2 bar closing price on M30 time frame below variable moving average (able to change MA and sma,ema etc) (this variable is to ensure the indicator will still work if variable 4 is not met but the price changes in last 5mins before close price causing the condition required of 2 bar closing below MA)
Variable 4a - previous 1 bar closing price M30 time frame + the 4 th M5 bar close price is below the last M30 close price which is below M30 variable MA(able to change MA and sma,ema etc) basically trying to be alerted 5 minutes before Variable 3a condition is met to allow time to consider trade.
indications and alerts - when above conditions met on M30 timeframe chart;
i- red down arrow on next open bar on the current time frame,
ii- alert,sound alarm and email sent on each new arrow (only on new arrow after indicator is loaded, do not need historical alerts crashing indicator)
I will need the mq4 source file and copyright will belong to me.
Thanks
Similar orders
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
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
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