Bookmaker Price Increments Marked as sloid line on Betangel Charts Option
- Realrocknrolla
- Posts: 1910
- Joined: Fri Jun 05, 2020 7:15 pm
One problem that immediate crops up when I spoke to the dev team is the scaling on the chart. You couldn't plot a constant line or a stored value without the charting adjusting the scaling.
So I think the best solution would be to use stored values to find a range and only plot a constant line within that range.
So I think the best solution would be to use stored values to find a range and only plot a constant line within that range.
- Realrocknrolla
- Posts: 1910
- Joined: Fri Jun 05, 2020 7:15 pm
PerfectEuler wrote: ↑Sat Sep 04, 2021 1:55 pmOne problem that immediate crops up when I spoke to the dev team is the scaling on the chart. You couldn't plot a constant line or a stored value without the charting adjusting the scaling.
So I think the best solution would be to use stored values to find a range and only plot a constant line within that range.
Didn’t even think of that.