Hello,

I use Camarilla system for trading and I develop this AFL with some my ideas.
Now I'm looking for some help.

Before I start to explain, strategy/system example:

SCENARIO 1 ==> Open price is between H3 AND L3.

for LONG Buy --> Wait for the price to go below L3 and then when it moves back 
above L3 ==> BUY.
Stoploss will be when price moves below L4.

for SHORT Sell --> Wait for the price to go above H3 and then when the price 
moves back below H3 ==> Sell. 
Stoploss will be when price moves above H4.

I want to programm in AFL statistic about how many times C was > from L3 level 
and C was > H3, but...

This is no problem. Problem is how to programm that C first go below L3 and 
than Cross(C, L3). I would like to know the statistic how many times C go below 
L3 level. and than go above to generate the BUY signal (Cross(C, L3).

If I will know this, I can prepare the another statistic very soon.

If you have some ideas, please let me know on this forum.
Best regards. Dominik 


Reply via email to