Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Mikey_, 03-23-2024, 05:59 PM
        3 responses
        49 views
        0 likes
        Last Post Sam2515
        by Sam2515
         
        Started by f.saeidi, Today, 12:14 PM
        7 responses
        16 views
        0 likes
        Last Post f.saeidi  
        Started by Russ Moreland, Today, 12:54 PM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by philmg, Today, 12:55 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Started by TradeForge, 04-19-2024, 02:09 AM
        2 responses
        32 views
        0 likes
        Last Post TradeForge  
        Working...
        X