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
Ordini simili
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
iwant to get indicator for both trades including forex gold algo and other . all FOREX MT 5 TRADING MARKETING must be analyses by and give me indicator or signal on how or where market go next at a specific time
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
Would it be possible to connect Futures prop firm with Rithmic or Tradeovate platform to Ninjatrader automated trading ? If anyone can do this for me I will be happy to get started with the person right away
I need help in modifying an amibroker AFL indicator the indicator already works but I need per symbol static variable isolation, parameters persistence per symbol after restart, non declining trailing stop logic, parameter auto restore when switching symbols and a global reset function for static variables. For better understanding As discussed, this is the official offer for restructuring my RAD Chandelier stop loss