MetaStock - Trailing stoploss Indicator in Software for Analysis - Here is the formula for a simple Trailing stop indicator
The formula draws a stoploss loss line which will be ...
-
06-22-2011 01:22 PM
Trailing stoploss Indicator
Here is the formula for a simple Trailing stop indicator
The formula draws a stoploss loss line which will be 7% below the highest close within a lookback period of 20 bars.
The Stoploss % and the Lookback period can be varied. When you plot the indicator you will be prompted for Look back period and Stoploss%. The defaults are set to 20 bars and 7%.
LB:= Input("Enter lookback period",15,30,20);
PERIOD:= Input("ENTER % STOPLOSS",2,10,7);
HHV(C ,LB)-(HHV(C,LB)*(PERIOD/100))
Visitors found this page by searching for:
metastock trailing stop loss formula
,
Trailing Stop Loss In Metastock
,
stoploss calculator for indian stocks
,
simple trailing stops metastock
,
metastock tstop indicator
,
Indicators paid to Metastock
,
india stocks trailing stop loss
,
trailing stop metastock
,
default stop loss indicator
,
trailing stop loss indicators for metastock
,
stop loss indicator for metastock paid
,
stop loss formula in metastock
,
stop loss line indicator
,
trailing stop india
,
trailing indicator for metastock
,
how to enter trailing stop loss
,
Trailing StopLoss Indicator Calculation
Tags for this Thread