Fixed
This commit is contained in:
@@ -61,8 +61,8 @@ cancel = InlineKeyboardMarkup(inline_keyboard=[
|
||||
entry_order_type_markup = InlineKeyboardMarkup(
|
||||
inline_keyboard=[
|
||||
[
|
||||
InlineKeyboardButton(text="Market (текущая цена)", callback_data="entry_order_type:Market"),
|
||||
InlineKeyboardButton(text="Limit (триггер цена)", callback_data="entry_order_type:Limit"),
|
||||
InlineKeyboardButton(text="Текущая цена", callback_data="entry_order_type:Market"),
|
||||
InlineKeyboardButton(text="Триггер цена", callback_data="entry_order_type:Limit"),
|
||||
], back_btn_to_main
|
||||
]
|
||||
)
|
||||
@@ -79,7 +79,7 @@ main_settings_markup = InlineKeyboardMarkup(inline_keyboard=[
|
||||
InlineKeyboardButton(text='Тип маржи', callback_data='clb_change_margin_type')],
|
||||
|
||||
[InlineKeyboardButton(text='Размер кредитного плеча', callback_data='clb_change_size_leverage'),
|
||||
InlineKeyboardButton(text='Начальная ставка', callback_data='clb_change_starting_quantity')],
|
||||
InlineKeyboardButton(text='Ставка', callback_data='clb_change_starting_quantity')],
|
||||
|
||||
[InlineKeyboardButton(text='Коэффициент Мартингейла', callback_data='clb_change_martingale_factor'),
|
||||
InlineKeyboardButton(text='Сбросить шаги Мартингейла', callback_data='clb_change_martingale_reset')],
|
||||
|
Reference in New Issue
Block a user