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 arvidvanstaey, Today, 02:19 PM
      4 responses
      11 views
      0 likes
      Last Post arvidvanstaey  
      Started by samish18, 04-17-2024, 08:57 AM
      16 responses
      59 views
      0 likes
      Last Post samish18  
      Started by jordanq2, Today, 03:10 PM
      2 responses
      9 views
      0 likes
      Last Post jordanq2  
      Started by traderqz, Today, 12:06 AM
      10 responses
      18 views
      0 likes
      Last Post traderqz  
      Started by algospoke, 04-17-2024, 06:40 PM
      5 responses
      47 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X