I want to buy a coin on one telegram signal in MoonBot terminal, but I want to set up a grid of Sell orders so that each order has its own settings for order size, take and stop, how do I do it?

: Control via Telegram

To implement this idea, you need to create three Telegram strategies so that they all trigger on the same signal (must be the same: keywords, ChannelName, ChannelKey) and tick “IndependentSignals=YES” on the Main tab of strategy settings. Then in each of these strategies set the necessary order size, SellPrice value and stop values you need. When the Telegram channel receives a signal that meets the conditions for buying, all these three Telegram strategies will work, buy the coin and place Sell orders with the settings you set.