chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5.03k stars 1.09k forks source link

More info on the GUI about TV data summary #357

Open chopeta opened 3 years ago

chopeta commented 3 years ago

I am still trying to figure out the best way to setup and use TV data + lowest price strategy.... #355 was created because of it.

I was thinking about having the following info added into the GUI in addition to the ACTION/SIGNAL (Strong Buy, Buy, Neutral, Sell, Strong Sell)...

The additional data would be "Last Summary Status Change" (the name is not important here) with the time that the current summary status has activated, example: "BUY since 45 minutes ago" - please notice this is not the "Updated x minuts ago" but rather than when it was the last time the summary/signal was changed.

We could also use the "Price when TV signal last changed" to display the price of the symbol at the moment the signal was received.

These 2 fields would not only allow you to respond the the signals manually but most importantly, better understand the relation between TV data and price changes in real-time which could lead us to set better parameters to the bot for the Buy and Sell grids, specifically the "Buy/Sell Trigger %" and to usage of "Strong Buy" and/or "Buy" TV signals.

Does that sound reasonable?

Any ideas here are welcome.

chrisleekr commented 3 years ago

Right so, what you are saying is, show the last two TradingView technical analysis in the frontend?

Like these logs with the price when you get TradingView data?

image

chopeta commented 3 years ago

I saw the logs in the PR, nice addition BTW.

I think if we can add pricing to the logs to the logs, that would be enough.

Timestamp and TV signal are already there... can we just add the price?

I was thinking maybe lowestPrice, currentPrice and highestPrice since this would give us a better view for setting up a good "buy trigger %" + TV signal (BUY or STRONG BUY) since I am really struggling with that.

Appreciate all the help @chrisleekr , running master already here.