Search found 3 matches

by Bthomas
08 Sep 2022
Forum: MultiCharts
Topic: How to reset studies every x second
Replies: 2
Views: 950

Re: How to reset studies every x second

can someone help me with this code? I don't know how to reset value 2 every 60 seconds. // Volume Momentum V 1.0 By Thomas Battaini inputs: Timer (60), CandleVol (60000), AvgCandle (0); Var: VolSum (0), Counter (0); // Set condition of computing only on specified bar type if BarType = 0 and BarType ...
by Bthomas
06 Sep 2022
Forum: MultiCharts
Topic: How to reset studies every x second
Replies: 2
Views: 950

How to reset studies every x second

I’m new ti multicharts and programming , I’m trying to programe a loop that evry x seconds reset my volume based study . I don’t now how to start, can you help me?
by Bthomas
21 Jul 2022
Forum: MultiCharts
Topic: Relative Volume at Time
Replies: 0
Views: 621

Relative Volume at Time

Hi, I’m trying to write a code to display the average volume of n session. I think that can be interesting know if the current session open out the average or below to determine the risk of high volatility. On tradingview I founded a indicator called “relative sessione volume at time” that display e...

Go to advanced search