1. Home
  2. Knowledge Base
  3. Bot orchestration
  4. Orchestrator template for long bots
  1. Home
  2. Knowledge Base
  3. Bot assistant
  4. Orchestrator template for long bots

Orchestrator template for long bots

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] [email protected] 

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] [email protected] 

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] [email protected] 

Was this article helpful?

2 Responses

  1. Hi!

    Do we still have to register in Google forms or does it work as soon as we add the BAQL statement to the bot name ?

    Thak you guys for the great work!

    1. Hi Victor, ORC and ST are available still using g forms.
      All are on BAQL which is what I recommend to start using and test as we will be moving away from g forms soon.

Comments are closed.