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
3533e7e99ac6830c93f9a03e5cf6903a7f43d5c7
stcs
/
app
/
telegram
/
handlers
History
algizn97
8114533475
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
..
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
The entire database has been changed to PostgresSQL. The entire code has been updated.
2025-10-01 15:23:21 +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