Trusted Management
The MoonBot terminal has functionality that allows it to be used for trust management of other users’ accounts.
How it works: when you trade with your terminal (let’s call it “Main” terminal) either manually or via a strategy, the terminal can automatically generate commands and send them to your own Telegram channel.
The main terminal sends commands in a special format which can be read by other terminal (“slave” terminals, subscribed to your channel). This way “Slave” terminals will copy your actions.
Note: the Trust Management feature is only available in the PRO version of the MoonBot terminal!
NOTE: its impossible to obtain 100% accurate duplication! The reason is that trades are discrete. Consider an example of the TRUST coin order book:
Let the first (main) terminal placed the buy order of 2063 coins for 514sat (picture above). We can see that the order book contains only 2058 coins at 514sat, so the main terminal will buy the whole lot. Second (slave) terminal will copy the command “Buy TRUST 514sat”, but there are no more coins left at 514sat, so its order will remain unfilled and will be placed to BIDs order book. So the main terminal can be already selling coins at 520 sat (the best ASK price) while slave terminals are still waiting their buy orders to be filled.
To handle the issue mentioned above when slave terminals receive cmd_Sell command, they will cancel all partially filled buy orders on specified market and start to sell all bought coins.
Open any market chart and press “Share” button to the right to open Social Trading configuration screen. If you want the terminal to broadcast commands to your own Telegram channel automatically, tick the checkbox like shown on the picture below:
Create your Telegram channel (not a group!), create your own Telegram bot token by talking to @BotFather. Add your Telegram bot to your channel and promote it to admin. Enter the token to the settings window (pic. above). If your channel is public, enter its public name to the box “channel name”. If the channel is private, you have to obtain its ID and enter it to the “channel name” (one way to to it: post something in the channel, then look moon bot’s log file logs\LOG_ADD_MM_DD. Locate your post, there you will find the channel ID).
If the Telegram is blocked in your region, you may use Socks5 proxy.
Press the “Test” button to check your configuration: If everything is correct, the terminal will post a test message to your channel.
Note: MoonShot strategies do not post commands cause orders of this type are handled with the terminal by strictly defined algorithm.
Commands list below. Notation: Coin – the coin to trade; Price may be defined as absolute value or relative (percentage) to current market price \ buy order price; X – order value in % from the available deposit balance; <> – mandatory parameter, [] – optional parameter. The letter (M) after a command description means that commands of this type are not sent by the terminal automatically (you can post them manually to your channel. For example, type “cmd_PanicSellAll” in your channel to activate global stop loss on all your subscribers). Attention: keep in mind that the commands are case-sensitive!
These commands change global settings (M):
If you want your terminal to handle commands, you have to subscribe to the Telegram channel with commands, create a strategy for this channel and set strategy parameter AcceptCommands = YES.
If you are using a key in your strategies for separating commands, you should write the command in its entirety, for example: cmd_Buy BTC 1% sell 1% OrderSize 100% Key ST123, where ST123 is the ChannelKey.
Commands will be applied only to orders set by a strategy with enabled AcceptCommands parameter. So you can disable external managing of your terminal anytime by setting AcceptCommands = NO.