- 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 Signals - external models for closing opened positions.
There are several standard exit signals models, but user can create the own ones (you can read about it in details in appropriate chapter). These standard models are
- AtrTrailingStopExitSignal - ATR trailing stop. Read more about it at the page https://www.incrediblecharts.com/indicators/atr_average_true_range_trailing_stops.php;
- AtTimeExitSignal - generates close-by-market signal when a specified time is passed. For example let DayTime be "23:00". At 23:00:01 the exit signal will be generated to close position by market. If the market is closed at this time, exit signal will be generated as soon as market opens (no matter this day, or next, or in a week);
- BreakevenExitSignal - set stop loss to the entry price after specified profit;
- ChandelierStopExitSignal - Chandelier Exits trend-following system by Alexander Elder. Read more about it at the page https://www.incrediblecharts.com/indicators/chandelier_exits.php
- CloseAfterXBarsExitSignal - Generate close signal after BarsCount;
- CloseAtDateTimeExitSignal - generates close-by-market signal when a specified day and time is passed. For example, let CloseAt be "2021.01.01 23:00". On 2021.01.01 at 23:00:01 the exit signal will be generated to close position by market. If the market is closed at this time, exit signal will be generated as soon as market opens (no matter this day, or next, or in a week);
- CloseAtEndOfDayExitSignal - generates close-by-market signal at the end of specified day;Â Â
- ConstantStopLossExitSignal - constant stop loss, defined in points;
- ConstantTakeProfitExitSignal - constant take profit, defined in points;
- TrailingStopExitSignal - classic trailing stop. General description: https://www.investopedia.com/terms/t/trailingstop.asp. Example: https://www.pecuniasystems.com/fxsynergy/trailing-stop-examples
- VolatilityStopExitSignal - volatility stop described at https://www.incrediblecharts.com/indicators/volatility_stops.php
- 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