{"id":28222561,"url":"https://github.com/dante4rt/delta-neutral-trading-bot","last_synced_at":"2025-06-11T18:31:52.562Z","repository":{"id":258303149,"uuid":"873642681","full_name":"dante4rt/delta-neutral-trading-bot","owner":"dante4rt","description":"A Delta Neutral Trading Bot utilizing Binance API to execute spot and futures trades with a neutral position strategy.","archived":false,"fork":false,"pushed_at":"2024-10-16T15:25:55.000Z","size":6,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T07:15:05.201Z","etag":null,"topics":["automation","binance","bot","ccxt","delta-neutral","futures","spot","trading-bot"],"latest_commit_sha":null,"homepage":"https://t.me/HappyCuanAirdrop","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dante4rt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T14:03:01.000Z","updated_at":"2025-03-11T10:40:56.000Z","dependencies_parsed_at":"2024-10-18T11:26:14.573Z","dependency_job_id":null,"html_url":"https://github.com/dante4rt/delta-neutral-trading-bot","commit_stats":null,"previous_names":["dante4rt/delta-neutral-trading-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fdelta-neutral-trading-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fdelta-neutral-trading-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fdelta-neutral-trading-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fdelta-neutral-trading-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dante4rt","download_url":"https://codeload.github.com/dante4rt/delta-neutral-trading-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dante4rt%2Fdelta-neutral-trading-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258903380,"owners_count":22775782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","binance","bot","ccxt","delta-neutral","futures","spot","trading-bot"],"created_at":"2025-05-18T07:13:33.890Z","updated_at":"2025-06-11T18:31:52.557Z","avatar_url":"https://github.com/dante4rt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delta Neutral Trading Bot\n\nA Delta Neutral Trading Bot utilizing Binance API to execute spot and futures trades with a neutral position strategy.\n\n## Features\n\n- Executes spot buy orders and futures sell orders to maintain a delta-neutral position.\n- Monitors open positions and automatically reattempts orders if no positions are open.\n- Uses Binance's sandbox mode for testing.\n\n## Prerequisites\n\n- Node.js (version 14 or higher)\n- NPM (Node Package Manager)\n- Binance API keys (required for the bot to interact with Binance)\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/dante4rt/delta-neutral-trading-bot.git\n   cd delta-neutral-trading-bot\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the project root directory. Add your Binance API keys:\n\n   ```bash\n   API_KEY=your_binance_api_key\n   API_SECRET=your_binance_api_secret\n   ```\n\n   \u003e **Note:** Ensure your `.env` file is not shared publicly as it contains sensitive information.\n\n## Usage\n\nTo run the bot, use the following command:\n\n```bash\nnpm start\n```\n\nThis will start the bot and begin executing the delta-neutral trading strategy.\n\n## How it Works\n\n- The bot places a **SPOT buy** order for the specified amount of an asset (e.g., BTC/USDT).\n- Simultaneously, it places a **FUTURES sell** order for the same asset to maintain a delta-neutral position.\n- It periodically checks for open positions and reattempts to place the orders if no positions are found.\n\n## Disclaimer\n\nThis project is intended for educational purposes only. Please use caution when running trading bots on live markets. Testing in Binance's sandbox mode is recommended.\n\n## Donations\n\nIf you would like to support the development of this project, you can make a donation using the following addresses:\n\n- **Solana**: `GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP`\n- **EVM**: `0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44`\n- **BTC**: `bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8`\n\n## License\n\n**Delta Neutral Trading Bot** is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fdelta-neutral-trading-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdante4rt%2Fdelta-neutral-trading-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdante4rt%2Fdelta-neutral-trading-bot/lists"}