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

Drawing Tools - don't calculate during editing the anchors

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

    Drawing Tools - don't calculate during editing the anchors

    Hi,

    I want to create a drawing tool which will do some calculations.
    I don't want the dwg tool to be calculating while I'm moving any anchor point, as this could create problems or slow down the computer.

    Which sentence must I add?
    I do the calculations and render under the:

    public override void OnRender(ChartControl chartControl, ChartScale chartScale)
    {

    Is this correct?
    I imagine I must add some "if" sentence checking that I'm not editing any anchor anymore.

    Thanks for your help!!

    #2
    Hello artson, thanks for writing in.

    The solutions will be highly dependent on the specific drawing tool you are making. First, you would need to avoid calculations within OnRender anywhere it is possible to avoid. The calculations that can not be avoided should be calculated when DrawingState is .Normal. All of the default drawing tools in the platform are available for study through the NinjaScript editor in the DrawingTools editor. Any simple drawing tool, like the Lines drawing tool would be a good reference for making a custom drawing tool.

    Please let me know if I can assist any further.

    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by FrazMann, Today, 11:21 AM
    0 responses
    1 view
    0 likes
    Last Post FrazMann  
    Started by geddyisodin, Yesterday, 05:20 AM
    8 responses
    51 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    10 responses
    36 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by DayTradingDEMON, Today, 09:28 AM
    4 responses
    24 views
    0 likes
    Last Post DayTradingDEMON  
    Started by George21, Today, 10:07 AM
    1 response
    17 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Working...
    X