Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
smohantty
/
hyperliquid-trading-bot
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Feb 21, 2026
Fix trigger-gated acquisition flow in spot and perp grids
smohantty
committed
41ad000
Copy full SHA for 41ad000
Commits on Feb 20, 2026
chore: switch submodule URL from SSH to HTTPS
Show description for f933971
smohantty
and
claude
committed
f933971
Copy full SHA for f933971
chore: update bot-ws-schema submodule to latest
Show description for 3830677
smohantty
and
claude
committed
3830677
Copy full SHA for 3830677
refactor: rename grid range fields for clarity
Show description for 30e79cd
smohantty
and
claude
committed
30e79cd
Copy full SHA for 30e79cd
docs: add CLAUDE.md for project context and memory
Show description for 89def25
smohantty
and
claude
committed
89def25
Copy full SHA for 89def25
Commits on Feb 19, 2026
refactor: remove embedded Telegram reporter in favor of standalone daemon
Show description for 9a140b2
smohantty
and
claude
committed
9a140b2
Copy full SHA for 9a140b2
feat(schema): add shared schema validation and fix schema compliance
Show description for 40c3b53
smohantty
and
claude
committed
40c3b53
Copy full SHA for 40c3b53
Commits on Jan 11, 2026
Refactor perp_grid.rs: Optimize market_info access in initialize_zones
smohantty
committed
7b44188
Copy full SHA for 7b44188
Refactor SpotGridStrategy to optimize MarketInfo access
smohantty
committed
3035d53
Copy full SHA for 3035d53
Refactor: Remove last_price from MarketInfo
smohantty
committed
6458fa7
Copy full SHA for 6458fa7
chore(perp_grid): remove unnecessary code comments
smohantty
committed
d5187b1
Copy full SHA for d5187b1
refactor(perp_grid): cache current_price in on_tick and use throughout strategy
smohantty
committed
2b2f821
Copy full SHA for 2b2f821
refactor(spot_grid): use cached current_price instead of market_info.last_price
smohantty
committed
8778f95
Copy full SHA for 8778f95
Refactor engine module: extract shared utils to common.rs and move Engine to live.rs
Show description for d9d8292
smohantty
committed
d9d8292
Copy full SHA for d9d8292
fix dry run script
smohantty
committed
7737304
Copy full SHA for 7737304
feat: Add simulation engine and dry-run feature
Show description for 785c0db
smohantty
committed
785c0db
Copy full SHA for 785c0db
refactor: move constants import to top of mod.rs and cleanup constants.rs
Show description for 8aa155c
smohantty
committed
8aa155c
Copy full SHA for 8aa155c
chore: remove unnecessary comments and unused field from spot_grid.rs
smohantty
committed
7b83cea
Copy full SHA for 7b83cea
refactor(spot_grid): remove place_counter_order and reuse place_zone_order
Show description for 40b79a9
smohantty
committed
40b79a9
Copy full SHA for 40b79a9
refactor: update place_order to generate and return cloid
Show description for 2a67375
smohantty
committed
2a67375
Copy full SHA for 2a67375
feat(spot_grid): align with Python version
Show description for 4a2abc2
smohantty
committed
4a2abc2
Copy full SHA for 4a2abc2
feat(spot_grid): align on_tick with Python version
Show description for dfc6f17
smohantty
committed
dfc6f17
Copy full SHA for dfc6f17
refactor(spot_grid): organize functions with section headers matching Python structure
Show description for 11ca2ee
smohantty
committed
11ca2ee
Copy full SHA for 11ca2ee
test: update spot_grid tests for new matched_profit behavior
Show description for 8a23144
smohantty
committed
8a23144
Copy full SHA for 8a23144
rename variables
smohantty
committed
690bbe6
Copy full SHA for 690bbe6
refactor: align spot_grid with Python implementation
Show description for c44f245
smohantty
committed
c44f245
Copy full SHA for c44f245
Commits on Jan 10, 2026
refactor: implement Spread constants and apply buffers
Show description for 5f3d356
smohantty
committed
5f3d356
Copy full SHA for 5f3d356
feat(strategy): implement Spread type for markup/markdown
Show description for 07475ce
smohantty
committed
07475ce
Copy full SHA for 07475ce
remove unwanted docs
smohantty
committed
37dc1a3
Copy full SHA for 37dc1a3
chore: update agent instructions to use check_code.sh
smohantty
committed
d9747d9
Copy full SHA for d9747d9
chore: add check_code.sh and fix clippy lints
Show description for 5109c2f
smohantty
committed
5109c2f
Copy full SHA for 5109c2f
fix(spot_grid): use calculate_acquisition_price helper
Show description for 0a56f32
smohantty
committed
0a56f32
Copy full SHA for 0a56f32
refactor(perp_grid): integrate calculate_acquisition_price helper
Show description for 1228d6f
smohantty
committed
1228d6f
Copy full SHA for 1228d6f
refactor(perp_grid): add spread_bips support to configuration
Show description for 4860ae3
smohantty
committed
4860ae3
Copy full SHA for 4860ae3
refactor(perp_grid): add calculate_acquisition_price helper
Show description for af77098
smohantty
committed
af77098
Copy full SHA for af77098
Pagination
Previous
Next
You can’t perform that action at this time.