Serendipity2-0 / TradeManV1

0 stars 0 forks source link

Write Tradestate to New Firebase DB Path #37

Closed Serendipity2-0 closed 1 month ago

Serendipity2-0 commented 2 months ago

Description We need to update our scripts to write the tradestate to a new updated path in the Firebase database. The tradestate along with the orders should be written in the firebase by checking the strategy falls under which segment.

Current Behavior Currently, the tradestate is being written to Strategies without the segment.

Desired Behavior The tradestate should be written to Straegies inside the segment in the Firebase database.

Tasks