Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adopting account positions and persisting calculations across strategy resets

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

    Adopting account positions and persisting calculations across strategy resets

    Without incurring the complexities of serialization and streamwriters and all that jazz, are there any account level "global variable" type thingies one can store calculations in and then retrieve from something like PositionAccount.something once a strategy has been reset?

    Anything existing that one can write to that will persist across strategy resets? I've already looked at AdoptAccountPositionAndSubmitProtectiveSLPTOrders.

    Thanks!
    Last edited by markdshark; 04-13-2023, 08:09 AM.

    #2
    Hello, thanks for writing in. The only way to store personal data is to use a .txt file or your own database technology. Once a script is terminated, all the memory is cleared. The only way to get a strategy to manage an existing position that it did not make is to use Adopt Account Position. We have an example here of how to use a stream writer for data storage:

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    80 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    66 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X