- ago
Hello, I cannot get the PTBar indicator to work, even with the sample code. It appears to work in the analysis series, however. Is there something missing I should be trying?
0
535
Solved
4 Replies

Reply

Bookmark

Sort
- ago
#1
Hi Eric,

I see the issue, got it fixed for today's B38.

Meanwhile, workaround is simple:
CODE:
indicator = PTBar.Series(bars.Close,3.3);
1
Best Answer
Glitch8
 ( 10.94% )
- ago
#2
Eugene, would this workaround really work? Isn’t it still calling the same constructor that has the error?
0
- ago
#3
Hmm you're right, I didn't check it thoroughly.
0
- ago
#4
Thank you!
1

Reply

Bookmark

Sort