📚
Docs
Telegram BotCommunity GroupX (Twitter)Web
  • Getting Started
    • Welcome to dEdge
    • Features
    • Starting the bot
      • Analyze Wallet
      • Wallet Finder
      • Curated Wallets
      • Filtered Wallets
    • Understanding the Metrics
      • Tokens Traded, Win Rate & Open Trades
      • Distribution of Trades PnL in percentiles
      • PnL Summary
      • SOL Spent, Received and Net SOL
      • Trading Deltas
      • Trading Fees
  • Tutorials
    • Basic topics
      • What is a copytrading system?
      • The execution bot
      • High delta wallets
      • Avoiding Snipers & HFT's
      • Tips for choosing a wallet
      • Tips for setting up the execution bot
  • Advanced Topics
    • Testing execution bots
    • Building a profitable operation
    • The research phase
    • The wallet testing phase
    • The scale up phase
    • The profitable operation
  • Extras
    • 1-to-1 Expert Call
  • Copytrade Analyzer
  • API
    • Wallet Batch API
Powered by GitBook
On this page
  1. Advanced Topics

Testing execution bots

PreviousAdvanced TopicsNextBuilding a profitable operation

Last updated 1 month ago

Unless you're recommend by someone you trust which bot to use, we recommend you test them. Read the bot documentation then proceed with the test below.

This an introductory example of how to test a bot. Chat with us on the community if you want to dig deeper.

  1. Pick a wallet to copy

  2. Pick at least 2 bots you want to test (so you can compare them, at least)

  3. Set that wallet to be copied on the bots you are testing

  4. Make sure you are using same amount of fees and a very small trading size, this is just for test purpose, you are not trying to make money but rather avoiding to lose it in the future

  5. After each trade, verify how long it took for them to buy and sell

How to verify how long it took to replicate?

Easy. You need to see in which block the transaction landed.

  1. Go to solscan.io

  2. Insert the wallet

  3. Click on Balance Changes

4. In the picture, the line below is the buy transaction (amount in green) and the line above it is the sell transaction.

  1. The block numbers 333276164 and 333276285 are when the token was Bought and Sold.

  2. Compare the difference between blocks for the wallet being copied and the wallets from the bots you are testing. Each block in Solana is around 400miliseconds.

  3. Do this from time to time to make sure the bot you are using isn't leaving you behind.