Curious about use cases #92
Replies: 8 comments 7 replies
-
So I'll start. [1] for BTCUSDTPERP. I don't use standard indicators. Visualizing 1M candles or so. |
Beta Was this translation helpful? Give feedback.
-
I am quite excited about this library so I'll chime in. 3-6 are definitely within scope. 1 and 2 still thinking how can I go about it. However I have been intrigued by the live updating of the plots from streamed data (e.g. like in the example in the repo with data from BitMex). So two use cases I am developing right now. One is a live PnL plot. Get live prices in, display them in real time and overlay on top the portfolio's PnL. The second case is as the front-end of an execution engine. Get live information in (prices, volumes etc), draw the signals on top and the buys and sells executed by the engine. |
Beta Was this translation helpful? Give feedback.
-
I'd say 1 and 4. Started out as a command line tool, but now growing toward a more interactive version. Trying to develop new indicators based on signal processing techniques - maybe moving towards/including deep learning algorithms. If nothing else, then I'm the one that goes through the deep learning process... ha ha :-) |
Beta Was this translation helpful? Give feedback.
-
I'd say my use case is manual backtesting / free alternative to software like forex tester. |
Beta Was this translation helpful? Give feedback.
-
For me 4 and 6 (generating charts of trades automatically from tradelogs). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I use this to inspect the candles and analysis which was created during runtime of my strategy |
Beta Was this translation helpful? Give feedback.
-
So far one actual use case other than playing around and learning stuff: plotting price from different exchanges together to visualize the spread (obscure exchanges that are not in tradingview) and do various operations on this prices (currency conversion). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Many feature requests I get indicate users of this library seem to use it wrapped in a tiny application for manual inspection of various things. So let's do a poll. What is your main purpose of using finplot? Pick one choice (for stats), but feel free to elaborate.
I'm also curious of what instruments you're into, what indicators you use and if you'd be interested in a fully fledged example application — and if so for what reason and purpose?
Beta Was this translation helpful? Give feedback.
All reactions