Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExitLong/Short won't post text

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

    ExitLong/Short won't post text

    During backtest, the text I give to ExitLong and ExitShort isn't being displayed. Instead, on the backtest chart it simply says "Close position" on the chart. For reference the code I am using is simply ExitLong("Exit Long on Strategy 1").

    I do know that the code is getting to the place where the exits are called.

    Anyone have any thoughts on what I am doing incorrectly?

    Thanks!

    #2
    Originally posted by x703jko View Post
    During backtest, the text I give to ExitLong and ExitShort isn't being displayed. Instead, on the backtest chart it simply says "Close position" on the chart. For reference the code I am using is simply ExitLong("Exit Long on Strategy 1").

    I do know that the code is getting to the place where the exits are called.

    Anyone have any thoughts on what I am doing incorrectly?

    Thanks!
    Use the correct calling signature.
    Code:
    ExitLong("Exit Long on Strategy 1", "");

    Comment


      #3
      Originally posted by koganam View Post
      Use the correct calling signature.
      Code:
      ExitLong("Exit Long on Strategy 1", "");
      Brilliant! Thanks. Jeff

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      633 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      567 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X