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
Pedidos semelhantes
Am looking for a bot to trade .so that I can be able to trade and become very successful and make some profit so that I cannot sleep on a empty stomach
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
Platform MetaTrader 5 (MT5) MQL5 Source Code Required Compatible with Exness MT5 both standard and cent accounts/ICMarket accounts Works on EUR/USD only (initial version) ⸻ Objective Develop a fully automated AI Expert Advisor based on ICT Smart Money Concepts (SMC). The EA must only execute high-probability trades that satisfy all required conditions before opening a position. The EA must avoid overtrading and
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
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
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
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell