Skip to content

Weighted Multi-Timeframe TradingView Signal Aggregation #685

Open
@devenv

Description

@devenv

Is your proposal related to a problem?
TradingView integration forces an all-or-nothing decision, causing missed opportunities or false signals due to rigid multi-interval requirements.

Describe the solution you'd like
I propose calculating a composite signal score by assigning configurable weights to each TradingView interval’s recommendation (e.g., Strong Buy = +2, Buy = +1, Neutral = 0, etc.). The bot would trigger a trade if the weighted score exceeds a defined threshold, allowing for more flexible decision-making.

Describe alternatives you've considered
Currently, the bot requires all intervals to meet a set condition, which is too rigid. Another alternative would be using a simple majority vote, but that may lack nuance. Weighted scoring offers more granularity.

Additional context
This enhancement can improve the bot's responsiveness to subtle market signals. It would be beneficial to allow users to configure both weights and threshold values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions