${tradeType === 'buy' ?
- `Valid upto is the max price upto which your order can be executed, which is ${DEFAULT_TRADE_PRICE_DEVIATION * 100}% higher than current price.` :
- `Valid until is the min price until which your order can be executed, which is ${DEFAULT_TRADE_PRICE_DEVIATION * 100}% lower than current price.`
+ `Valid upto is the max price upto which your order can be executed, which is ${DEFAULT_TRADE_PRICE_DEVIATION_BUY * 100}% higher than current price.` :
+ `Valid until is the min price until which your order can be executed, which is ${DEFAULT_TRADE_PRICE_DEVIATION_SELL * 100}% lower than current price.`
} System will always try to execute your order at the nearest price possible to current price.