PureBytes Links
Trading Reference Links
|
Hi,
have you checked out the help ? It is very detailed.
You have to remove "Sell = "
Just type Applystop into the help.
Best regards
Thomas
www.tradingbasis.com <http://www.tradingbasis.com/>
_____
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Chris
Sent: Monday, July 24, 2006 12:10 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Are These Stops Right?
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.
|