πŸ–₯️Signal Group Settings - help

As of now (15.01.23) the bot doesnt works flawless with all groups - here is help

Crypto Signals are very complex. There are hundred of thousands of possibilites on how all the needed parameters can be given by the Signals groups. Hence the Bot won't work flawless with all as on some of them he won't be able to read all parameters - we are working on it to do it. But it can happen from time to time. So here are solutions to fix such and trade the groups :)

The Signal Group Settings for most of the groups is:

"keyWordsSignal": ["TP", "SL", "ENTRY", "DIRECTION", "COIN"]

The key words "TP" and so on mean the Bot will check if a Take-Profit is in the signal - if there isn't the detected messaged is skipped. In the above case we need to have tp, sl, entry, direction (long or short) and a coin name in a message to be treated like a signal message.

You don't need to enter the key words from the signal itself. You enter "TP" if you want the bot to check if there is any kind of take profit. The bot will automatically check for various writings of "take profit" like "targets", "targets", "tp" and so on. The same is true for the other key words like SL, ENTRY and DIRECTION.

Different options for coin detection:

There are different options you can use for "COIN":

  • "COIN" or "COIN_LOW": most simple check for the coin name.

  • "COIN_MEDIUM": next higher stage for checking the coin name, use a more complex and secure method

  • "COIN_HIGH": the most secure method of different algorithms to detect the coin name

If you have problems that "market updates" are traded you should change the above key words.

Different options for ENTRY and SL:

Sometimes the algorithm sees two or more entries or stop loss which are not correct. When there are multiple real entries or stop loss the bot will use the first one mentioned. But sometimes the bot takes up wrong values. You can use the settings: "ENTRY_CORRECTION" and "SL_CORRECTION" in the keyWordsSignal to make an additonal safety check.

"keyWordsSignal": ["TP", "SL_CORRECTION", "ENTRY_CORRECTION", "DIRECTION", "COIN"]

The bot will check if the stop losses or entries are within the range of 0.72 * last price and 1.28 * last price. If the bots find multiple stop losses or entries it will ignore the values that don't fit the above mentioned criteria.

Don't use these settings for swing trading signal groups like Fed-Russian Insiders as they have a really high stop loss.


Special key words: "ONELINE", "DUP":

ONELINE:

Add this key word if the signal is given in one line. You still need to use the rest of the key words and tailor it to your signal if needed.

"keyWordsSignal": ["TP", "SL", "ENTRY", "DIRECTION", "COIN", "ONELINE"]

DUP:

This short for "duplicate". This can happen when the signal message is huuuge like we see them with predictΓΌm signals then the bot could find two different values for the entry or stoploss.

In such a case you can use the "DUP" key word:

"keyWordsSignal": ["TP", "ENTRY", "DIRECTION", "COIN", "DUP"]

You can use this additional to SL_CORRECTION and ENTRY_CORRECTION to be on the save side.

Last updated