- ago
I used DrawLine() to draw limit prices.
Then I used PlotStopsAndLimits() with same results:

Both draw only a limited number of lines. (about 10000)

Is there a builtin limitation?
Can I change this limit?

(This is about 3 years of 15-Min data, about 50 limit orders per day...)
0
198
Solved
4 Replies

Reply

Bookmark

Sort
Cone8
 ( 24.99% )
- ago
#1
Of course there is no artificial limit like that.



Probably the limit orders are simply off the scale, so you don't see them?
0
Glitch8
 ( 10.94% )
- ago
#2
Yes actually there is an artificial limit, if unchecked too many plotted objects would completely bog down the rendering of the chart. The limit is 10,000.
1
Best Answer
Cone8
 ( 24.99% )
- ago
#3
It must not apply to PlotStopsAndLimits because I'm showing that it works with about 48,000 bars here.

.. unless we're talking only about the rendered objects?
0
Glitch8
 ( 10.94% )
- ago
#4
Only strategy "plotted" things like bar annotations, lines, etc.
0

Reply

Bookmark

Sort