PRICE %
Price% (Price Percentage) is an indicator that measures the asset’s price change as a percentage over a selected period of time.
It allows you to quickly evaluate how much the price has increased from the minimum or decreased from the maximum over a specified number of candles.
Main Features
- Value range: from -10% to +10%
Zero is not allowed
Settings
- Timeframe: for example, 1m or 5m
- Number of candles: for example, 10
Interpretation
- A positive value means growth from the minimum is tracked, for example, +3%
- A negative value means a drop from the maximum is tracked, for example, -2%
Setup Examples
Example 1: SHORT Bot — Price Growth from the Minimum
Suppose you want the bot to start if, over the last 10 minutes, the price has increased by more than 2% from the minimum:
- Timeframe: 1m
- Number of candles: 10
- Entry condition: Price% >
- Indicator value: 2
Example 2: LONG Bot — Price Drop from the Maximum
Now let’s consider the opposite situation: the bot should start if, over the last 10 minutes, the price has dropped by more than 2% from the maximum:
- Timeframe: 1m
- Number of candles: 10
- Entry condition: Price% <
- Indicator value: -2
Additional Options
- To conveniently track the minimum and maximum price over the period, you can enable the Price Channel indicator on the chart
- In the exchange indicator settings, make sure to set the same period as in the bot settings and select the same timeframe
In Bot Statistics
- In the bot panel, next to the condition completion indicator, the current price deviation from the selected parameters is displayed. This allows you to quickly monitor strategy execution
