BUY
- CHECK_IF_FREEZABLE - Set to true to buy tokens only if they are not freezable.
- CHECK_IF_BURNED - Set to true to buy tokens only if their liquidity pool is burned.
- CHECK_IF_IS_LOCKED (liquidity lock check)
- CHECK_IF_MINT_IS_RENOUNCED - Set to true to buy tokens only if their mint is renounced.
- CHECK_IF_MUTABLE - Set to true to buy tokens only if their metadata are not mutable.
- CHECK_IF_SOCIALS - Set to true to buy tokens only if they have at least 1 social.
- CHECK_TOP10_HOLDERS_PERCENTAGE: true/false
- MIN_POOL_SIZE (bot buy only if pool size is > of amount) Set 0 to disable.
- MAX_POOL_SIZE (bot buy only if pool size is < of amount) Set 0 to disable.
- MIN_LP_BURNED_PERCENT - Some tokens only send 1 token to burned, it's better to calculate burned percent.
- TAKE_PROFIT= (in %)
- STOP_LOSS= (in %)
- MIN_SOL_LP: x
- MIN_TOKEN_LP_PERCENTAGE: x
- MAX_TOP10_HOLDERS_PERCENTAGE: 70
- MAX_SINGLE_OWNER_PERCENTAGE: 10 SELL
- PRICE_CHECK_INTERVAL (ms) : Interval in milliseconds for checking the take profit and stop loss conditions Set to zero to disable take profit and stop loss.
- TAKE_PROFIT : x %
- STOP_LOSS : x %
- SELL_SLIPPAGE : x %
- SKIP_SELLING_IF_LOST_MORE_THAN : x % If token loses more than X% of value, bot will not try to sell
- PRICE_CHECK_DURATION (ms) : x % Time in milliseconds to wait for stop loss/take profit conditions If you don't reach profit or loss bot will auto sell after this time Set to zero to disable take profit and stop loss
- AUTO_SELL - true/false
- MAX_SELL_RETRIES - Maximum number of retries for selling a token