Dear all,
Is there a Bug with "Trailing Stop Loss" in
metastock. It does not seem to be working properly at all.
It should be programmable in Close Long / Short
condition.
Hi:=ValueWhen(1,H>Ref(H,-1),H);
this
catches the last swing top - which need not be the highest high in that
particular long position.
Hi:=ValueWhen(1,H>Ref(Hi,-1),H);
this also
does not work.
How can i update a variable value only when a
fresh value of higher value is compared with its current value?
somethimes i feel excel is so much easier
:-)
Also - i want to program this condition - can
someone help pls
if current position is long then....... if
current position is square then .... if current position is short then
...
what is the function for checking the current
position ?
Thnx in advance
Regards