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

Get datetime and price on mouseclick and write to text file

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

    Get datetime and price on mouseclick and write to text file

    Hi,
    Newbie here

    I explored NT8 for few days to this point
    and I wanted to put something together, for learning purposes:

    1. click on chart
    2. get time and price information under mouse
    3. write them into a text file

    i'm not even sure if this must be an indicator, or ... a drawing tool?


    I browsed quite a lot the docs, but right now i'm confused to be honest.



    I would guess i have to use some of these statements / functions that i found in docs:

    chartControl.MouseDownPoint;
    chartControl.MouseDownPoint.X.ConvertToHorizontalP ixels(chartControl.PresentationSource);
    ChartBars.GetBarIdxByX
    StreamWriter writer = new StreamWriter("some_file.txt");

    but right now I'm clueless of how to put this together.


    Can someone help me with some pseudocode, and some pointers about how to organize all this?

    I presume i would have to write inside the OnMouseDown() event?
    Do i have to take care of DrawingState or something?

    I still try to figure out the structure i need, but docs are too complex for me right now, too much info and terms.
    I hope someone can help me get this done faster
    Last edited by mishhh; 11-18-2017, 05:29 PM.

    #2
    Hello mishhh,

    There are a few examples on the forums I am linking below.

    Mouse coordinates to price and time - http://ninjatrader.com/support/forum...045#post513045

    Writing to file reference sample - https://ninjatrader.com/support/foru...ead.php?t=3475
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by geddyisodin, Today, 05:20 AM
    5 responses
    32 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by bmartz, Today, 09:30 AM
    2 responses
    12 views
    0 likes
    Last Post bltdavid  
    Started by f.saeidi, Today, 11:02 AM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X