A Volume Based Support and Resistance And EMA Alert System On Multiple Timeframes

MQL4 Uzmanlar Forex

Şartname

Hi,

I am incorporating volume into my trading strategy, however I am finding it harder to keep track of all the markets at one time. I would like for an EA to map out the high and low (and the close if it is more than 20 pips away from the high and low) of the ultra high volume bars on the daily timeframe. The ultra high volume bar must also be the highest volume bar within 15 bars. An example of this would be the bar created on the day of brexit in all the GBP pairs. I would suggest that in order to keep things organized, a method of finding these bars could be more than double the previous average 21 volume bars, however this can be altered to suit the data. This should show the important price levels, as I believe the ultra high volume bars are the most significant in finding where the professional money would be interested in taking the market. I would like the ultra high volume bar to be market also so it is easily visible.

Once the support/resistance levels have been mapped out, I would like to be alerted when the following criteria is met:

1- The direction of the last break of a volume level should be noted. For example, if a bullish candle takes out a level then the system should only be looking for long opportunities.

2- The price should be above the 21 EMA on the following timeframes, 5 min 15 min 60 min 4 hour.

At this point an alert should be shown, and I will act according to my tradeplan.

Eventually I would like to code the entry and exit of the trades, so that the system can be fully automatic. Just for testing purposes I would an option to put a position with S/L behind a 4 hour swing (lowest/highest candle in a 5 bar sequence) as long as the SL is no more than 120 pips, targeting the next volume level. The trade should only be taken if there is more than 50 pips to the next target and a risk to reward ratio above 1:1.

I would also like the following to be inputs for the EA that the user can change:

1- criteria for selecting the ultrahigh volume bars (for example, change from double the average volume to triple, or change from using the 21 previous bars to find the average to 50)

2 - the timeframe that is used to map the high volume bars (for example, change from the daily to the hourly)

3- the timeframes used for the EMAs, as well as the EMA length too (for example, using the 1,5,15,60 min and the 8EMA)

4- the SL criteria (for example, being able to change the timeframe from the 4 hour to the 15 min and the swing definition from the lowest/highest candle in a 5 bar sequence to a 7 bar sequence)

5- the minimum risk to reward ratio, the maximum stop loss size and the minimum amount of pips to target.

6 - an option to trade a rejection off of a volume level, for example, is price action goes to a level and doesn't break it, then the system should look for trades in the opposite direction






Dosyalar:

JPG
Capture.JPG
168.2 Kb
JPG
Capture_2.JPG
52.6 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(48)
Projeler
73
37%
Arabuluculuk
22
9% / 41%
Süresi dolmuş
14
19%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(252)
Projeler
462
26%
Arabuluculuk
139
20% / 60%
Süresi dolmuş
100
22%
Serbest
3
Geliştirici 3
Derecelendirme
(64)
Projeler
144
46%
Arabuluculuk
20
40% / 20%
Süresi dolmuş
32
22%
Serbest
Benzer siparişler
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 want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
TumiiFX 30 - 20000 USD
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
Bot 30 - 80 USD
I am looking for an experienced MQL5 developer to create a fully automated Expert Advisor (EA) for MetaTrader 5 based on a Price Action strategy. The bot needs to automatically identify specific candlestick formations and market structure levels, execute trades, and manage risk using a dynamic trailing stop.The EA should monitor the chart for the following price action setup:Market Structure / Trend Filter:The bot
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
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
*Need an MQL5 EA for MT5 to trade gold and forex automatically. Must include Stop Loss, Take Profit, and basic risk management. Budget is $30 to $50. Looking for clean, stable code that works on VPS.*
Hello Developers, I am looking for an experienced MQL5 developer to complete the development of a custom MetaTrader 5 Expert Advisor (EA) based on my proprietary trading strategy. I already have a partially developed EA that includes the required custom indicators and part of the trading logic. The project can either be completed by modifying the existing EA or, if more appropriate, by rebuilding it from scratch

Proje bilgisi

Bütçe
50+ USD
Son teslim tarihi
from 0 to 14 gün