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

V7 RC1 - DrawText 6.5 override not found

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

    V7 RC1 - DrawText 6.5 override not found

    this is not a biggie, but the following drawtext code complies in 6.5

    DrawText((CurrentBar-1).ToString() + "UPPTXT","BBE",0,uploc + (3*toffset*TickSize),Color.Black, textFont, StringAlignment.Center, Color.Transparent, Color.Transparent, 0);

    with 7 it complains that the override for this construct is not available

    if I add an autoscale and yoffset variables in the respective locations all works.... such as the following construct

    DrawText((CurrentBar-1).ToString() + "UPPTXT",false,"BBP",0,uploc + (3*toffset*TickSize),0,Color.Black, textFont, StringAlignment.Center, Color.Transparent, Color.Transparent, 0);



    #2
    tulanch, so the snippet you have put in for NT7 works and compiles ok? This would be expected, the overload changed from 6.5 - for all code breaking changes, please have a look here -

    Contains critical information including but not limited to migration, installation, connections and changes.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    2 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,771 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    31 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    945 views
    0 likes
    Last Post spwizard  
    Working...
    X