chessStrategies

To use created task, make sure to move solswap_example from EXAMPLES TO TASKS

circle-info

How strategies work?

All calculations are based on BUY MARKET CAP and DON'T DEPEND on position value

Example: If your BUY MC IS 100K and TP 100% bot would sell on 200K MCAP

General info: To use strategies in task, you need to setup strategy file and give it name (example: copytrade-test) To use MULTIPLE STRATEGIES by adding new lines

TP PERC Take profit percentage to execute sell.

TP PERC TO SELL Percentage of your position to sell on trigger.

circle-info

For Polymarket you can also specify exact share value instead of percentage. Example: TP PERC - 0.9$ means sell transaction will be executed when onchain price hits 0.9$.

Last updated