PureBytes Links
Trading Reference Links
|
I think this will take care of the volatility exit. This is the ShowMe, and you
can use the if statement in an exit statement.
{***********************2XVolatility************************}
Input: VoliLen(1);
If ((Volatility(VoliLen)) > ((Volatility(VoliLen)[1]) * 2)) then begin
Plot1 (High,"2XVoli");
If checkalert then alert = True;
end;
"The darkest hour in any man's life is when he sits down to plan
how to get money without earning it"
Sentinel Trading
rjbiii@xxxxxxxxx
____________________Reply Separator____________________
Subject: Van Tharp and system developements
Author: angus@xxxxxxxxxxxx
Date: 12/10/98 2:30 PM
I just finished reading Van Tharps new book .Trading into financial
freedom.. I recommend it to all.. it is a classic. [ I have no affilation
with him] He had 2 concepts that I was hoping someone could code..
Profit stops & protective stops
10 day exponential of the 3 day average true range [ if someone can make
it an indicator]
and a stop
if you get twice the daily volatilility from yesterdays close exit [if
someone can make it a show me or indicator]
thansk
|