Check token price Processor evaluates the token’s price over a specified timeframe and only returns TRUE if every price datapoint within that period meets your chosen condition. This helps avoid sudden price spikes or drops, and prevents false signals caused by brief candle wicks.
For example, if you’re creating a limit order scenario to sell SNP500 with the condition that, over the past 3 minutes, the price of SNP500 has always been greater than $0.0001597, you can use this processor

Configure the Check token price Processor
View token price :

View the token price currently being processed by the processor

Token price chart within the processor, along with your selected trigger threshold

The processor’s result will be stored in a variable, with a value of either
TRUE or FALSE
| Field name | Required? | Detail |
|---|---|---|
| Pool interval (seconds) | Yes | How many seconds between each price update |
| Timeframe (seconds) | Yes | The timeframe over which you want to check the price. For example, if you select 180 seconds, the processor will evaluate all price datapoints from the past 180 seconds and only return TRUE if every datapoint meets the specified condition |
| Condition | Yes | Condition type: greater than, less than, equal to, or not equal to |
| Enter the comparison value | Yes | The price threshold you want to check |