TradingView
QuantTherapy
May 11, 2018 7:55 AM

PT - Min/Max Buy Change Percentage 

Description

DEFAULT_buy_min_change_percentage
Only purchase a coin if the 24 hour percentage change is above the set value.

Example:
DEFAULT_buy_min_change_percentage = 3.5 –> Only buy a coin if the 24 hour change is above 3.5%
DEFAULT_buy_min_change_percentage = -2 –> Only buy a coin if the 24 hour change is above -2%

DEFAULT_buy_max_change_percentage
Only purchase a coin if the 24 hour percentage change is below the set value.

Example:
DEFAULT_buy_max_change_percentage = 8 –> Only buy a coin if the 24 hour change is below 8%
DEFAULT_buy_max_change_percentage = -1 –> Only buy a coin if the 24 hour change is below -1%

Source Profit Trailer Wiki ( wiki.profittrailer.com/doku.php?id=pairs.properties )

Release Notes

Fix. Min Max were wrong
More