- 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
Overview
The Wizards in the Code Editor module are designed to assist users in setting up new projects quickly and efficiently. When a user clicks on "New" in the File Menu, a popup Wizard window appears, guiding them through the initial setup process.
Project Type Setup
Â
The Wizard window presents the user with a selection of four project types to create. This setup process simplifies the creation of new scripts by providing a structured approach to defining the basic parameters of the project.
Â
Available Project Types
-
Indicator:
- Allows the creation of a new indicator script. Indicators are used to analyze market data and generate signals based on predefined conditions.
- Allows the creation of a new indicator script. Indicators are used to analyze market data and generate signals based on predefined conditions.
-
Strategy:
- Facilitates the development of a new trading strategy. Strategies define the rules for entering and exiting trades based on various market conditions and indicators.
- Facilitates the development of a new trading strategy. Strategies define the rules for entering and exiting trades based on various market conditions and indicators.
-
Money Management:
- Helps create scripts focused on managing the allocation of capital and risk in trading. Money management scripts ensure that trading strategies adhere to predefined risk management principles.
- Helps create scripts focused on managing the allocation of capital and risk in trading. Money management scripts ensure that trading strategies adhere to predefined risk management principles.
-
Trade Exit Signal:
- Enables the creation of scripts that define the conditions for exiting trades. Trade exit signals are crucial for managing trades and maximizing profitability by specifying when a position should be closed.
Â
Wizard Workflow
Â
-
Select Project Type:
- The user is prompted to select the type of code they want to create. This selection determines the template and initial settings for the new project.
- The user is prompted to select the type of code they want to create. This selection determines the template and initial settings for the new project.
-
Setup Process:
- After selecting the project type, the Wizard guides the user through a series of steps to configure the basic parameters of the new script. This includes naming the project, setting initial values, and defining essential components.
- After selecting the project type, the Wizard guides the user through a series of steps to configure the basic parameters of the new script. This includes naming the project, setting initial values, and defining essential components.
-
Completion:
- Once the setup is complete, the Wizard generates the necessary files and configurations, and the user can start coding in the Code Editing section.
Â
Summary
The Wizards in the Code Editor module provide a streamlined and user-friendly way to create new projects. By offering a guided setup process for different types of scripts—Indicator, Strategy, Money Management, and Trade Exit Signal—the Wizards help users quickly define the basic parameters of their projects and get started with coding. This functionality enhances productivity and ensures that new scripts are set up correctly from the beginning.
- 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