PureBytes Links
Trading Reference Links
|
Hi Graham,
gee where would this forum be without your contribution! Appreciate all your
assistacne.
When I have some code backtested and want to see waht it would be in real
time what do I need to look at then?
ie backtesting lets me know if some system rules are profitable but if entry
is not at next day (say a breakout typoe entry) can I run the code somehow
to get a list opf possible entries for the next day?
Is that something to do with exploartion?
Don
-----Original Message-----
From: Graham [mailto:gkavanagh@xxxxxxxxxxxxx]
Sent: Sunday, 4 July 2004 11:31 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] stop
Use
stopLevel = valuewhen(Buy,L);
or if entry is 1 day after buy signal
stopLevel = valuewhen(ref(Buy,-1),L);
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: Collectable Images [mailto:telecard@xxxxxxxxxxxxxx]
Sent: Sunday, July 04, 2004 9:25 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] stop
How do I set a stop based on say the low of the entry day so that that stop
remains fixed throughout the trade?
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|