SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: Bob Jagow who wrote (3129)6/16/1999 8:12:00 PM
From: Paul Beattie  Read Replies (1) | Respond to of 4056
 
Hi Bob,

I tried to code 3-line break using Metastock - in the hope of system testing it. I ran into trouble because I need to track a "state" which affects the action when price crosses a "boundary" support or resistance level, and can change based on price movement. This state is an uptrend/downtrend flag. Effectively, you get:
Action = Function(State, Price, Upper/Lower Bounds);
Upper/Lower Bounds = Function(State, Price, Prev. Upper/Lower Bounds);
State = Function(Prev. State, Price, Prev. Upper/Lower Bounds);

I couldn't get MSWIN formulas to do this. I'd love to hear of others' success.

Paul



To: Bob Jagow who wrote (3129)6/16/1999 9:52:00 PM
From: Richard Estes  Respond to of 4056
 
Not here, a number of months ago, I looked at it. I couldn't find the way.