Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Possible to know when CC drags orders?

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

    Possible to know when CC drags orders?

    I know how to track when order states change, but I'm specifically trying to capture the specific event of the user dragging a live order with Chart Trader. Not when they click to submit the change order.

    As is, I can only have my indicator react once they change the order, but I would like it to react when they are in the moving process.

    I've been playing around with various mouse move detection but aside from creating some finicky pixel detection I haven't found a reliable solution.

    #2
    Hello HandsFreeTrader,

    Thank you for the post.

    From the perspective of an indicator, it would be fairly difficult finding this specifically. You can use the preview mouse events from the ChartControl to see when these mouse actions are occurring but to know that this is the specific action you want would be difficult to discern.

    The lines that the user drags are all part of the chart trader tool so it is not exposed for NinjaScript use. I also see that the lines do not appear in the ChartControls object collections. I am unsure of a way you could identify a specific trade line that is clicked on even if you do use the mouse events to track moving it.

    I can put in a feature request to further expose the trade lines as a NinjaScript object. Otherwise, the only suggestion I could make here would be to design your own drawing tool to be used.

    DrawingTools have full ability to use the mouse in different states which you could then drag around and set a property to a specific value. An indicator could read the drawing tools value to delegate your logic further.

    One idea may be to place a second custom drawing object next to the existing line (think ray or horizontal line) that has other custom actions such as the dragging action you are after.

    I look forward to being of further assistance.

    Comment


      #3
      thanks for confirming.

      If you could submit a feature request to be able to access the CC objects via addon/indicator.

      Comment


        #4
        Hello HandsFreeTrader,

        I just wanted to provide the tracking number for this request: SFT-2767

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X