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...
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 ...
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....
simple engulfing pattern. to help with manual trading mainly.simple and made to be.inputs for bar max size min size stops and target in pips lot sizes only open one trade at a tim...
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...
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...
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...
the masterpiece of this little ea is the orders count function ,where as we count only the orders that have notstoploss above or equal to its open price for buy and below its open ...
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...
alligator indicator is in a trending conditiontrades opened when candle crosses over either line, variable modes.input the number one cross over the blue line red line green line ...
support and contribution if you find this indicator useful, you can show your support by giving a star to its and this post. you are more than welcome to comment below this post fo...
ea information : this ea is based on ogt zone recovery ea.strategy : hedginghedging type : zone recovery (no two pairs correlation, no triangular arbitrage)zone recovery type : ave...
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 ...
it happens sometimes when you've been creating and ea and you haven't noticed a bug that causes too many positions if not orders to be opened . or maybe there was a trade execution...
this custom function will help to get round time for any given timeframe and time.code :-inputs required : 1.) time to be rounded.2.) timeframe according to which you want time to ...
custom function to get comma separated things from string.this custom function will require a integer input1.) if you give -1 then it will give you number of things in string.2.) i...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
buy when the indicator line is green and sell when it turns red.the fisher transform indicator is an oscillator that helps to identify trend reversals and can be applied to any fin...
motion smoothness index"telling when market price is smooth or rough is not the easiest task, so here is a trend metric indicator that provides you with that information."the indic...
this indicator plots fibonacci channel on last swing high low that can be changed from input variable "extdepth"55 is a best parameter which is set by default. it plots a fibonacci...
it can download data once and be removed or run in the background and update each 1-5-10 minutes (but it's not recommended, when switching charts the script will get removed).32912...
it can download data once and be removed or update each 1-5-10 minutes. since it is a service, it can always be active in the background without interfering with charts.32912008.08...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
this ea buys when at new low in a down trend occurs with oversold rsi.inputs for trending range and quality including look back how many bars involved.sells at new high and same as...
after the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. after the pattern is destroyed, the hatching is no longer ...
sharing this trend indicator made by me. called "timeframe flow".it will draw a user defined higher time-frame candle on every shift on your current time-frame.meaning you can have...
this indicator is based on the true range which is the maximum of (high - low), abs(high - close[1]) and abs(low - close[1]), with abs being mathematical absolute.in order to get t...
the highpass-lowpass roofing filter was created by john ehlers (cycle analytics for traders pg.78)this is a variation of a roofing filter that will let you know which direction the...
this expert advisor demonstrates how to create and save graphic charts to a .bmp file from the mt5 strategy tester. the graphic.mqh package (include/graphics/) is used. in mt4 this...