Commit Graph

6 Commits

Author SHA1 Message Date
Maximilian Schneider 116b0faac0 do not load study templates if user isnt signed in yet 2022-09-19 14:45:45 +02:00
rjpeterson 3cae12706f
fix bug where all but most recent trade execution disappears on order fill (#415) 2022-09-18 19:50:08 +02:00
rjpeterson 650855368e Add execution arrows to tradingview chart (#408)
* initial attempt. still kind of broken. some arrows dont appear, some appear where they shouldnt

* use drawTradeExecutions instead of drawShape

* remove console log

* remove extra line

* add trade execution display limit and toggle switch

* re-add trade execution removal block

* remove code that wasnt supposed to be committed

* Debugging

Trade history and account switching debugging.

* almost working except is lagging behind by one account change

* remove unused import

* rearrange order of operatiosn/useEffect calls, remove unused code/comments/logs

* Testing Unowned MangoAccounts

Loading of unowned mango account trade executions.

Not fully working when trying to switch accounts.

* debugging, default execution arrows to false, dont store between sessions

* remove unowned account functions

Co-authored-by: ImpossiblePairs <47860274+ImpossiblePairs@users.noreply.github.com>
2022-09-15 17:40:57 -04:00
tjs a2ac5551ed reduce rerenders on tvchartcontainer 2022-09-15 17:32:14 -04:00
Maximilian Schneider 94d1803fa9 Merge remote-tracking branch 'origin/production' 2022-08-20 21:18:17 +02:00
Maximilian Schneider 8fcdbf991b
clean repo from tradingview code (#398)
* clean repo from tradingview code

* fix import errors

* update styling

* disable drawing last volume value

Co-authored-by: saml33 <slam.uke@gmail.com>
2022-08-17 12:26:31 +02:00