It goes on clicking multiple times on the line,but comes again whenever I click on different section of the chart. I would like to disable this feature.
Kindly Advise
Thank You
It goes on clicking multiple times on the line,but comes again whenever I click on different section of the chart. I would like to disable this feature.
Kindly Advise
Thank You
There are two ways:
SetChartOptions( 1, chartHideQuoteMarker, chartGridMiddle, 0, 0, 0 );
https://www.amibroker.com/guide/afl/setchartoptions.html
Regards
THANKS! Funny this sort of works, but I can still get the green vertical bar to show, but it takes several repeated clicks. Wonder why it does that!
i am getting random green and red lines on the chart. If i restart my amibroker it goes away. Can any one please help
These are no "random" lines. Nothing is random in AmIBroker.
These are range markers that you added yourself by double clicks on charts. You really need to READ THE MANUAL:
http://www.amibroker.com/guide/h_charting.html
READ Marking range section
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.