This commit is contained in:
algizn97
2025-09-18 16:17:39 +05:00
parent 4f0668970f
commit e2f9478971
4 changed files with 44 additions and 53 deletions

View File

@@ -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')],