Comment on page
Turn off profit animation
In our app, when the position is closed with profit, the app shows special animation in DOM and Chart. If you want to turn OFF it, then
- 1.Launch terminal appplication
- 2.Write
defaults write trade.tiger.Tiger.Trade shouldShowProfitAnimation -bool false; killall cfprefsd
and hit ENTER. - 3.Relaunch Tiger.Trade application

Last modified 11mo ago