OverScale
Author: TCust
Creation Date: 2/3/2011 10:55 AM
profile picture

TCust

#1
Hi

How auto Scale chart only on Price series, if overlay Indicator ( PricePane ) have big values ?
profile picture

Eugene

#2
CODE:
Please log in to see this code.
profile picture

TCust

#3
Eugene Hello

How find Min\Max for current displayed Price (region), for example if we see middle of the loaded price data on display ( not last bar ) ?

Ps. For dynamicaly re-scale if we scroll charts...
profile picture

Eugene

#4
To find the whole range:
CODE:
Please log in to see this code.

Scrolling the chart is a different type of event not related to Strategy execution. I guess you can't.
profile picture

TCust

#5
Ok, Thanks for the code.
profile picture

TCust

#6
Please add in future release's :)

AutoScale true\false for PricePane and big value indicator.
profile picture

TCust

#7
Why SetPaneMinMax not work, and Chart's resize on Indicator ? At the beginning of the Charts, where some Indicator series have 0.

CODE:
Please log in to see this code.



profile picture

Cone

#8
Of course it worked. It did just what you told it to do. If you don't want to consider ALL of the values of the Lowest.Series, then use a smaller lookback:

e.g. // Ignore the first 100 bars
Lowest.Series( Low, Bars.Count-100 )[Bars.Count-1]
profile picture

TCust

#9
Cone I now manualy write diapason

SetPaneMinMax(PricePane,190,215);

Chart re-size in 0, where my Indicator = 0, why ?

CODE:
Please log in to see this code.

profile picture

TCust

#10
About SetPaneMinMax

I run this code

CODE:
Please log in to see this code.


And have this Picture



Why SetPaneMinMax(PricePane,16,18); not resize chart ? :)
profile picture

Eugene

#11
For it's documented in the QuickRef: "The actual visible scale of the pane will still dynamically adjust if the chart or plotted indicators extend beyond the range that you specify."
profile picture

TCust

#12
Ok Thanks, Eugene please add in future, scale PricePane on indicators or not, this is good for traders.
profile picture

Cone

#13
I don't want to get your hopes up here. This type of scaling is something that's been discussed for about 10 years at Wealth-Lab, and it hasn't changed and probably won't.

If you want to get a close up of a certain area of the chart, expand the bar width and scroll the area in view.
profile picture

TCust

#14
WLD need have Technological Progress :)

All program have this, bar width not good idea for analysis and Systems research.
profile picture

Eugene

#15
WL 6.2 will make an advance in technology but in a bit more astonishing way rather than scaling charts. ;)
profile picture

TCust

#16
And... What we have ? :)

Eugene Hello :)

My first program Metastock 3, in 1996, I use all platform's, My advice is good for you :)
profile picture

Eugene

#17
QUOTE:
And... What we have ? :)

Just if you haven't noticed: backtesting multiple systems with individual position sizing on multiple portfolios in a user-friendly (no programming required) Combination strategy interface.

For overscale charts please refer to Cone's reply on 2/8/2011 3:09 PM. The developers still have other cats to whip!
profile picture

TCust

#18
Ok
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).