
In this article we show a template of orchestrator settings that can be used for most long bots.
It consists of stoping the bot when any of the following orchestrators fire a SELL signal:
- ORIG
- RSRALS
- HIVE1H
- STHA2H
And to start the bot when STHA2H fires a buy.
If you want any long bot to use this template you have to add the corresponding BAQL statement to the name of your bot. This is assuming you have already BAv2 setup and running in your account, if you haven’t done that you can ask for help on Discord to any of our moderators.
BAQL snippet
In order to achieve the above orchestration setup you need the following ORC BAQL instructions:
ORC:[ORIG:SELL_STP RSIRALS:SELL_STP HIVE1H:SELL_STP STHA2H:BUY_STT&SELL_STP]
Int the sections below we show how that snippet would go in the bot name if you want to also use BAQL to send signals or pair selection together with the orchestration presented above.
Pair selection with ORC BAQL
Below you can see an example of a bot name that uses BA for pair selection and orchestration:
SafiraPERP 2 - 340 USDT / 3795K colateral - bot assistant BAQL:PS:ALL_4_LCGS ORC:[ORIG:SELL_STP RSIRALS:SELL_STP HIVE1H:SELL_STP STHA2H:BUY_STT&SELL_STP] !@
Only ORC
This example below only uses ORC in BAQL:
SafiraPERP 2 - 340 USDT / 3795K colateral - bot assistant BAQL:ORC:[ORIG:SELL_STP RSIRALS:SELL_STP HIVE1H:SELL_STP STHA2H:BUY_STT&SELL_STP] !@
Pair selection, signal and ORC
This example below only uses Pair selection, signal and ORC in BAQL:
SafiraPERP 2 - 340 USDT / 3795K colateral - bot assistant BAQL:PS:ALL_4_LCGS SIG:SERPIL ORC:[ORIG:SELL_STP RSIRALS:SELL_STP HIVE1H:SELL_STP STHA2H:BUY_STT&SELL_STP] !@