API SETTINGS
This page explains how the established signal can be routed to bambamsignals.
Last updated
This page explains how the established signal can be routed to bambamsignals.
Last updated
After entering all the settings, the following screen will appear.
As you can see, we have 1 signal installed and now we will connect our algorithm to this signal.
We press the API setting and we get the json and webhook url address we need to use.
In this section you can find the codes we will use and copy, we will modify them according to our own settings.
Bambamsignals uses the corresponding URL as standard.
Api Url : https://api.bambamsignals.com/index.php
Signals coming from outside have to be directed to this web address.
What you see below is an example and a standard json file. We will change some of the values here according to ourselves.
The values in the red box are the values we will change.
This section specifies the symbol we will use for the coin to send the signal. If you are going to create the signal in BTC you should write BTC here, if the signal is in another coin ADA or MINA you should write ADA or MINA here.
in this section we will use USDT as we will generate the signal in USDT. If you want, you can adjust your algorithm according to the pair you set up, this can be ETH or another one.
Here the system is set to 1m by default, we change this part to "1h" since our algorithm works in "1h", that is "1 hour". "
EXP : interval" : "1h"
Here we will make a note in the incoming signal. The notes we make here will be displayed under the signals that users forward to the telegram.
Example : "This is an EMA signal and works only for BTC/USDT and is a Buy directional signal". etc...
As you can see below, we have indicated the changes we have made. Now we will use them as an example alarm in tradingview, one of the most used signaling tools.
Below you can see an image we got from tradingview. Here we have set up a buy signal at the intersection of ema 21 and ema 50. and we want to direct the signals generated here to bambamsignals.
We choose a name to match the alarm.
we copy the JSON file we have prepared in this section.
By pasting our JSON file we have prepared here, we go to the NOTIFICATION section where we will enter the URL for WEBHOOK.
When this section is opened, it will come this way by default. The only feature we will use here is the webhook url.
After entering these settings, you direct the signal to my bamboo by pressing the save button. everything is that simple