General Parameters for All Strategies
“Multiple Orders” Tab
-
OrdersCount: field for specifying the number of Buy orders placed after the strategy detection. Default is 1, meaning one order will be placed. For example, if set to 3, a grid with three Buy orders will be placed;
-
CheckFreeBalance: YES/NO checkbox.
If YES, the balance is checked before placing a single Buy order or a grid of Buy orders; if insufficient, the Buy orders will not be placed; -
BuyPriceStep: field for specifying the price step as a percentage of the base price. If the value is less than zero, each subsequent Buy order will be placed farther from the current price; if greater than zero, closer to the current price;
-
BuyPriceStep: field for specifying the price step as a percentage of the base price. If the value is less than zero, each subsequent Buy order will be placed farther from the current price; if greater than zero, closer to the current price;
-
BuyStepKind: menu for selecting the method of price step calculation (Linear – linear progression or Exponential – geometric progression);
-
OrderSizeStep: field for specifying the step of change for each subsequent order size in the grid, in percent. If 0, the sizes of subsequent Buy orders in the grid remain the same as the first Buy order;
-
OrderSizeKind: menu for selecting the method of calculating Buy order sizes in the grid (Linear – linear progression or Exponential – geometric progression). If Linear is selected, each subsequent Buy order will be larger by OrderSizeStep percent. If Exponential is selected, each subsequent Buy order will be multiplied by OrderSizeStep percent (for example, if OrderSizeStep = 200, the next Buy order will be 2 times larger);
-
CancelBuyStep: field for specifying the time step in full seconds for sequential cancellation of Buy orders in the grid after the time set in the AutoCancelBuy parameter has elapsed. For example, a grid with three Buy orders is placed, AutoCancelBuy = 60 (cancel the Buy order grid after 60 seconds), and CancelBuyStep = 10. After 60 seconds, not the entire grid will be canceled at once, but only one order. After another 10 seconds, the second Buy order will be canceled, and after another 10 seconds, the third Buy order will be canceled;
-
JoinSellKey: field for specifying the key for automatic merging of Sell orders. If 0, do not merge. If any number N is set in this field, after a purchase the strategy will merge all Sell orders placed by this strategy or by other strategies that use the same merge key N;
-
JoinPriceFixed: YES/NO checkbox.
If YES, when merging orders, the combined Sell order will be placed with the fixed value from the SellPrice parameter of this strategy.
If NO, when merging orders, the combined Sell order will be placed at the same distance as the previous order before merging; -
IgnoreCancelBuy: YES/NO checkbox.
If YES, ignore the auto-cancel of the Buy order grid if the first Buy order in the grid has already been executed, meaning that after the first order is closed, the remaining grid will not be canceled. If NO, do not ignore the auto-cancel of the Buy order grid if the first Buy order in the grid has already been executed, meaning that after the first order is closed, the remaining grid will be canceled; -
AutoSplitBuy: YES/NO checkbox.
If YES, split the Buy order if the original order size exceeds the maximum limit for a single order. This parameter exists only in the Manual strategy and is used only when OrdersCount = 1. The maximum value for a single order may vary depending on the coin and can be viewed in the main Moonbot terminal window on the right control panel (value Max:). In other strategies, this parameter is not available due to the risk of receiving an uncontrolled exchange ban.