- 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
What Are Members
Usage and Flexibility
Once a member is declared, it can be referenced multiple times within the algorithm, ensuring consistency and reducing redundancy. Additionally, the parameters of these members can be linked to input parameters, providing a dynamic aspect where the constant member can still be influenced indirectly by user-configurable settings.
Â
Organization and Management
Like input parameters, members are organized within the "Members" node of the project tree. The order in which members are declared can be adjusted by dragging and dropping them to the desired position within the list. This feature helps in maintaining an organized structure and prioritizing frequently used members. Moreover, copying a member is straightforward; by dragging the member to a new position while holding the Ctrl key, users can quickly duplicate members for use in different parts of the strategy.
Â
Conclusion
Private members are a vital component of the MSB, offering a stable and reusable set of references that enhance the efficiency and clarity of algorithm design. By providing a means to define constant values and references, members ensure that complex strategies can be built with a high degree of precision and organization. This functionality, combined with the ability to link members to input parameters, makes private members a powerful tool for traders looking to create sophisticated and reliable trading strategies within FinStudio.
- 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