PureBytes Links
Trading Reference Links
|
Do I have these stops set up correctly?
Sell = ApplyStop( stopTypeTrailing, 3, Optimize("Trailing", 0, 0,
10, .25) , 1 );
Sell = ApplyStop( stopTypeLoss, 1, Optimize("Stop Loss", 0, 0,
10, .25) , 1 );
My concern is whether mode 3 (risk) is the proper type for a trailing
stop, and mode 1 (stopModePercent) is proper for a stop loss.
Thank you.
|