as a feauture request I would like to have a toggle option for crosshairs in in the public void SetChartDrawingOptions(ChartDisplaySettings cds).
Rename
What would be the purpose for that in a Strategy?
the cross-hairs will show me a bit better info on screen for date and price. it is just a little wish, no more than a little wish
Sure, but it needs to make sense why the strategy would control that and what the purpose is for.
You can already show any data you want and put it anywhere on the chart using: DrawHeaderText() or DrawBorderText(). Why would you use the manual crosshairs instead of displaying the information you want to see using either of those?
(You need to make a good case because we don't really need extra feature requests for features that already exist.)
You can already show any data you want and put it anywhere on the chart using: DrawHeaderText() or DrawBorderText(). Why would you use the manual crosshairs instead of displaying the information you want to see using either of those?
(You need to make a good case because we don't really need extra feature requests for features that already exist.)
Your Response
Post
Edit Post
Login is required