develop #3

Open
Alex wants to merge 77 commits from Alex/stcs:develop into stable
Showing only changes of commit a6ba949061 - Show all commits

View File

@@ -30,7 +30,7 @@ connect_bybit_api_markup = InlineKeyboardMarkup(inline_keyboard=[
trading_markup = InlineKeyboardMarkup(inline_keyboard=[ trading_markup = InlineKeyboardMarkup(inline_keyboard=[
[InlineKeyboardButton(text="Указать торговую пару", callback_data='clb_update_trading_pair')], [InlineKeyboardButton(text="Указать торговую пару", callback_data='clb_update_trading_pair')],
[InlineKeyboardButton(text="Выбрать тип входа", callback_data='clb_update_entry_type')], [InlineKeyboardButton(text="Выбрать тип входа", callback_data='clb_update_entry_type')],
# [InlineKeyboardButton(text="Совершить сделку", callback_data='clb_open_deal')] [InlineKeyboardButton(text="Мои сделки", callback_data='clb_my_deals')],
]) ])
open_deal_markup = InlineKeyboardMarkup(inline_keyboard=[ open_deal_markup = InlineKeyboardMarkup(inline_keyboard=[