PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "guhu0434" <g.h.h@xxx> wrote:
>
> since I trade a trade system in real life since a couple of weeks, I
> have the problem to 'sync' the reality with the backtest of amibroker.
I have one formula that was created via backtest and optimizations.
Then I copy that formula for use in actually trading the system. If I
need to make some on the fly modifications (your takeover example is a
good one) then I modify the second file. This is EOD so "on the fly"
is at the end of the day.
For example if a buy occurs due to a takeover bid I will modify the
formula to not take the trade. e.g.
Buy = ! ( Name() == "ARI.TO" AND DateNum() == 1080814 )
AND
BuyCondition
The same can be done for exiting trades.
Tuzo
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
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:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto: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/
|