atomiclabs / hyperdex

Grandma-Friendly Atomic Swaps
MIT License
153 stars 56 forks source link

Export the trading history to Excel #241

Closed ip-config closed 6 years ago

ip-config commented 6 years ago

Hello, just another idea about Export the trading history to excel, will be perfect ^^'


HyperDEX Nightly 0.0.0-a36030c-18.5.19.1359 Electron 2.0.1 win32 10.0.16299 Locale: en-US

sindresorhus commented 6 years ago

Can you give us some insight into why you need it and what you would use the Excel file for?

ip-config commented 6 years ago

Hello, Sure, 1>>Exportation to Excel csv or xml Data For help/better for backtest Tracking, for future trade/swap strategy's. 2>>History of trading/swaps in Hyperdex, when install new desktop trading history should be saved in old one (Localhost), so users of hyperdex need to backup or save swaps/trading history. 3>>Sharing history. 4>>Using the Data for generate reports with more charts and advance tools. Regards

sindresorhus commented 6 years ago

I think this could be useful for many.

@atomiclabs/core Thoughts?

lukechilds commented 6 years ago

I like it

We could support export to CSV and JSON.

JSON would be an entire DB dump that could be imported/exported to/from HyperDEX.

CSV would be a much simpler format that would just list trade date, currency pair and amounts for people doing accounting, analysis, reports etc.

kevva commented 6 years ago

@atomiclabs/core Thoughts?

Yes, I was about to bring this up too. Keeping statistics over your trades is very useful. It's especially useful to be able to export the data since most people use more than one exchange.

sindresorhus commented 6 years ago

I don't think we're ready to commit to export/import of JSON, but I'll work on the CSV export tomorrow.

sindresorhus commented 6 years ago

when install new desktop trading history should be saved in old one (Localhost), so users of hyperdex need to backup or save swaps/trading history.

I've moved this to a new issue https://github.com/atomiclabs/hyperdex/issues/454