- 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
Trade Exit Signal is a special type of script, that sends signals either for close opened positions or to set Stop Loss/Take Profit.
Usually a developer has to create logic of exit positions rules inside a strategy. It is not a good solution, because it does not allow to test different models in a convenient way. FinScript gives such an opportunity. A developer can create different exit signal models as a stand alone classes and then use them just as a strategy parameter. Such an approach makes strategy more flexible and developer's code more reusable. A developer can use several different exit signal models for a strategy at the same time;
Key features:
- Development models as stand alone classes;
- Usage collection of exit signal models as strategy parameter in Strategy Runner and Backtester.
- 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