Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cursor Position to Price Scale

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cursor Position to Price Scale

    is there any sample code that I can use to determine where the cursor is in terms of price?

    #2
    Hello futurenets,

    Thank you for your post.

    This would be unsupported, and I am not aware of how this would be done in NinjaScript for the Chart.

    Please let me know if you have any questions.

    Comment


      #3
      ok thanks.

      My objective was to draw a line between 2 user mouse clicks?

      I can determine which bar is referenced by the cursor x coordinate and thereby the bar OHCL but wondered if I could select a price outside this range?
      Last edited by futurenets; 06-17-2015, 09:19 AM.

      Comment


        #4
        found it ...

        double PriceFromY (int y)
        {
        double bottom = _chartBounds.Bottom;
        RoundInst(_min + ((bottom - y)/bottom * (_max - _min)));
        }
        Last edited by futurenets; 06-17-2015, 10:06 AM.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        83 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        45 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        65 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        68 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        57 views
        0 likes
        Last Post CarlTrading  
        Working...
        X