Is your proposal related to a problem?
Bot ignores broader market sentiment, sometimes entering trades during periods of extreme fear or greed.
Describe the solution you'd like
I propose integrating a sentiment analysis API (e.g., Crypto Fear & Greed Index) to fetch a market sentiment score. The bot would adjust its trading behavior based on the score—reducing trade sizes or pausing new entries when sentiment is extremely negative, and perhaps being more aggressive when sentiment is highly positive.
Describe alternatives you've considered
An alternative is to rely solely on technical indicators; however, sentiment can provide an extra layer of market context that static indicators miss.
Additional context
The sentiment input should be updated at a reasonable interval (e.g., every hour) and used as a modifier in the decision process.
Is your proposal related to a problem?
Bot ignores broader market sentiment, sometimes entering trades during periods of extreme fear or greed.
Describe the solution you'd like
I propose integrating a sentiment analysis API (e.g., Crypto Fear & Greed Index) to fetch a market sentiment score. The bot would adjust its trading behavior based on the score—reducing trade sizes or pausing new entries when sentiment is extremely negative, and perhaps being more aggressive when sentiment is highly positive.
Describe alternatives you've considered
An alternative is to rely solely on technical indicators; however, sentiment can provide an extra layer of market context that static indicators miss.
Additional context
The sentiment input should be updated at a reasonable interval (e.g., every hour) and used as a modifier in the decision process.