[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Applystop help.



PureBytes Links

Trading Reference Links

Anthony,

Run the backtest with this on a watchlist.

I have a watchlist of the NAS100 stocks.

If I run the backtest on the NAS100 watchlist, then I can open my watchlist
in the workspace and step down through the stocks while looking at the chart
and see the arrows and triangles for the stop on each chart as it appears.

Amibroker is great!

Rik Rasmussen


> -----Original Message-----
> From: Anthony Faragasso [mailto:ajf1111@xxxxxxxx]
> Sent: Saturday, March 01, 2003 9:33 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Applystop help.
>
>
> Hello,
>
> When I load this formula into Indicator builder and click apply...No
> arrows or markers appear on the chart....Am I missing something...??? I
> am using the lastest beta release....
>
> Original post by Tomasz:
>
> The code below marks trades exited by trailing stop with a red triangle.
>
> Code requires version 4.22 to work.
>
> Buy = Cross( MACD(), 0 );
> Sell = Cross( 0, MACD() );
>
> ApplyStop( stopTypeTrailing, stopModePercent, 10, True );
>
> Equity(1); // THIS EVALUATES STOPS
>
> Plot( Close, "Price", colorBlack, styleBar );
> PlotShapes( IIf( Buy, 1,
> IIf( Sell == 4, 6,
> IIf( Sell, 2, 0 ) ) ), IIf( Buy, colorGreen, colorRed ) );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> Thank you
> Anthony
>
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


------------------------ Yahoo! Groups Sponsor ---------------------~-->
New Yahoo! Mail Plus. More flexibility. More control. More power.
Get POP access, more storage, more filters, and more.
http://us.click.yahoo.com/Hcb0iA/P.iFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/