This website requires JavaScript.
Explore
YouTube
Discord
Help
Register
Sign In
Alex
/
stcs
Watch
2
Star
0
Fork
0
You've already forked stcs
forked from
kodorvan/stcs
Code
Pull Requests
Activity
Files
fe030baef5e17b6d1baaef21f458e21aefe283ce
stcs
/
app
/
telegram
/
handlers
History
algizn97
fe030baef5
When choosing a coin, the leverage is set to the maximum possible for this coin, also SL in accordance with the leverage. The verification range from 1 to 100 has been removed, now the verification is within the acceptable values from the exchange
2025-10-10 13:30:32 +05:00
..
main_settings
When adjusting the leverage, the SL changes according to the criteria. In place of the position mode, there is now a trading mode. All unnecessary functions are also removed.
2025-10-10 13:24:32 +05:00
__init__.py
The entire database has been changed to PostgresSQL. The entire code has been updated.
2025-10-01 15:23:21 +05:00
add_bybit_api.py
The entire database has been changed to PostgresSQL. The entire code has been updated.
2025-10-01 15:23:21 +05:00
changing_the_symbol.py
When choosing a coin, the leverage is set to the maximum possible for this coin, also SL in accordance with the leverage. The verification range from 1 to 100 has been removed, now the verification is within the acceptable values from the exchange
2025-10-10 13:30:32 +05:00
close_orders.py
Fixed
2025-10-04 09:33:18 +05:00
common.py
The entire database has been changed to PostgresSQL. The entire code has been updated.
2025-10-01 15:23:21 +05:00
get_positions_handlers.py
Fixed check auto trading
2025-10-04 09:33:44 +05:00
handlers_main.py
Fixed percentages of TP and SL from integers to floats
2025-10-10 13:20:24 +05:00
settings.py
The trading mode has been moved to the main settings, Position mode, limit order and conditional order have been removed. The number of bids has been renamed to the base rate. The choice of the direction of the first transaction has been moved to the main settings
2025-10-10 13:18:43 +05:00
start_trading.py
The trading mode has been moved to the main settings, Position mode, limit order and conditional order have been removed. The number of bids has been renamed to the base rate. The choice of the direction of the first transaction has been moved to the main settings
2025-10-10 13:18:43 +05:00
stop_trading.py
The stop trading button has been removed.
2025-10-10 13:21:15 +05:00
tp_sl_handlers.py
Fixed
2025-10-03 14:19:18 +05:00