Strategy settings

When the strategy is triggered, I want a Buy order to be placed in the green order book, how can I do this?

This can be done using the buyPrice: Buy price, (in %) from the price at the moment of the strategy trigger (when Use30SecOldASK=NO) or from the lowest price of the last 30 seconds (when Use30SecOldASK=YES). In order to place a Buy order in the green order book, for example at -2% of the current price, […]

When the strategy is triggered, I want a Buy order to be placed in the green order book, how can I do this? Read More »

I want a coin to be guaranteed to be bought in the market after the strategy is triggered, how can I do this?

This can be done by using buyPrice: The buy price (in %) of the price at the time of the strategy trigger (when Use30SecOldASK=NO) or the minimum price of the last 30 seconds (when Use30SecOldASK=YES). In order to buy a coin on the market, set this value to a positive value (with a margin), e.g.

I want a coin to be guaranteed to be bought in the market after the strategy is triggered, how can I do this? Read More »

Once the strategy is triggered, I want the order to be set around the spread, how do I do that?

This can be done using the buyPrice: Buy Price parameter, (in %) of the price at the time of the strategy trigger (when Use30SecOldASK=NO) or the minimum price of the last 30 seconds (when Use30SecOldASK=YES). In order to place a Buy order around the spread, set this value to zero, buyPrice=0 (at Use30SecOldASK=NO).

Once the strategy is triggered, I want the order to be set around the spread, how do I do that? Read More »

Can I set a fixed order size in the MoonBot terminal strategies without affecting the order size in the main settings?

Yes, this can be done using the OrderSize: Fixed size of the Buy order in the base currency. If 0, then the value from the general settings is used. In other words, if we set OrderSize=100 (on the USDT pair), this will mean that this strategy will always place an initial order of 100 USDT.

Can I set a fixed order size in the MoonBot terminal strategies without affecting the order size in the main settings? Read More »

Can I place pending orders in MoonBot not manually, but by using strategies in the green order book?

Yes you can. To do this, use the parameter BuyLimit – placing a pending order below the current price (in the green order book), after reaching a conditional price the limit order is placed slightly higher or lower by the value of the PendingOrderSpread, taking into account its sign.

Can I place pending orders in MoonBot not manually, but by using strategies in the green order book? Read More »