PureBytes Links
Trading Reference Links
|
This one was easy now that I had
the right idea that was 'LastValue(Cum(1))' ...
Buy/Sell when this is true:
TotalBars:= LastValue(Cum(1));
Buy/Sell:= MyCondition
AND
Cum(1) > (TotalBars - 3);
here for 3 days.
The background was, that I had several
(two) 'concurrenting ' or intersecting
conditions (were as almost the same)
that generated a buy/sell arrow.
But the one 'system' uses ZigZag, so
it is labelled with a '?', at least for
a few days...
However, I cannot see any idea coming
on the other problem.
Regards, JR
|