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 PhillT, 04-19-2024, 02:16 PM
    4 responses
    34 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Started by ageeholdings, 05-01-2024, 05:22 AM
    5 responses
    37 views
    0 likes
    Last Post ageeholdings  
    Started by reynoldsn, Today, 02:34 PM
    0 responses
    11 views
    0 likes
    Last Post reynoldsn  
    Started by nightstalker, Today, 02:05 PM
    0 responses
    18 views
    0 likes
    Last Post nightstalker  
    Started by llanqui, Yesterday, 09:59 AM
    8 responses
    30 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Working...
    X