- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX
Code Actions
Â
Code Actions involve defining the specific actions that a strategy will perform within the OnBarUpdate method. This includes logical and arithmetic operations essential for implementing the strategy's logic.
Â
Conditions
Â
Conditions are fundamental elements that enable traders to define the logic and rules for their trading strategies. They allow for detailed decision-making processes by comparing data values, setting time-based filters, and verifying the absence of open positions or working orders.
Â
Trade Actions
Â
Trade Actions encompass elements for executing and managing trades. This includes submitting market orders, placing stop or limit orders, and closing open positions. These actions provide precise control over trade execution and management.
Â
Visual Actions
Â
Visual Actions include elements that enhance the clarity and usability of trading strategies by providing visual markers and text outputs on the chart. This helps traders to highlight significant points or events and debug or track strategy performance.
- Accounts & Connection Management
- Data Management & Analysis
- Price Monitoring
- Charting
- Trading
- Scanners
-
Builders
-
Manual Strategy Builder
- Main Concept
- Operand Component
- Algo Elements
-
Use Cases
- How to create a condition on something crossing something
- How to create an indicator based on another indicator
- How to calculate a stop loss based on indicator
- How to submit stop order based on calculated price
- How to calculate a current bar price using a price type from inputs
- How to Use a Closed Bar Price
- Automatic Strategy Builder
-
Manual Strategy Builder
- Autotrading
- FinScript
- Trade Analysis
- Media Feeds
- Logs & Notifications
- UI & UX