Hi
How auto Scale chart only on Price series, if overlay Indicator ( PricePane ) have big values ?
Size:
Color:
CODE:
Please log in to see this code.
Size:
Color:
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...
Size:
Color:
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.
Size:
Color:
Ok, Thanks for the code.
Size:
Color:
Please add in future release's :)
AutoScale true\false for PricePane and big value indicator.
Size:
Color:
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.
Size:
Color:
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]
Size:
Color:
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.
Size:
Color:
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 ? :)
Size:
Color:
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."
Size:
Color:
Ok Thanks, Eugene please add in future, scale PricePane on indicators or not, this is good for traders.
Size:
Color:
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.
Size:
Color:
WLD need have Technological Progress :)
All program have this, bar width not good idea for analysis and Systems research.
Size:
Color:
WL 6.2 will make an advance in technology but in a bit more astonishing way rather than scaling charts. ;)
Size:
Color:
And... What we have ? :)
Eugene Hello :)
My first program Metastock 3, in 1996, I use all platform's, My advice is good for you :)
Size:
Color:
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!
Size:
Color:
Ok
Size:
Color: