Search found 429 matches

Re: Coding Help

If you are using open and close to determine the direction of the "tick" then the difftick = iClose(ForSymbol,0,i)>iOpen(ForSymbol,0,i) thats same as uptick. What I would need is if ticks are in same direction then it gets added and if its in different direction then it is subtracted.

Re: Coding Help

Hello, I trying to edit a code to include a expression of the tick difference (uptick - downtick). Uptick and downtick is defined as uptick[i] = iClose(ForSymbol,0,i)>iOpen(ForSymbol,0,i) downtick[i] = iClose(ForSymbol,0,i)>iOpen(ForSymbol,0,i) in the same manner how can I write the expression for t...

Re: Mladens PTL Bo system Lets Turkey shoot 80% accuracy greed included

shreck wrote: Sat May 20, 2017 1:23 am look closely the dotted line broke out the TMA band in green after that signal came,i would take that trade as those two conditions indicate momentum and trend .
for the other signals the the dotted line is within TMA bands (no trade)
what is the role of the wider outside channel there?

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

tampa wrote: Sat Mar 25, 2017 7:57 am

This is the same S/D indicator which is also known as shevd supply demand indicator and is freely available on net. If not same it is at least very similar to it.

Are the more S/D indicators like these available based on different rules and algorithms?

Return to the advanced search