Create Signal.

Create Signal Predictions, Show Your Skills!

1
2
3

Everyone can see your prediction.

Congratulations!

You have upgraded to Level 2!

Lv. undefined
Novice
NaN%

Level 1Level 2
0NaN
Signals
0
Win
0
Lose
0

Settings.

API Integration.

Generate Code for api access

To use the api, you need to send a post request to

https://vih5l6unt9.execute-api.eu-central-1.amazonaws.com/public/api

with the following parameters

coin - required binance coin
position - required //short or long
period - hour integer
leverage - integer
buyPrice - required float
stopLossPrice - required float
target1 - required float
target2 - optional float
target3 - optional float
apiCode - required

Example:

"coin": "BTCUSDT", "position": "short", "period": 4, "leverage": 10, "buyPrice": 60000, "stopLossPrice": 60500, "target1": 59500, "target2": 59000, "target3": 58500, "apiCode": "your generated code"