Replies: 1 comment
-
example const Solana = require('solana-web3.js'); const privateKey = 'YOUR_PRIVATE_KEY'; // Define the scalping parameters // Function to get the current order book // Function to execute a trade async function scalpingStrategy() { scalpingStrategy(); |
Beta Was this translation helpful? Give feedback.
-
one thing bothers me about ping-pong. that he always buys at the same price +- as soon as the chart is +100, the bot no longer trades. can this be adjusted? that he automatically bought a range, say -+30% of the starting price where the bot started?
Beta Was this translation helpful? Give feedback.
All reactions