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
Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) Budget: AUD $1,500 – $2,000 (flexible) 1. EA Architecture EA runs one chart per symbol (NOT one EA controlling all symbols). Each chart instance manages its own: Recovery Grid Trend Volatility Liquidity Risk Logging EA must still respect global safety rules : Correlation protection Total
Probot ea 99 - 999 USD
merhaba forex piyasası Ticaret yapmak için belirli algoritmalarla çalışan bir probot geliştirmek için deneyimli bir geliştiriciye ihtiyacım var beklentim, uzman piyasa bilgisine sahip bir uzmanın kafa derisi ticareti yapmak ve anlık fırsatları değerlendirmek istemesidir. kendisi için tasarladığı bir danışman incelenebilir veya geliştirdiği daha iyi bir fiyat üzerinde anlaşabiliriz. detaylı bilgi için iletişime
I am not looking for someone to simply code an MT5 Expert Advisor. I already know how to create EAs and can generate simple strategies myself. What I am looking for is someone with strong quantitative research and backtesting experience who can find and validate a robust trading strategy. Objective Your job is to research and test different entry models to find one that has a real statistical edge. I do not care
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }
مطلوب موشر مع ربطه علي بوت تداول قوي جدا مختبر ومجرب مع التاكيد علي نسبه النجاح يتم انشاءه علي جميع الموشرات في الفوركس الذهب والبتكوين والus100 مع شرح للستراتيجية ونتايج اختيار اذا كان مجرب

Proje bilgisi

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