Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

position display indicator

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

    position display indicator


    i am using position display indicator on MNQ chart and it wont work. any help is appriciated.
    This indicator provides a customizable text box which displays a position’s UnRealized PnL, Realized PnL of a selected account, and the overall cash value of the account.

    Also i wanna add excess intraday margin to it, is it possible?

    #2
    i also tried this one and it wont work as well. PriceInfo Indicator


    https://ninjatraderecosystem.com/use...nfo-indicator/

    Comment


      #3
      Originally posted by rapals View Post
      i also tried this one and it wont work as well. PriceInfo Indicator


      https://ninjatraderecosystem.com/use...nfo-indicator/
      This PriceInfo indicator is really old. It is now part of a collection of indicators call ZombiePack9. See attachment. Reach out to me if you have any questions.
      Attached Files
      Last edited by RFrosty; 05-04-2023, 05:26 PM.

      Comment


        #4
        RFrosty
        hi,
        I tried to message you directly but because i am very new its not allowed. can you please help me. i just want to see my excess intraday margin directly on the chart. it happened few times that my control window went away and my position was closed. Thanks a ton in advance.

        Comment


          #5
          Originally posted by rapals View Post
          RFrosty
          hi,
          I tried to message you directly but because i am very new its not allowed. can you please help me. i just want to see my excess intraday margin directly on the chart. it happened few times that my control window went away and my position was closed. Thanks a ton in advance.
          No worries. I have attached the ZombiePack9 NinjaScript addon zip. It contains an updated PriceInfo indicator that shows the excess margin while in a trade in the bottom left corner.


          The excess intraday margin code looks like this...

          private double GetAccountIntradayExcessMargin()
          {
          double intradayExcessMargin = 0;

          if (account != null)
          {
          intradayExcessMargin = Math.Round(account.Get(AccountItem.ExcessIntradayM argin, Currency.UsDollar), 2);
          }

          return intradayExcessMargin;
          }​
          Last edited by RFrosty; 05-04-2023, 05:43 PM.

          Comment


            #6
            Thanks RFrosty
            it works for my needs so far. will play with code more.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by fx.practic, 10-15-2013, 12:53 AM
            5 responses
            5,406 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Started by Shai Samuel, 07-02-2022, 02:46 PM
            4 responses
            98 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Started by DJ888, Yesterday, 10:57 PM
            0 responses
            8 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by MacDad, 02-25-2024, 11:48 PM
            7 responses
            160 views
            0 likes
            Last Post loganjarosz123  
            Started by Belfortbucks, Yesterday, 09:29 PM
            0 responses
            9 views
            0 likes
            Last Post Belfortbucks  
            Working...
            X