PureBytes Links
Trading Reference Links
|
I am working on bringing some of my MT4 code over to Metastock and have hit a snag (aka - Slow brain cell).
I need to reference a preceding varible value. Current code is:
DSRR:=If(Ref(Var1, -1) > Ref(Var2, -1) AND Var1 < Var2, Var3 = HHV(HIGH,10),Problem Here);
I have tried
Var3=PREV
AND
Var3 = Ref(Var3,-1)
Neither work. I have also tried assigning a value before the if statement. Does not work properly.
What I would like is to create a straight line the is based on the HHV for 10 days. When the if statement fails I want the previous value of a rolling window which has the HHV for 10 days. Basicly this should create a flat line that runs until the if statement is true and a new line level is set.
Thanks
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
equismetastock-digest@xxxxxxxxxxxxxxx
equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|