Skip to content

feat: Added logic to handle triggers#102

Open
abdul-rehman18 wants to merge 2 commits into
mainfrom
feat/trig-rule
Open

feat: Added logic to handle triggers#102
abdul-rehman18 wants to merge 2 commits into
mainfrom
feat/trig-rule

Conversation

@abdul-rehman18
Copy link
Copy Markdown
Collaborator

Overview:

  • Two rule types are implemented: wave_trinity (compares trinity_w_L against marker_value) and trading_pairs (calculates deviation percentage between ticker and deviation_symbols using trinity_w_L)
  • For wave_trinity, negative marker_value triggers when trinity_w_L <= marker_value (bearish), while positive triggers when trinity_w_L >= marker_value (bullish). For trading_pairs, deviation is calculated as (ticker_trinity_w_L - deviation_symbol_trinity_w_L) / deviation_symbol_trinity_w_L and compared against marker_value

@abdul-rehman18 abdul-rehman18 self-assigned this Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant