PDA

View Full Version : Initial Stop


AZGuy
12th May 2004, 04:35 PM
What is the formula to use the Parabolic Sar as your initial Stop? Also, I am confused after reading the manual how to enable the money management functions. Is there a better step by step instruction for beginners?

Thanks
:roll:

David Samborsky
13th May 2004, 04:19 AM
The basic framework below can be used to create the neccessary trade database code:-


InitialStop:=sar(0.02,0.2);

ExtFml("TradeSim.Initialize");
ExtFml("TradeSim.EnableProtectiveStop",0);

ExtFml("TradeSim.RecordTrades",
"Parabolic Stop",
LONG,
EntryTrigger,
EntryPrice,
InitialStop,
ExitTrigger,
ExitPrice,
START);