PureBytes Links
Trading Reference Links
|
Hi,
Supposing I have a system and want to know the trading signals for it
how do i do that?
Let me clarify :
Buy=...;
Sell=...;
Short=...;
cover=...;
filter=buy or sell or short or cover;
Addcolumn(buy,"buy");
.
.
and so on
Now I would like to add columns for my trailing stops and stoplosses
that I am applying dynamically. I mean afterall stops are done
internally by the backtest engine but how do we code them into the
exploration? Or is there any way I can know the system signals? I am
testing with execution of 1 bar delay for any buy,sell,short,cover
action. So I would like to know the night be4 if I have to take any
action the next day. But it seems that with a one day delay the
backtesting engine would also report it only after the trade has been
executed which can be 1 day too late. Does anyone have a solution?
Regards,
Ajay
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
|