PureBytes Links
Trading Reference Links
|
I've used PlotText successfully before, but seem to have a problem when using it with SelectedValue. Hope someone can help.
What I am trying to achieve is pretty simple - When I click on a bar, I want to see the value of the slope of the 10-period linear regression line.
This is what I have:
SlopeTest = LinRegSlope(C, 10);
PlotText( "Slope\n " + NumToStr( SelectedValue( SlopeTest ) ), SelectedValue( BarIndex() ), L , colorBlack );
I keep getting an error, "argument #3 has incorrect type..."
__._,_.___
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
__,_._,___
|