🔮Tasks
Information about the tasks configuration.
Make sure to read the following carefully to not make any unintented mistakes.
These are the current fields of the task file
Most made mistakes is deleting the headers row, aka the row with the attribute names.
DO NOT DELETE THE FIRST LINE! DO NOT DELETE THE FIRST LINE!
A valid tasks file looks like the example above. (obviously with valid private key and wallet_to_copy).
ALL FIELDS ARE REQUIRED, DO NOT LEAVE ANY FIELD EMPTY.
Boolean values are lowercase true/false. Just like with the configuration file.
Breaking down each field we get:
to use it set it to true
else to false
min, low, medium, high, veryHigh, unsafeMax
Both slippage options work with values between 0 and 1
.
Slippage of:
40% -> 0.4
50% -> 0.5
1% -> 0.01
Explained in the Configuration page.
Want to copy the sell percentage of the wallet you're copying? If the other wallet sells 50%, you also sell 50%. If they sell 100% , you sell 100%. Then set this option to true
.
Else the bot would always sell 100%.
This is the minimum market cap in USD, of tokens you want to buy in. If you dont want to use this filter, then simply set it to 0
If this is true
, the bot wont buy anything, it would just monitor the transactions and print the wallets activites to the console. If false -> it would trade.
If this setting is off, this task wont be taken into consideration, and would be disabled. to enable/disable set it to true/false
.
Last updated