Binary-bot: COPYTRADING

Created on 7 Dec 2019  路  9Comments  路  Source: binary-com/binary-bot

Please, what's the maximum number of accounts you can link to your account via copy trading?

Secondly, while trading on demo, can you link account to yours via copy trading?

question

Most helpful comment

Hi @eonuoha30,

I normally use a 'forwarder' app to auto-transfer those messages to another telegram channel where they can view it.

That's a creative way of solving your problem. 馃憤


There is currently no way to set up Telegram to send messages to copytraders and I don't think we'll ever implement it. The webhook blocks I mentioned previously may offer a solution as it's completely up to you as to what you'll do with the data that's sent to the endpoint you specify, however you may need some technical knowledge to implement this.

A webhook could make a request to your own server's endpoint e.g. https://website.com/send_message_to_all_coptraders. Your server would receive a payload in the form of a JSON object e.g.

{
   "message": "Profit: $100"
}

Your own server could then implement its own logic to send the message to all your Telegram chats, there are no limitations on how to process the data you send from a Binary Bot instance to your own server.

Regards,
Aaron

All 9 comments

Qual empresa de copytrading voc锚 usa ?

Hi @eonuoha30 ,

Please, what's the maximum number of accounts you can link to your account via copy trading?

There's no such limit. However, if you could share what you are going to do, we can be more specific about possible issues.

Secondly, while trading on demo, can you link account to yours via copy trading?

You can link demo to demo and/or real to real. You can't link real to demo.

Thanks,
Anton

@aaron-binary , what I meant was the maximum number of account (different persons) i can link to my account via copy trading (real account to real account).

Secondly, if I set up telegram notifications in a binary bot, my trade notifications on the telegram bot page won't be visible to the members.

Why is this so? And how can I fix it so that members can see the notifications?

Hi @eonuoha30,

@aaron-binary , what I meant was the maximum number of account (different persons) i can link to my account via copy trading (real account to real account).

If I'm not mistaken you may link an unlimited number of accounts through copytrading.

Secondly, if I set up telegram notifications in a binary bot, my trade notifications on the telegram bot page won't be visible to the members.

Telegram notifications only work through bot strategies, so they will only work for the user running the bot strategy. An alternative would be to implement the webhook block which allows you to send a payload to any endpoint, you could for example implement your own push notifications with this.

Screenshot 2019-12-10 at 09 37 30

Hope this helps,
Aaron

Hi @eonuoha30,

@aaron-binary , what I meant was the maximum number of account (different persons) i can link to my account via copy trading (real account to real account).

If I'm not mistaken you may link an unlimited number of accounts through copytrading.

Secondly, if I set up telegram notifications in a binary bot, my trade notifications on the telegram bot page won't be visible to the members.

Telegram notifications only work through bot strategies, so they will only work for the user running the bot strategy. An alternative would be to implement the webhook block which allows you to send a payload to any endpoint, you could for example implement your own push notifications with this.

Screenshot 2019-12-10 at 09 37 30

Hope this helps,
Aaron

@aaron-binary
Yes, your response was VERY helpful.

I have a telegram notification linked to my bot and sent to a telegram page I created via BOTFATHER.
The notification sent includes trade details such as total profit made, win/loss status, etc.

I also have lots of members on the group.

THE PROBLEM IS THIS....
The members of the group are unable to view the notifications being sent to it. I normally use a 'forwarder' app to auto-transfer those messages to another telegram channel where they can view it.

Please, how can I setup a telegram notification that would be visible to my members on a telegram?

How can I setup my bot notification so that it will be DIRECTLY FORWARDED to a TELEGRAM CHANNEL/GROUP and at same time, VISIBLE to all the group/channel members?

please, use BASIC terminologies in your explanation because I'm not a programmer.

I may not understand terms like webhook, endpoint, payload

@aaron-binary

@aminmarashi-binary

Hi @eonuoha30,

I normally use a 'forwarder' app to auto-transfer those messages to another telegram channel where they can view it.

That's a creative way of solving your problem. 馃憤


There is currently no way to set up Telegram to send messages to copytraders and I don't think we'll ever implement it. The webhook blocks I mentioned previously may offer a solution as it's completely up to you as to what you'll do with the data that's sent to the endpoint you specify, however you may need some technical knowledge to implement this.

A webhook could make a request to your own server's endpoint e.g. https://website.com/send_message_to_all_coptraders. Your server would receive a payload in the form of a JSON object e.g.

{
   "message": "Profit: $100"
}

Your own server could then implement its own logic to send the message to all your Telegram chats, there are no limitations on how to process the data you send from a Binary Bot instance to your own server.

Regards,
Aaron

@aaron-binary
Can you help me with a sample of how to work on it?

Assuming...

  1. I have created a telegram bot via botfather titled 'BINARY BOT'

  2. I also have a telegram channel titled 'BOT CHANNEL'

  3. I intend to send notification of my trades 'TOTAL PROFIT' to the channel for all the members to see (via the telegram channel).

The message is not to be sent to individual members. Rather, I want it to be posted on the channel such that anyone that joins the channel can view it.

PLEASE, give me a sample of how I can do the above using the 'WEBHOOK ' or the 'NOTIFY TELEGRAM' feature

Was this page helpful?
0 / 5 - 0 ratings

Related issues

buckman1974 picture buckman1974  路  5Comments

navneetsinh picture navneetsinh  路  6Comments

drezende89 picture drezende89  路  3Comments

not-sure-bot picture not-sure-bot  路  6Comments

Fruitfella picture Fruitfella  路  3Comments