Take Profit
In this chapter the implemented take profit algorithms and how to trade them is described.
Take profit algorithm are very similar to stop loss ones, described in the previous chapter.
A strict definition is given for the take profit.
How to gather their outcome in form of charts and tables is explained.
Finally, the list of implemented take profit algorithms is given.

Most of the things related to stop loss algorithms apply to take profit, too, with the appropriate dual considerations. Oftentimes, it is as easy as swapping the words
stop loss
with take profit
.
So, refer to the Stop Loss
chapter, the previous one.
Here just the differences with respect to the stop loss algorithms are pointed out.
Strict Definition of Take Profit

The Take profit
Branch

Take profit
The Description Pane
Refer to theStop Loss
chapter.
How to Trade a Take Profit
Refer to theStop Loss
chapter.
Take profits are never trailing.
In Charts

The Take Profit Level
In order to watch take profit levels, in the Charts window you must select theTake profitcheckbox in the
Plot
pane.
The colors of the curves are determined by the two buttons
TP1 TP2in the
Colors
pane.
How to See When It Is Triggered
Refer to theStop Loss
chapter.
In Table
Refer to theStop Loss
chapter.
Show the Data

Take profitcheckbox in the
Composer
pane.
Colors

TPbutton, in the
Combined
pane.
Implemented Take Profit Algorithms
The following take profit algorithms are implemented:Fixed amount:
- Fixed amount take profit
- Fixed percentage take profit
Volatility based:
- ATR based take profit
- Bollinger Band width based take profit
- Daily range based take profit
- Donchian channel width based take profit
- Highest high / lowest low width based take profit
- Keltner channel width based take profit
- Standard deviation based take profit