I have a strategy that scales in and scales out using multiple EnterLong() and ExitLong() method calls with different entry signal names. By scaling in, I mean that the EnterLong() method is called multiple times before ExitLong() is called, and the EnterLong() method is always called with a unique signal name that is guaranteed to be different than the signal names used in all of the other calls to EnterLong().
Is there a NinjaScript method that returns the current position size by entry signal name rather than the current position size of the entire position that was opened by multiple calls to EnterLong()?
Thanks in advance!
EquityTrader

Comment