Skip to content

A Laravel app that help me automating my crypto trading strategy on Binance

Notifications You must be signed in to change notification settings

chimperial/samir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

257 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samir

This is an application that interacts with Binance and TradingView to automate my trading strategy and capital management

Account Management

The application includes an account management command that helps synchronize trading accounts and their activities. Here's how to use it:

Account Command

The account command manages and syncs trading accounts, including active farmers and lootcycles. It handles synchronization of orders and trade collection.

# Sync all active accounts (default behavior)
php artisan account

# Explicitly sync all accounts
php artisan account --sync

# Sync only active farmers
php artisan account --farmers

# Sync only active lootcycles
php artisan account --lootcycles

The command performs the following actions:

  • For farmers: Syncs account information and trading status
  • For lootcycles: Syncs orders from the exchange and collects trades

About

A Laravel app that help me automating my crypto trading strategy on Binance

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •