PureBytes Links
Trading Reference Links
|
Message text written by INTERNET:omega-list@xxxxxxxxxx
>You may also do a backplot of the indicator, enforcing so to refresh the
screen:
var:k(0);
Value1= your indicator;
for k=10 downto 0 begin
plot1[k](value1[k],"myStuff");
end;
<
Pierre,
Can you explain how this is used. Is it used as a seperate indicator
or plotted within the indicator to be refreshed?
Could this be used to refresh paintbars that are updated every tick
yet continue to paint even though the criteria for painting is no
longer true?
TIA, Ian.
|