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
Commandes similaires
Free link free land free land free land free land free free land free land free things free land free land free land free land free land free land free land free Finch I will do it
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit