Hello,
I need a simple Volume and Range indicator for MT5, it should paint the bars on the chart + windings, with alerts, it will cover the bars according to volume, range and close.
Here are the variables :
-- BAR CLOSE -- (tiers close)
Up close= Close[i] >= Low[i] + ((High[i] - Low[i] )/3*2)
Middle close= Close[i] < Low[i]+range(i)/3*2 && Close[i] > Low[i]+range(i)/3
Dn close= Close[i] <= Low[i] + ((High[i]-Low[i] )/3)
-- VOLUME --
Volume[i] (real or tick modifiable in the parameters)
Average Volume[i] ( period and method modifiable in the parameters )
Low volume = Volume[i] < AverageVolume*Volume_Coef ( Volume_Coef modifiable in the parameters )
Normal volume = Volume[i] >= AverageVolume*Volume_Coef && Volume[i] < AverageVolume*Volume_Climax_Coef ( Volume_Climax_Coef modifiable in the parameters )
Climax volume = Volume[i] >= AverageVolume*Volume_Climax_Coef
-- RANGE --
Range[i] = High[i] - Low[i] (or open[i] - close[i] modifiable in the parameters)
Average Range[i] ( period and method modifiable in the parameters )
Low range= Range[i] < Average Range*Range_Coef ( Range_Coef modifiable in the parameters )
Normal range = Range[i] >= Average Range *Range_Coef && Range[i] < AverageRange*Range_Climax_Coef ( Range_Climax_Coef modifiable in the parameters )
Climax range = Range[i] >= AverageVolume*Range_Climax_Coef
Here are what should be display :
BAR PAINT :
// CLIMAX //
- Up close && Climax volume && Climax range - color : aqua
- Middle close && Climax volume && Climax range - color : white
- Dn close && Climax volume && Climax range - color magenta
// NORMAL //
- Up close && Normal volume && Normal range - color : royalblue
- Middle close && Normal volume && Normal range - color : DarkGray
- Dn close && Normal volume && Normal range- color : tomato
// NO SUPPORT //
- Up close && Low volume && Low range - color : midnightblue
- Middle close && Low volume && Low range - color : dim gray
- Dn close && Low volume && Low range - color : maroon
// CHURN //
Climax volume && Low range - color : lime
Add alerts On/OFF on each signal.
WINDINGS :
The windings are to be placed above if the bar if up bar (open<close) and below on down bars :
233
- Climax volume && Normal range
- Normal volume && Low range
234
- Climax range && Normal volume
- Normal range && Low volume
let me know if you have any questions
Similar orders
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
أبحث عن خبير تداول آلي (EA) أرفقتُ فيديو له. يقوم هذا الخبير بوضع أوامر شراء معلقة وبيع معلقة على بُعد 250 نقطة أعلى وأسفل السعر الحالي كل دقيقة، مع تحديد مستوى وقف الخسارة (SL) عند 300 نقطة ومستوى جني الربح (TP) عند 500 نقطة. إذا تم تفعيل أيٍّ من هذين الأمرين خلال الدقيقة، يتم إلغاء الآخر. لا يقوم الخبير بوضع أي أوامر معلقة حتى يتم الوصول إلى مستوى وقف الخسارة أو جني الربح، ثم يضع مجموعة جديدة من الأوامر المعلقة في
Am looking for good programmer to help me to convert two Ex4 file into EA. The first indicator provide 9 tools signal and the second indicator is Candle stick strategy. Kindly see the attached file for proper explanation about the BOT. Below is discription 🔹 PART 1: Candle Structure Strategy (Daily / Weekly / Monthly) ✅ Core Idea You are trading alignment of higher timeframe direction with lower timeframe
Looking for experience profitable manual traders that will be willing to trade my live mt5 account for profit share. Requirements Must have at least 6 months of profitable months. Min 10 percent monthly Send me investor credentials for mt5 or mt4 account. Can be trading Any instruments. Must reply with mt5 credentials or will disregard
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a MetaTrader 5 Expert Advisor for XAUUSD. Trend Filter : Trade only in the direction of the main trend. Patterns (Buy) : Hammer, Inverted Hammer, Doji, Bullish Harami, Bullish Engulfing + Green confirmation candle close above high. Patterns (Sell) : Shooting Star, Doji, Bearish Harami, Bearish Engulfing + Red confirmation candle close below low. Entry Rule : Wait for one Pullback candle (Red for Buy, Green for
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot