the stochastic rsi indicator (stoch rsi) is essentially an indicator of an indicator. it is used in technical analysis to provide a stochastic calculation to the rsi indicator. thi...
draws pivot points level lines for formula'sfloor fibonacci camarilla woodie all pivot points time-framesdraw long or short lines.option to show floor mid pivot pointsoption to sho...
there is no magic in moving averages but they can be used to form the basis of a simple trading strategy that works.for some reason, forex traders especially enjoy these types of s...
what the template can do for you? a simple but fully functional program that demonstrate how a martingale can work for you. just change the entry analysis using your own scalping s...
use the average price to calculate the divergence rate. when the divergence rate is high, the market price may pull back. it is often used in stock trading indicators....
use the average price to calculate the divergence rate. when the divergence rate is high, the market price may pull back. it is often used in stock trading indicators....
the script prints info about a closed position by its position ticket or identifier, on a retail hedging account.it supports only retail hedgingaccounts (forex).following info are ...
in the past, i thought of using an ea for my trading and this is part of my simple ea and this is the simplest ea i ever had so please rate this after read...this ea working on sin...
this ea just showing a sample of martingale systems by averaging up or averaging down.it is not a ready to use or profitable ea. default using tema indicator as entry signals and a...
clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. it reflects the strength of trend with respect t...
the five classic moving averages are present:simple moving averageexponential moving averagesmoothed moving averagelinear weightedmoving averagesmoothed moving average the indicato...
the code is mostly self-documenting, and should therefore be easy to follow along with some experience in coding. this is not a perfect product, but it should set the wheel rolling...
introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
a sorter class to sort an array based on other arrays.note: empty keys arrays are ignored by the sorter.for example to sort position tickets by position open time (as the only sort...
hello,this simple ea open trade when the last bar is closing above or under bollinger bands, with rsi value overbought or oversold and using a d1 moving average as trend filter.aut...
relative price trend shows the trend of the relative gain or loss of an asset. it can be used in trend analysis to understand the will of the market....
relative volume trend shows trend based on relative gain and loss of volume of an asset. it can be used in conjunction with relative price trend to see what movement is favored by ...
how do traders manage their trades?a common approach is where price reaches profits = the stop loss size, you move the sl to entry price and let the it ride to tp.while this is a g...
how it's working?the premise is simple. the entrance looks like this ...force=((bid-close)/close)*10000;example:force > 10% (see input parameters) opening buyforce < -10% ( s...
although it is not totally translated to mt5 as i am using mt4orders.mqh. remember you must add mt4orders.mqh inside your include folder.you can use it straight away as it works pr...
put the code in the scripts directory.from the main menu-> tools-> options, tab expert advisors, add the following address in the allow urls section:in the code, customize th...
a friend asked a question, which became an excuse for me to play some memory with the math lessons of years ago! 😊 (then say what is the use of high school arithmetic and geometry;...
as a java developer for 20 years i am used to writing more complex programs using test driven development technique. when i started writing more complex expert advisors i was missi...
originally developed by - andreas uhlthe strength of the cma is that the current value of the time series must exceed the current volatility-dependent threshold, so that the filter...
this ea collects information about the spread and shows the statistics on the chart.when the ea ends its working, it prints all statistics to the journal, which can be useful for t...
log4mql(mini) - light header-only version of log4mql that provides standardized logging. installation/usage add log4mqlm.mqh to your include folder. view the sample code to get an...
log4mql(mini) - light header-only version of log4mql that provides standardized logging. installation/usage add log4mqlm.mqh to your include folder. view the sample code to get an...
introduction : the breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
introduction : the breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
the buy and sell conditions go as 'bool' value parameters in the direction function, as you can see in the default example.the canbuy and cansell variables will get out set as true...