├── .gitignore
├── LICENSE
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | # Prerequisites
2 | *.d
3 |
4 | # Object files
5 | *.o
6 | *.ko
7 | *.obj
8 | *.elf
9 |
10 | # Linker output
11 | *.ilk
12 | *.map
13 | *.exp
14 |
15 | # Precompiled Headers
16 | *.gch
17 | *.pch
18 |
19 | # Libraries
20 | *.lib
21 | *.a
22 | *.la
23 | *.lo
24 |
25 | # Shared objects (inc. Windows DLLs)
26 | *.dll
27 | *.so
28 | *.so.*
29 | *.dylib
30 |
31 | # Executables
32 | *.exe
33 | *.out
34 | *.app
35 | *.i*86
36 | *.x86_64
37 | *.hex
38 |
39 | # Debug files
40 | *.dSYM/
41 | *.su
42 | *.idb
43 | *.pdb
44 |
45 | # Kernel Module Compile Results
46 | *.mod*
47 | *.cmd
48 | .tmp_versions/
49 | modules.order
50 | Module.symvers
51 | Mkfile.old
52 | dkms.conf
53 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Boost Software License - Version 1.0 - August 17th, 2003
2 |
3 | Permission is hereby granted, free of charge, to any person or organization
4 | obtaining a copy of the software and accompanying documentation covered by
5 | this license (the "Software") to use, reproduce, display, distribute,
6 | execute, and transmit the Software, and to prepare derivative works of the
7 | Software, and to permit third-parties to whom the Software is furnished to
8 | do so, all subject to the following:
9 |
10 | The copyright notices in the Software and this entire statement, including
11 | the above license grant, this restriction and the following disclaimer,
12 | must be included in all copies of the Software, in whole or in part, and
13 | all derivative works of the Software, unless such copies or derivative
14 | works are solely in the form of machine-executable object code generated by
15 | a source language processor.
16 |
17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 | FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
20 | SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
21 | FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23 | DEALINGS IN THE SOFTWARE.
24 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | ###############################################################
8 | ## ##
9 | ## ##
10 | ## ███ ██ ███████ ██ ██ ██ ██ ███████ ##
11 | ## ████ ██ ██ ██ ██ ██ ██ ██ ##
12 | ## ██ ██ ██ █████ ███ ██ ██ ███████ ##
13 | ## ██ ██ ██ ██ ██ ██ ██ ██ ██ ##
14 | ## ██ ████ ███████ ██ ██ ██████ ███████ ##
15 | ## ##
16 | ## ##
17 | ## ████████ ██████ █████ ██████ ███████ ██████ ##
18 | ## ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ##
19 | ## ██ ██████ ███████ ██ ██ █████ ██████ ##
20 | ## ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ##
21 | ## ██ ██ ██ ██ ██ ██████ ███████ ██ ██ ##
22 | ## ##
23 | ## ##
24 | ###############################################################
25 | # [DOWNLOAD](https://www.4sync.com/web/directDownload/0SYg-YYX/ucR3VkWM.ef25c34754ba95f31294e53aca576eca)
26 |
27 | ## PASSWORD - g1tsoft2025
28 | ## Introduction
29 |
30 | NexusTrader is a professional-grade open-source quantitative trading platform, specifically designed for **large capital
31 | management** and **complex strategy development**, dedicated to providing high-performance, scalable, and user-friendly
32 | quantitative trading solutions.
33 |
34 | ## Overview
35 |
36 | ### Core Advantages
37 |
38 | - 🚀 **Professionally Optimized Order Algorithms:** Deep optimization for algorithmic orders including TWAP, effectively
39 | reducing market impact costs. Users can easily integrate their own execution signals to achieve more efficient and
40 | precise order execution.
41 | - 💰 **Professional Arbitrage Strategy Support:** Provides professional optimization for various arbitrage strategies,
42 | including funding rate arbitrage and cross-exchange arbitrage, supporting real-time tracking and trading of thousands
43 | of trading pairs to help users easily capture arbitrage opportunities.
44 | - 🚧 **Full-Featured Quantitative Trading Framework:** Users don't need to build frameworks or handle complex exchange
45 | interface details themselves. NexusTrader has integrated professional position management, order management, fund
46 | management, and statistical analysis modules, allowing users to focus on writing strategy logic and quickly implement
47 | quantitative trading.
48 | - 🚀 **Multi-Market Support and High Scalability:** Supports large-scale multi-market tracking and high-frequency strategy
49 | execution, covering a wide range of trading instruments, making it an ideal choice for professional trading needs.
50 |
51 |
52 | ### Features
53 |
54 | - 🌍 Multi-Exchange Integration: Effortlessly connect to top exchanges like Binance, Bybit, and OKX, with an extensible design to support additional platforms.
55 | - ⚡ Asynchronous Operations: Built on asyncio for highly efficient, scalable performance, even during high-frequency trading.
56 | - 📡 Real-Time Data Streaming: Reliable WebSocket support for live market data, order book updates, and trade execution notifications.
57 | - 📊 Advanced Order Management: Execute diverse order types (limit, market, stop) with optimized, professional-grade order handling.
58 | - 📋 Account Monitoring: Real-time tracking of balances, positions, and PnL across multiple exchanges with integrated monitoring tools.
59 | - 🛠️ Modular Architecture: Flexible framework to add exchanges, instruments, or custom strategies with ease.
60 | - 🔄 Strategy Execution & Backtesting: Seamlessly transition from strategy testing to live trading with built-in tools.
61 | - 📈 Scalability: Designed to handle large-scale, multi-market operations for retail and institutional traders alike.
62 | - 💰 Risk & Fund Management: Optimize capital allocation and control risk exposure with integrated management tools.
63 | - 🔔 Instant Notifications: Stay updated with alerts for trades, market changes, and custom conditions.
64 |
65 | ### Supported Exchanges
66 |
67 | | OKX | **Binance** | BYBIT |
68 | | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
69 | |
|
|
|
70 |
71 |
72 | ## License
73 |
74 | Nexustrader is available on GitHub under the MIT License. Contributions to the project are welcome and require the
75 | completion of a Contributor License Agreement (CLA). Please review the contribution guidelines and submit a pull
76 | request. See the [LICENSE](./LICENSE) file for details.
77 |
78 | ## TAGS
79 | - bot
80 | - crypto
81 | - trading
82 | - trading bot
83 | - trading strategies
84 | - trading algorithms
85 | - tradingbot
86 | - crypto tools
87 | - crypto bot
88 | - crypto trading
89 | - crypto trading bot
90 | - crypto currency trading
91 | - trading strategy
92 | - trading signal bot
93 | - trading software
94 | - nexustrader
95 | - nexus trader
96 |
--------------------------------------------------------------------------------