AlphaInsider
Open Marketplace for Trading Strategies. Follow top crypto & stock strategies in real-time. Automate trades by connecting your broker or exchange. Split capital across multiple strategies.
Overview
This node creates a new order webhook for trading strategies on the AlphaInsider platform. It is useful for automating trades by sending order details such as strategy ID, stock ID, action, and leverage to the AlphaInsider API. Practical applications include integrating real-time trading strategies with brokers or exchanges to automate buying, selling, or managing stock positions.
Use Case Examples
- Automate a buy order for a specific stock using a predefined strategy.
- Send a sell or close order webhook to manage open positions automatically.
- Use leverage settings to control the risk level of trades executed via webhook.
Properties
| Name | Meaning |
|---|---|
| Strategy ID | The id of the trading strategy to associate with the order. |
| Stock ID | The id of the stock to trade, formatted as 'stock:exchange' or a stock_id (e.g., AAPL:NASDAQ). |
| Action | The type of order action to perform (buy, long, sell, short, close, flat). |
| Leverage | The leverage multiplier to apply to the trade, ranging from 0 to 2. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
strategy_id- The ID of the strategy used in the order.stock_id- The stock identifier for the order.action- The action performed by the order (buy, sell, etc.).leverage- The leverage applied to the trade.api_token- The API token used for authentication with AlphaInsider.
Dependencies
- AlphaInsider API key credential for authentication
Troubleshooting
- Ensure the API key credential is correctly configured and valid to avoid authentication errors.
- Verify that the strategy_id and stock_id are correctly formatted and exist in the AlphaInsider system to prevent order rejection.
- Check network settings such as proxy and SSL options if requests fail due to connectivity or certificate issues.
- Adjust timeout and batching settings if requests are timing out or being throttled by the server.
Links
- AlphaInsider API Documentation - Official API documentation for AlphaInsider platform, detailing endpoints and usage.