introduction :have you notice that the market really moves during a specific time of the day ? let's not forget that when the market really moves we can actually make some decent p...
himy plan is1 search for usa stocks below 20 euro/dollar.2 when the price rice above the stochastic lowlevel the first lot 0.01 will be bought.3 when the price drops then another l...
the simple macd indicator with insert price on it. it helps trader easy to view overall price position in macd indicator to minimize false signal.if cross macd and signal lines, or...
introduction :for day traders. 2 highly important indicators to turn strategies into extreme winning ones. the win/loss ratio and the reward/risk ratio will allow us to identify th...
there is such an indicator in code base created by while working with it, the idea arose of simultaneously combining several fibo bars 2 in one indicator. the meaning is as follows...
this indicator idea is based on somewhere on the internet, so i decided to recreate it.if you want to catch the volatile event on some pairs, maybe this indicator will help you....
master exit plan is collection of simple strategies that would help traders manage on how to exit open trades and pending orders.note: this ea doesn't open a trade for you. it only...
introduction : this strategy is the well known set & forget with the alerting system. it is very useful on different trading scenarios. i urge you guys to always use trading to...
hello to all traders..this is fe fibo expansion that i create using 2 object(p[2]) in array that represent their properties for each direction up or down.here is a class look like:...
hi fellas i'm lucas,i thought i should contribiute with something to this wonderful community which i have learned a lot from reading good informative articles and much more. mysel...
trend defined by moving average (ema) direction with chosen period on timeframes h1,h4,d1,w1,mn1.green = up-trend.red = down-trend.user can define following variables:movingaverage...
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...
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...
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...
introduction : this script was developed in order to help us detect if a chart is actually trending or going nowhere.this script will highlights all swing highs and all swing lowsw...
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....
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...
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...
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...
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...
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;...
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...
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...
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...
remark: for this to work perfectly, you must have high speed internetand a high quality computer. otherwise, it will not work for you.introduction : the breakout strength meter is ...
introduction : the currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one pe...
remark: for this to work perfectly, you must have high speed internetand a high quality computer. otherwise, it will not work for you.introduction : the currency strength meter is ...
draws two labels: high-close and low-close range of the last closed candle left of the current candlerewrite from original code byhigh: 1.19284 - close: 1.19245 → hc 39 points low:...
first of all , i was trying to sell this self adapting expert advisor on the market.i get the idea to develop such system after i developed an expert advisor that trade static patt...