У нас вы можете посмотреть бесплатно Gekko Trading Bot - Debug via Visual Studio Code или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In today's video, I will show you how to setup Gekko in Visual Studio Code so you can debug crashes and errors in Gekko. Here are step by step instructions on how to setup Gekko in VS Code: 1. File, Add Folder to Workspace, add the Gekko folder. 2. Debug, Open Configurations, under “Select Environment”, choose Node.js. 3. In the launch.json file that opens, copy and paste this code: (In the “args” field, replace with your config file). Apparently, I can add all the code in the description below but not greater than or less than sign, ugh. { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?link... "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceFolder}/gekko.js", "args": [ "--config", "config-live.js" ] } ] } 4. Save the file. 5. File, Save Workspace as, save the workspace file outside of the Gekko folder. 6. Start debugging (F5). Support My Channel: Patreon: / crypto49er Buy my t-shirt: https://teespring.com/crypto49er-t-shirt SteemIt: https://steemit.com/@crypto49er Twitter: / crypto49er ,.-~*´¨¯¨`*·~-.¸-( Buy your first Bitcoin )-,.-~*´¨¯¨`*·~-.¸ Get $10 free from Coinbase when you buy $100 Crypto: http://bit.ly/FreeMoneyCoinBase ,.-~*´¨¯¨`*·~-.¸-( Google Advanced Protection )-,.-~*´¨¯¨`*·~-.¸ Feitian Bluetooth FIDO Security Key: http://bit.ly/FeitianBluetoothSecurit... Yubico FIDO U2F Security Key: http://bit.ly/YubicoSecurityKey ,.-~*´¨¯¨`*·~-.¸-( Hardware Wallets )-,.-~*´¨¯¨`*·~-.¸ Ledger Nano S (also a FIDO U2F device): http://bit.ly/BuyLedgerWalletNanoS ,.-~*´¨¯¨`*·~-.¸-( Exchanges )-,.-~*´¨¯¨`*·~-.¸ Join Binance: http://bit.ly/BinanceCryptoExchange Join KuCoin: http://bit.ly/JoinKuCoin ,.-~*´¨¯¨`*·~-.¸-( Donations Addresses )-,.-~*´¨¯¨`*·~-.¸ BTC: 1FhS1cxTvnAaMEZcsTSndFJDwkAQZAfTfv LTC: LfeZYPJecyyPCJ2GzV2LWnUsoZoJKtx5mQ BitShares: Crypto49er ,.-~*´¨¯¨`*·~-.¸-( Disclaimer )-,.-~*´¨¯¨`*·~-.¸ This video should not be taken as financial advice.