Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawingTool MoveAnchor()

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

    DrawingTool MoveAnchor()

    In the Help Guide there is an example

    //move the chart anchors x and y values
    MyAnchor.MoveAnchor(lastPoint, newPoint, chartControl, chartScale);


    I am receiving an Error: No Overload for method"MoveAnchor" takes 4 arguments


    And the correct syntax would be ........?

    #2
    Hello TAJTrades,

    Thank you for reporting this.

    I am finding the same, only the
    Code:
    MoveAnchor(ChartAnchor startDataPoint, ChartAnchor deltaDataPoint, ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, DrawingTool drawingTool)
    overload is available and the
    Code:
    MoveAnchor(Point startPoint, Point deltaPoint, ChartControl chartControl, ChartScale)
    is not.

    I've submitted a report to our development about the missing overload.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello TAJTrades,

      This is issue is being tracked with ID #NTEIGHT-12022.

      Our development is letting us know to use the available overload at this time.

      If this breaks any previous code written before 8.0.8.0 was released please let me know so that I may inform our development.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #4
        Chelsea,

        Thanks for the update.

        I reworked the entire logic flow to incorporate:

        MyAnchor.UpdateFromPoint(point, chartControl, chartScale);

        to get the effect I needed. This required more code but it does get the job done.

        World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.
        Last edited by TAJTrades; 08-15-2017, 08:41 AM.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        42 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        29 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        46 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        38 views
        0 likes
        Last Post CarlTrading  
        Working...
        X