Strategy Configuration

Learn how to configure and manage your trading strategies in SignalStudio.

SignalStudio allows you to create and manage multiple trading strategies, each with its own configuration, risk settings, and performance tracking.

Creating a Strategy

  1. Navigate to Strategies in the main menu
  2. Click New Strategy
  3. Fill in the strategy details:
    • Name: A descriptive name for your strategy
    • Description: Notes about what this strategy does
    • Asset Classes: Select which markets you'll trade (Crypto, Forex, Stocks, Options)

Order Configuration

Each strategy can have custom order settings:

Position Sizing

  • Fixed Quantity: Execute a fixed number of shares/contracts per signal
  • Percentage of Portfolio: Use a percentage of available capital
  • Dollar Amount: Execute trades based on a fixed dollar value

Risk Management

  • Stop Loss: Automatic stop loss orders
  • Take Profit: Profit target levels
  • Max Position Size: Limit the maximum position size per trade

Order Types

  • Market Orders: Execute immediately at current market price
  • Limit Orders: Set a specific entry price
  • Stop Orders: Trigger when price reaches a certain level

Webhook Configuration

Each strategy generates a unique webhook URL. Use this URL in your TradingView alerts:

  1. Copy the webhook URL from your strategy page
  2. In TradingView, create an alert with this webhook URL
  3. Format your alert message as JSON:
{
  "action": "buy",
  "symbol": "BTCUSDT",
  "quantity": 0.1,
  "exchange": "aster"
}

Monitoring Performance

Track your strategy's performance in real-time:

  • Dashboard: Overview of all strategies and recent activity
  • Trades: Detailed trade history with P&L
  • Analytics: Performance charts and statistics
  • Positions: Current open positions across all exchanges
Ready to start? Log in to your SignalStudio account to create your first strategy!

Best Practices

  • Start Small: Test with small position sizes before scaling up
  • Monitor Closely: Keep an eye on your strategies, especially when first deploying
  • Use Stop Losses: Always configure risk management settings
  • Review Regularly: Check performance metrics and adjust as needed