Last active
May 4, 2026 09:47
-
-
Save nsulistiyawan/9f0ee047afb9841db25fbb0a66c7d9aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| client: { | |
| name: "David Edgar Garrard", | |
| currency: "USD", | |
| account: 000267, | |
| inception: "2025-12-01", | |
| ref: "R999", | |
| address: "<!ClientAddress>", | |
| country: "<!ClientCountry>", | |
| client_id: "<!ClientID>", | |
| strategy_code: "<!CountryCode>", | |
| trader_account: "<!TradierAccount>" | |
| }, | |
| history: [ | |
| {date: "2025-12-01", equity: 0, cash: 0, pnldelta: 0, pnlrunning: 0}, | |
| {date: "2026-02-20", equity: 15690.02, cash: 0, pnldelta: 0, pnlrunning: 0}, | |
| {date: "2026-04-28", equity: 38598.59, cash: 3141.08, pnldelta: -0.00113, pnlrunning: 0.19298} | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment