PureBytes Links
Trading Reference Links
|
Hi, I am testing a system with buy/sell signals. I use the following
codes to visualize the entrys and exits
Buy=......;
Sell=.....;
PlotShapes( IIf(Buy,shapeUpArrow,IIf(Sell,shapeDownTriangle,
shapeNone )) , IIf( Buy, ColorRGB(255,0, 255), ColorRGB(0,255,255) ),
0,IIf(Buy,Low-5,High+5) );
But now I want to add applystop() to the system to test multiple
exiting strategies ? Is it possible to visulize exit signals (also
showing arrows and triangles) made by applystop() function ?
Thanks for any help / Tom
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.2/641 - Release Date: 1/20/2007 10:24 AM
|