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

BarTimer indicator

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

    BarTimer indicator

    Hi,

    Can I custom the BarTimer indicator that making it just shows the value without showing the caption "Time remaining ="

    Thank you,
    Caleb

    #2
    Hello siriusm,

    Yes this is possible.

    The indicator by default uses a localized resource for this string, you can find it on line 149:

    Code:
    Draw.TextFixed(this, "NinjaScriptInfo", [B][COLOR=#FF0000]NinjaTrader.Custom.Resource.BarTimerTimeRemaining +[/COLOR][/B] [B]timeLeft[/B], TextPosition.BottomRight, ChartControl.Properties.ChartText, ChartControl.Properties.LabelFont, Brushes.Transparent, Brushes.Transparent, 0);
    This would need to be changed to:

    Code:
    Draw.TextFixed(this, "NinjaScriptInfo", [B]timeLeft[/B], TextPosition.BottomRight, ChartControl.Properties.ChartText, ChartControl.Properties.LabelFont, Brushes.Transparent, Brushes.Transparent, 0);
    You would need to make a duplicate of this script to edit it. You can do this by opening the script and then right clicking in the editor and choosing Save As.
    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks, Jesse. This works fine.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ETFVoyageur, Today, 04:00 PM
      2 responses
      11 views
      0 likes
      Last Post ETFVoyageur  
      Started by dward123, 01-02-2024, 09:59 PM
      3 responses
      162 views
      0 likes
      Last Post bjunaid
      by bjunaid
       
      Started by AaronKTradingForum, Today, 03:44 PM
      1 response
      8 views
      0 likes
      Last Post AaronKTradingForum  
      Started by Felix Reichert, 04-26-2024, 02:12 PM
      11 responses
      77 views
      0 likes
      Last Post Felix Reichert  
      Started by junkone, 04-28-2024, 02:19 PM
      7 responses
      83 views
      1 like
      Last Post junkone
      by junkone
       
      Working...
      X