Common Conf-Basic Conf

CommonConf-BasicConf
  • copy trade when hold: The meaning is same as the application-level conf, but only effect on single wallet

    • AppLevel off, WalletLevel on, will not copy trade

    • AppLevel on, WalletLevel off, if smartmoney buy again but you still hold this token, will not copy trade

    • AppLevel on, WalletLevel off, and other filters passed, will execute copy trade

  • SM-remark/pubkey:

    • remark: a tag could easily remeber for yourself, such as DNF

    • pubkey: smart money's wallet addr, such as DNfuF1L62WWyW3pNakVkyGGFzVVhj4Yr52jSmdTyeBHm

  • buy times of the same CA: The meaning is same as the application-level conf, but only effect on single wallet

  • SM-Sell if SM sell/Whether Sellout when ratio reached(%)

    • SM-Sell if SM sell on: copy sell when SM-sell(your sell amount based your current hold amount)

    • Whether Sellout when ratio reached:

      • If smart money's sell ratio total reached the ratio, auto execute sellout

  • Rug check-lossRatio/blockNum/lossTimes/pauseMinutes:

    • Rug check detection based on the following three points:

      • For a single order, the loss ratio reaches a certain percentag. In the figure, 50 is set, which means a loss of 50%.

      • For a single order, the sub of smart money's buy and sell transaction's slot less than blockNum you configed. In the figure, 10 is set, which means less than 10slots.

      • the lossTimes means, multiple orders continue loss nums. In the figure 100 is set, which means continue loss 100 orders.

        • If the first 99 orders are losses, but the 100th order is profitable, the count will be reset to 0.

    • If loss ratio reached and (single order blockNum reached or lossTimes reached), will auto stop that SM's copy trade for N minutes(In figure, 30 is set, which means 30 minutes), and will push tg notification to you.

    • after rug check detection triggered:

      • continue loss order nums will be reset to 0

      • when current time greater than auto pause time, will auto resume copy trade

      • if current time less than auto pause time, but you still want copy trade, you should manual toggle on run status in TurboApp.

Last updated