PureBytes Links
Trading Reference Links
|
I'm doing scaling in on trades. I know I can use sigscalein and
sigscaleout. However, I'd prefer to treat each of the scalings as a
different trade for backtesting. Is this possible with the custom
backtester?
Currently my AFL allows autotrading. So for each entry and exit a
positionsize is indicated. This would seem to be all that is required for
the backtester. But is is possible to tell the backtester to use this
information
buy = 1;
positionsize = 100;
sell = 1;
positionsize = 50;
sell = 1;
positionsize = 50;
And to have this recorded as two separate trades in AA? Or is this not
possible (always will be treated as one trade with two exits).
Hope this makes any sense.
Thanks
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 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/
<*> 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/
|