log in     sign up for free
 
You can't make money if you're not willing to lose. It's like breathing in, but not being willing to breathe out. Various types of exits will help you do this (i.e., breathe fully), including trailing stops and the percent retracement stop.
Van K. Tharp
 
 
Home
systems (285)
 
 
Special offer: buy AmiBroker and EOD+Real-Time Data
 

Buy

AmiBroker

     (special offer)
 
 
 

Buy

EOD data for AmiBroker

     (special offer)
 
 
 

Buy

Realtime data for AmiBroker

     (special offer)
 
 
Formula Library
 
AmiBroker
MetaTrader
MetaStock
TradeStation
Wealth-Lab
NinjaTrader
 
add your formula
System Library
 
 
Account login
Your email:
Password:
 
Log in
New to s4t? Sign up.
If you forgot your password click here.
Search the Web
 
Custom Search

Chandelier Exit Variation II

System for: MetaStock

 

 

Views:  1822

Added: January 26, 2007
 
Rate this code:  Rate: 1 Rate: 2 Rate: 3 Rate: 4 Rate: 5

1

1 ratings
 
 

email this link

 
 
Tags: MetaStock, system
 


Re: Formula Question

· To: <metastock@xxxxxxxxxxxxx>
· Subject: Re: Formula Question
· From: "Barry Marx" <bmarx@xxxxxxxxx>
· Date: Sun, 20 Feb 2000 21:23:32 -0500
· References: <NBBBJEOJKICGFFHPBAHKAEKPDGAA.hardy@xxxxxxxxxxxxx>
· Reply-To: metastock@xxxxxxxxxxxxx
· Sender: owner-metastock@xxxxxxxxxxxxx

Below is a variation of the Chandelier Exit that I came up with. It doesn't solve the original question, but I like the way it plots better.It holds the highest value every time the stop moves up, and never moveslower unless the stop is hit, in which case its value is reset.

- Barry

 

 



Code:

Chandelier Exit Variation II
Stop1:=If( PREV < L,
{then} If(( H - 3*ATR(10) ) >= PREV,
{then} ( H - 3*ATR(10) ),
{else} PREV),
{else (L <= PREV)}
( H - 3*ATR(10) ));

Stop2:=If( PREV < L,
{then} If(( C - 2.5*ATR(10) ) >= PREV,
{then} ( C - 2.5*ATR(10) ),
{else} PREV),
{else (L <= PREV)}
( C - 2.5*ATR(10) ));

StopVal:=If(Stop1>Stop2,Stop1,Stop2);

StopVal;


 




 

Code to difficult? Find somebody to help you with coding here.

 


Source: http://purebytes.com/archives/metastock/

 

View similar:

Volatility Breakout System
O! Inercja i jej średnia
Bianchi Approach Trading System
Bollinger Band Histogram Trading System
Key Reversals System
Alligator Trading System
Miesal Indicator System Test
Finite Volume Elements (FVE) System
Wilder Volatility Index System
Bull Fear/Bear Fear with DX System
...
 
 
all systems for MetaStock
all systems

 

 

Email to friend

Top

 

     
However we try to maintain hiqhest possible level of service - most formulas, oscillators, indicators
and systems are submitted by anonymous users.
Therefore S4T™ does not take any responsibility for it's quality.
If you use any of this information, use it at your own risk. You are responsible for your own trading decisions.
Be sure to verify that any information you see on these pages is correct, and is applicable to your particular trade.
In no case will S4T™ be responsible for your trading gains or losses.
PayPalSecure payments by PayPal S4T™ is a part of TAURO EDUCATION NETWORK
 
Privacy note | (c) copyrights systems4trading.com 2006-2009