Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Can you give more detail how to interpret #JoGET#58 FAst signal trend indicator.
Internally it makes a lot of calculation like BB, pivots on every TF than fib ranges etc but how the trend is calculated ?? Is those cirlces near the magnified price stochs ?? What are their settings ??
The LSMA in colour is given as williams oscilator. But can you tell about usage of ARSI in the same window. I also had a look to the code
and this I dont understand
How you came to those levels of difference for ARSI and ARSI delayed ??
Is it valid for all TF those levels ?? As ARSI is kind of MA this +10 -10 is just pips change of value of ARSI than is should depend from the pair and TF.
10 pips for AUD is 0.6% but for EUR is much less.....
I think it measures speed and momentum of trend but for 1M will be difficult to get it.
Did you run any statisctic EA to check that those are proper values ??
i have to say it is very good at timing, although i have hard time following the ticksmoother indicator (could u tell me more how to use it) but over all its great, i really like it.
i`m testing it on eurjpy pair, it helps me stay in existing trend
looking further for improvement
Thank you for posting---perky
Regards
from jogja
_______________
this is my first post on Forex-tsd
thanks although its scalping there would have been only 3 real opportunities on eurusd yesterday to trade i made about 15 pips all up
seemed like a quiet night
spread on oanda is 2.5 for eurusd at the moment so i wait till its is 0.9
Perky,
Can you give me the indicator " slow( 14,3 ) " which is on your file? Still one more for your strategy.
Very good work.
Thanks
thats the indicator call
double adrsi=iCustom(NULL,0,"adaptive rsi",0,0)*10000;
double adrsib4=iCustom(NULL,0,"adaptive rsi",0,1)*10000;
the logic to start entering is:
if (adrsi-adrsib4>10) // for buy
if (adrsi-adrsib4<-10) // for sell
but for an expert there would be too many factors involved
although I thnk any expert would be improved using this logic as it seems to give direction and the force of the move - however exits are a whole nother story