PureBytes Links
Trading Reference Links
|
Double click one of the trades in the backtest.
Arrows will appear on your chart, these are real time trading signal
arrows. A right click on the trade gives you options such as show
arrows for raw signals (this is what you want), show arrows for
actual trades (won't show until tommorow if you have a one day delay)
Jim
--- In amibroker@xxxxxxxxxxxxxxx, Ajay Joglekar
<technical.trader@xxxx> wrote:
>
> 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 --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|