Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get The Pnl Value (currency value in Indicator)

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

    Get The Pnl Value (currency value in Indicator)

    Hello I am trying to get the Value of the Pnl, when I am executing a trade, I mean, I want to see the value of the Currency position because I am developing a kind of currency exchange, For example, I Input the value of the USD in México in a Textbox and with a Label in the bar I want to see the Pnl currency value in Mexican pesos, I am developed an Indicator to hook a TextBox in the main bar: ​

    Click image for larger version  Name:	price.png Views:	0 Size:	3.7 KB ID:	1297196

    I was checking this: SystemPerformance.AllTrades.TradesPerformance.Curr ency, but looks like this only works in a Strategy not in an Indicator, so I wonder if I can get the pnl currency value in another way. Thank you.
    Last edited by icebergdelphi; 03-26-2024, 07:59 AM.

    #2
    Hello icebergdelphi,

    Because of the color of the chart toolbar I am seeing this is for NinjaTrader 8 Desktop and not for NinjaTrader 7.
    I have moved this thread from the NinjaTrader 7 > General Development​ section of the forums to the NinjaTrader Desktop > Indicator Development​ section of the forums.

    From an indicator the Addon approach would be used, fetching an account, and using <Account>.Get() with the AccountItem.RealizedPnL or adding an event handler to the <Account>.AccountItemUpdate event.




    You would need to convert the pnl from us dollars to pesos with custom logic. (i.e. multiply by the conversion rate)

    You may find this User App Share script helpful.
    This indicator provides a customizable text box which displays a position&#8217;s UnRealized PnL, Realized PnL of a selected account, and the overall cash value of the account.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      @Chelsea B. Thank you very much Is what I want.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by donto, Today, 06:41 AM
      0 responses
      5 views
      0 likes
      Last Post donto
      by donto
       
      Started by nelslynn, 12-08-2024, 03:52 PM
      10 responses
      36 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by Mirasol, Today, 05:21 AM
      0 responses
      6 views
      0 likes
      Last Post Mirasol
      by Mirasol
       
      Started by davydhnz, 12-09-2024, 06:00 AM
      7 responses
      47 views
      0 likes
      Last Post davydhnz  
      Started by donto, Yesterday, 07:12 AM
      2 responses
      15 views
      0 likes
      Last Post donto
      by donto
       
      Working...
      X