copytrade

module for copy selected wallets trades via raydium contract

Module

Raydium

TASKS

Default number is 1. This setting will make your bot multiply the tx flow based on the DELAY which is one of the next settings in this configuration file. Basically, this multiplies the number of txes sent every DELAY.

Example given: TASKS 1; DELAY - 100 = 1000/100 * 1 = 10 tx / sec flow. TASKS 2; DELAY - 100 = 1000/100 * 2 = 20 tx / sec flow.

SLIPPAGE

Slippage is when the price of an order executes at a drastically higher or lower price than you expected. Due to the volatility of cryptocurrency, the price of an asset can fluctuate often depending on trade volume and activity. So, format is the integer between 0 and 100 0 turns off the slippage. We recommend using this for most of the shitcoin drops.

TX AMOUNT

Limit for sending tx amount. -1 for unlimited

WALLET

Wallet name from solana_wallets.csv

RPC

Rpc name from rpc.csv

You also can use multiple rpcs for 1 task row (example: rpc1,rpc2)

FOLLOW WALLETS

Wallets which you want to copy trade, can be multiple wallets separated by , ex. "wallet1,wallet2"

DISABLE SELL

This setting allow you to do not copy sell true - dont copy sell

false - allow copy sell

AMOUNT

This is the amount of tokens that will be used in swap

possible value example: 40% - will use 40% of copying wallet amount and sell 40% of yours tokens 0.05 - will buy for 0.05 and sell whole amount so you can put % or exact sol amount

DELAY

This is the main setting for setting the tx flow.

Format is - milliseconds

Formula is = 100 delay = 10 tx per sec (1000/100 = 10) Example given: If set to 5, the bot will send 200 txes per second(if tasks 1)

AUTOSELL MS

This setting is needed for making the bot sell the token right after spotting the purchase.

Leave blank to disable

Example given: if set at 0, the bot will start sending sell txes to sell the token after 0 ms after purchase(immediately) if set at 10, the bot will start sending sell txes to sell the token after 10 ms after purchase if not set, the bot won't start selling the token

AUTO SELL % (IF TP SL TP%:SL%)

The percentage number of tokens purchased that needed to be sold. range is 1-100

Triggers after reaching TP%:SL%(the next setting) Example given: If set to 90 the bot will sell 90% of token purchased if it reaches the trigger from TP%:SL%

TP%:SL%

May have double variable separated with ":" First variable is for Take Profit, second is for Stop Loss

This is the required trigger for the bot to take profit(sell in profit) or stop loss(sell in loss).

TP/SL TIMEOUT

Format is in millseconds

This setting is needed when the purchased coin not fluctuates much and won't trigger the TP%:SL%, making it occupy the thread and leaving the room for Ruggers to extract the liquidity pool. Example given: if set to 30000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 30 seconds after purchase if set to 20000, if the token price did not fluctuate much to trigger TP/SL, the bot would sell the token after 20 seconds after purchase

SPEEDUP FEE

You can add a Extra fee to txes, FEE IN SOLANA Example given: if set to 0.00001, the txes would have extra 0.00001 sol fee if set to BLANK, no fee will be added

TIP

How much in sol you want to tip the jito validator

Last updated