PureBytes Links
Trading Reference Links
|
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
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
amibroker-digest@xxxxxxxxxxxxxxx
amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|