Study updated every tick - false info

Studies that have been contributed to the community by other users. If you’ve got something useful to share, that’s great!
black phil
Posts: 2
Joined: 08 Jun 2010

Study updated every tick - false info

Postby black phil » 14 Jun 2010

Updated every tick study.
Study has a plot for up and for down.

You can end up with both an up and a down plot on same
bar due to changes intra bar. Want to remove
wrong plot.


Thx,
Phil

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Postby TJ » 14 Jun 2010

The keyword you are looking for is noplot.

e.g.

Code: Select all

if condition1 = true then
plot10(c, "Plot")
else
noplot(10);


Return to “User Contributed Studies and Indicator Library”