Perky Scalp System - easy pickings - page 3

 

adrsi called adaptive RSI is rsi influenced by price

as its not my indicator i cant really comment

they are in the same window to save space and both show direction

gojet is just there for confirmations and maybe entry exit help I kinda like it because its fast and also gives me a "feel" for direction over all

 

Very good strategy Perky!

Thank you

 

+10 -10

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 ??

Krzysztof

 

Hi Perky!

Thank for your postings!

Could you please explain a little bit more the enter and exit strategy?

Maybe i can write an EA to forward test it!

Regards

Matias

 

Nice System

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

 
Perky:
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

Files:
scalper1.doc  144 kb
 
un6oitil:
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

r you mean the oanda one its slow stochastics - standard oanda indi

 
Matu:
Hi Perky!

Thank for your postings!

Could you please explain a little bit more the enter and exit strategy?

Maybe i can write an EA to forward test it!

Regards

Matias

thats pretty hard to put my finger on..

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

 
Perky:
thats pretty hard to put my finger on..

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

 

if your sick of bells this version has option to turn themm off

especially thru backtests (visual)

set bells to false