This indicator summarizes the volatility of multiple periods.the periods used are 3, 4, 5, 6, 8, 10, and 13.Display: red bold line — summarized the volatility. red line — volatil...
INTRODUCTION : Most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. Seeing in terms of perc...
The indicator uses up to three named Label objects, with selectable color, font size, offsets, date formatting and a statistical text showing Last and Current Candle Amplitude (Min...
This is a re-write of the old Solar Winds indicator for MQ5. There has recently been some 'excitement' about using this with other indicators for entry signals, and after a request...
Reasons for an upgrade :new builds of metatrader 5 require from time to time some code "refreshment" in order to be up to date regarding the way how code works options for some "fa...
This is a continuation of a series of indicators that might benefit from discontinued signal line calculating modeThis is the CCI that can (and by default it does) use average of p...
Recommendations:Use it in any way you used the regular Rsi(oma) To have it similar to "simple slope mode" (but just similar, you can use very short period : like period 2 - lower e...
This is a variation of discontinued signal line RSI of average (posted here : ) one step furtherRecommendations: Same recommendations apply to this one as the "regular" dsl RSI of...
CClock - Extend of CFile class to work with the .set Installation Put FileSet.mqh into your Include\Files folder Put Test.set into your Files\ folder Put FileSet Test.mqh into you...
INTRODUCTION : Most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. Seeing in terms of perc...
This Indicator will show the Amplitude [Minimum; Maximum] of a given period and can act as a substitute of the ATR indicator. The indicator can be used to observe volatility and th...
Sometime we have to work with Custom Angles based trendline for price action analysis e.g. 45 degree angle is considered more important for up or down trend.This indicator will hel...
Aquarium Canvas Background This script adds cool colorful live canvas background on the chart like aquarium Add Canvas_shader.mqh in MQL5/Include/Canvas Folder Extract Files.zip in...
Shows Symbol name, percentage change of price from last day, and Time Time has input options, You can select GMT, LocalTime or TradeServerTimeYou can also set label to any corner y...
This script draws Fibonacci Retracement OBJ_FIBO with options to add your own custom valuesAdd Custom values seperated by commas and the script will draw fibonacci retracement leve...
Averaging-Down A double-histogram represents the (green) average positive and (red) averagenegative MA Speed, each one averaged-down with a period of # (user input).Example:If aver...
This script draws Fibonacci Fan OBJ_FIBOFAN with options to add your own custom valuesAdd Custom values separated by commas and the script will draw fibonacci fan levels with your ...
This script draws Fibonacci Expansion OBJ_EXPANSION with options to add your own custom valuesAdd Custom values separated by commas and the script will draw fibonacci expansion lev...
Description Measures current bar's Moving Average Speed, in relation to the average of # (averaging period) past bars.This oscillator can be visually described with .Calculations C...
Risk Reward Tool calculates Risk reward like 1:2 1:3 1:4 and 1:5 Just drag and drop script to the chart and your risk reward tool is readyYou can also set custom levels by adding t...
closing partially scriptand Stop loss to Break Even pointInput Parameters are as follows.input bool ParticalClosed=false;input int ClosedVolume=50;//Percentage of Lots to Close %in...
Colored Candlestick exemplifying a gradient. It was somewhat hard to find a good working example of DRAW_COLOR_CANDLES that was understandable, most of the comments were useless, a...
inputs 1 rsi is below value 30 when divergent for buy/bullish divergenceinput 2 divergence settings buysinput 3 lots and stop loss , target in pips. long trades.input 4 rsi is abov...
This is the lightest Expert advisor for beginners to learn about market buy sell types and execute it on the strategy tester or Live market.This expert advisor will add market, lim...
A collection of useful string manipulation functions Immuable strings: All functions in the library will return a modified copy of the source string.The source string is not modifi...
Display: red line — upper channel. blue line — lower channel. gray line is a standard donchian channel.Settings: channel period — converted to the Euclidean distance. volatility ...
Update : Now it also calculates the commission on "end of test" result on TesterI was testing my Expert Advisor while i found that i have to calculate commission charged by my brok...
Buy when the indicator line is green and sell when it is red. When the indicator line is below the horizontal line at the "6" level, the indicator considers the situation as flat. ...
Trades amount of pips moved within certain amount of timepre set at 5 pips in 10 seconds .inputs 1&2 are for sells 3&4 buys.inputs lot sizes , target and stop in pips....
Trending moving averages with a breakout input .Input explanation , i'll explain as a buy trade and sells would be inverse.inp1 20 ema greater than 30emainp2 30 ema greater than 50...
The original of this indicator was posted here : . But, since the metatrader 5 platform is evolving and changing a lot, and since we had enough time to learn some nuances, some opt...
atr calculation is done internally (not using built in atr) smoothing is done using built in averages functions though - simply to allow more smoothing modes Recommendations: ...
Most volume/volatility take into account price volatility to determine if price is moving or not. However, they usually fail to get you out of choppy price action. This indicator w...
Fibonacci retracement high to low monthly, weekly and day.-0.50 to 1.5 all rectrament levels , in different colours.includes script to delete all fibo lines off chart....
This expert advisor opens trades , for buys, sell are inverse.when the williams percent rises and the average directional index di+ di- crosses downcloses trades whenmoney flow ind...
Volume Colored Candlestick with Bollinger Bands as the Standard DeviationChangelogv1.02b: Hotfix for static int chartBars, where it would be forever the first call value of Bars(Sy...
Expert, trades using awesome oscillator, Accelerator oscillator.stochastics can be used as a filter , upper and lower levels.for buy trade main stoch line must be greater than sign...
opens trades when a engulfing bar occurs at the SAME time as a change in heiken ashi colour opening above moving averages, two rsi filters, set at 5 &14 periods.engulfing bar m...
Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970.The error of this method is about 0.5 milliseconds. This is due to the temporal discreteness ...