Features

  • No-Code Strategy Creation: Users can build robust strategies through an intuitive, user-friendly interface, making complex strategy development accessible to everyone.

  • Integration with Trading Models: Leverage proprietary models like Black-Scholes, Efficient Frontier, and others to enhance trading strategies.

  • Automated Strategy Deployment: Automatically execute trading strategies based on predefined conditions, ensuring timely and precise execution.

  • Risk Management and Portfolio Optimization: Utilize advanced tools to optimize asset allocation and manage risks effectively.

The strategy builder consists of several main components: Events, Conditions, and Actions. The flow is simple: Events trigger actions if conditions are met.

  • Events: Predefined triggers that initiate actions. Examples include:

    • On Transfer: Triggers on ERC20 or BNB transfer with address and amount filters.

    • On Tweet: Triggers when specific keywords are mentioned on Twitter.

    • On Price Change: Triggers when asset prices cross defined thresholds.

    • On OHLCV: Triggers based on volume, open, close, etc.

    • On TA: Triggers based on technical analysis logic.

    • On FA: Triggers based on fundamental analysis logic.

    • News on a Website: Triggers when specific keywords appear in news articles.

    • On Timer: Scheduled triggers, similar to cron jobs.

  • Conditions: Criteria that determine whether actions should be executed. Conditions include logical operators and comparisons.

  • Actions: The operations performed when conditions are met. Examples include:

    • Run Strategy: Execute another strategy.

    • Post Tweet: Announce successful transactions or other updates.

    • Send Email: Notifications for specific events.

    • Send Raw Transaction: Execute any transaction on the blockchain.

    • Run Pool Command: Perform complex actions within liquidity pools.

Additional Functionality

  • Data Processing: Converts output JSON from one step to input for the next.

  • Strategy Logs: Advanced logging for strategy execution, errors, and results.

  • Predictable Exceptions: Handling delayed blocks and other blockchain exceptions.

Last updated