├── 28daysRESULTS.png ├── Javascript-Volatility-Trading-Bot-V4.zip ├── README.md ├── Screenshotconfig.png ├── Screenshotindex.png ├── config.png ├── iwon.png ├── looklikerunning.png └── main.png /28daysRESULTS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/28daysRESULTS.png -------------------------------------------------------------------------------- /Javascript-Volatility-Trading-Bot-V4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/Javascript-Volatility-Trading-Bot-V4.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | This is a JavaScript decentralized exchanges Volatility Trading Bot V4 . This works pretty much the same as the version 3 but as precise error handling,user error feedback and user transaction feedback. For those who have not used the version 3 I will give a description of what this bot does. This brought monitors the volatility in the market and calculates if there going to be a downwards volatility and if so sells your coins to the stablecoin set your config.js file. It works on three chains that's also configured in the config.js ETH, BNB and Polygon. You are also capable of changing the stable coin you wish to use in the config.js by default ethereum is set to use usdc, BNB uses BUSD and Polygon uses USDC POS. In the config.js you can simply change these by changing the contract address for the stable coin in the chain you wish to use. But the default seems to be pretty effective and I have high confidence in USDC. 4 | 5 | 6 | You can download the zip file of the bot here 7 | 8 | https://github.com/MattFJones/DEX-Volatility-Trading-Bot-V4/raw/main/Javascript-Volatility-Trading-Bot-V4.zip 9 | 10 | To configure the bot after you unzip the folder there will be a file in there call config.js open that in your text editor 11 | 12 | 13 | 14 | 15 | Fill in your public address you wish to use and the private key for that address , if you have a wallet that does not give you easy access to your private key you can put in your seed and the public address you wish to use. 16 | 17 | 18 | Then pick the network/chain you wish to use 1 is for Ethereum, 2 is for BNB and 3 is for Polygon 19 | 20 | Then set the max spend this is the maximum you wish the bot to utilize from the wallet. Then save your new settings. 21 | 22 | 23 | 24 | Next find index.html right click on it and pick open with and choose any web browser. 25 | 26 | 27 | 28 | Now the bot is open and loaded, click on the button that says run bot it will take between 5 to 10 seconds to start. 29 | 30 | 31 | If there are no warnings or errors in the status indicator everything is running good, if there is an error or warning in the status indicator it will tell you the problem down in the error feedback box below. 32 | 33 | 34 | This is what it should look like if there's no errors in running correctly. 35 | 36 | 37 | 38 | 39 | The V3 won 4th place last year and hoping this year to win 🥇 40 | 41 | 42 | 43 | 44 | Here 28 days of testing running 24/7 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /Screenshotconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/Screenshotconfig.png -------------------------------------------------------------------------------- /Screenshotindex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/Screenshotindex.png -------------------------------------------------------------------------------- /config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/config.png -------------------------------------------------------------------------------- /iwon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/iwon.png -------------------------------------------------------------------------------- /looklikerunning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/looklikerunning.png -------------------------------------------------------------------------------- /main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MattFJones/DEX-Volatility-Trading-Bot-V4/d180e1aac6787b591cd53ddd0879a70a72d79801/main.png --------------------------------------------------------------------------------