uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
579 stars 140 forks source link

Save trades to google sheet #10

Closed jbax closed 4 years ago

jbax commented 4 years ago

Based on OrderExecutionToLog and OrderExecutionToEmail implement an OrderExecutionToGoogleSheet that will be updated every time a buy/sell is made.

wwadge commented 4 years ago

https://github.com/uniVocity/univocity-trader/pull/34/files

jbax commented 4 years ago

Merged, thanks for the contribution. Props for the great, clean code with clear documentation.