Rank Docs
  • Introduction and Mission
    • Introduction
      • Mission
  • Platform Features
    • Strats: Trustless Strategy Vaults
    • Strat Metadata
      • Parameters
      • Strats Concept
      • Functions
      • Position Data
      • Proportional Stake
      • Performance Tracking & Rankings
      • Fees
      • Types
    • AI-Powered Forward Testing Infrastructure
    • Strat Example 1 (IF Single Condition Execution)
    • Strat Example 2 (AND Multi Condition Execution)
    • Strat Example 3 (OR Multi Condition Execution)
    • Benefits
    • Beyond Copy Trading
    • AI Agents
    • API Integration for Existing Strategies
  • RANK Token and Governance
    • RAN Token Details
      • Minting
      • Token Swap
      • Development
    • Governance & DAO Evolution
    • Conclusion: The Future of Decentralized Trading
  • Team
    • Team
  • Social Links
    • X (Twitter)
    • Telegram
Powered by GitBook
On this page
  1. Platform Features

Strat Example 3 (OR Multi Condition Execution)

PreviousStrat Example 2 (AND Multi Condition Execution)NextBenefits

Last updated 6 days ago

Bollinger Band Touch OR CCI Oversold Signal

This example demonstrates Rank's "single condition" logic, where multiple indicators are monitored simultaneously and trade execution occurs when ANY condition becomes true.

Strategy Logic

Entry Condition (OR Statement):

  • IF Price touches lower Bollinger Band

  • OR IF CCI drops below -200 (oversold)

  • THEN Execute buy order

The First True Condition Triggers:

  • Strategy monitors both indicators continuously

  • Whichever signal occurs first initiates the trade

  • No need to wait for both conditions

Advantages of OR Logic

Capture More Opportunities:

  • Different indicators excel in different market conditions

  • Bollinger Bands work well in ranging markets

  • CCI captures momentum extremes in trending markets

  • Combined coverage across multiple market regimes

Reduced Missing Trades:

  • Manual traders often miss signals while away from screens

  • Multiple trigger points increase probability of catching reversals

  • 24/7 automated monitoring ensures no opportunity lost

Automation Benefits

Manual Trading Challenges:

  • Watching multiple indicators across multiple timeframes

  • Physical impossibility of continuous monitoring

  • Emotional hesitation when signals appear

  • Execution delays leading to slippage

Rank Automation Solution:

  • Simultaneous monitoring of unlimited indicators

  • Instant execution upon signal generation

  • Zero emotional interference

  • Consistent application of strategy rules

Real-World Execution

Scenario: Market selling off rapidly

  • CCI plunges to -220 first → Immediate buy execution

  • Bollinger Band touch occurs 5 minutes later → Already in position

  • Manual trader might have missed the CCI signal entirely

  • Automated strategy captures optimal entry point

Time and Effort Savings

Traditional Manual Approach:

  • 8-12 hours daily screen time

  • Mental fatigue from constant vigilance

  • Missed signals during sleep/breaks

  • Inconsistent execution due to human factors

Rank Automated Approach:

  • Zero monitoring time required

  • Strategy runs continuously without breaks

  • Perfect signal detection rate

  • Removes human error and emotion

Expanding Complexity

Creators can build sophisticated OR chains:

  • 5+ indicators monitored simultaneously

  • Different indicators for different assets

  • Time-based filters (only trade during specific hours)

  • Volatility-adjusted parameters

This OR condition example illustrates how Rank transforms exhausting manual monitoring into effortless automated execution, enabling traders to deploy multiple strategies simultaneously while maintaining perfect execution discipline.