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 ZenCortexCLICK, Today, 04:58 AM
    0 responses
    1 view
    0 likes
    Last Post ZenCortexCLICK  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    172 responses
    2,279 views
    0 likes
    Last Post sidlercom80  
    Started by Irukandji, Yesterday, 02:53 AM
    2 responses
    17 views
    0 likes
    Last Post Irukandji  
    Started by adeelshahzad, Today, 03:54 AM
    0 responses
    4 views
    0 likes
    Last Post adeelshahzad  
    Started by Barry Milan, Yesterday, 10:35 PM
    3 responses
    13 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X