Leo4815162342 / dukascopy-node

✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
https://dukascopy-node.app
MIT License
365 stars 68 forks source link

[feature] cache only, without processing #165

Open MichalLebeda opened 10 months ago

MichalLebeda commented 10 months ago

It may be useful to just cache files and process them later. I think that something like -f none would do the job.

Leo4815162342 commented 8 months ago

@MichalLebeda

can you specify exactly what you are referring to?

dukascopy-node already enables caching via --cache flag: https://www.dukascopy-node.app/using-cache

MichalLebeda commented 8 months ago

@Leo4815162342 I would like to avoid outputting to CSV. Would like to just download, cache files and process them later.