Payout percentage and symbols.

Hello everyone, again questions from the newbie). I have 3 questions, in my opinion they are easy and useful to many.

1) How to dynamically find out the percentage of payments? Not the winnings (Payout), but the percentage?

2) I do not understand the lexicon of symbols, what does R_100, R_75 mean? Can't you just write symbols? Or there is a table for example R_50 is usd / jpy (this is just an example). Explain.

3) And the last question: How to click on the Allow equals button?

Comments

    1. Payout percentage is ((payout - stake)/stake)*100
    2. There is no table as such but you can see them by making https://developers.binary.com/api/#asset_index call to the API and check the results
        [
          "R_10",
          "Volatility 10 Index",
          [
            [
    
    1. That is by specifying different contract types EG. 'pute' for Allows equal and just 'put' to turn Allows equals off.

    In order to investigate the attributes further I recommend using the Chrome developer tools press while in Chrome on Binary.com site. Then go to network and then WS for websocket. You can see the attributes that are being sent for each contract configuration.

  • @michael_mueller said:
    1. Payout percentage is ((payout - stake)/stake)*100
    2. There is no table as such but you can see them by making https://developers.binary.com/api/#asset_index call to the API and check the results

        [
          "R_10",
          "Volatility 10 Index",
          [
            [
    
    1. That is by specifying different contract types EG. 'pute' for Allows equal and just 'put' to turn Allows equals off.

    In order to investigate the attributes further I recommend using the Chrome developer tools press while in Chrome on Binary.com site. Then go to network and then WS for websocket. You can see the attributes that are being sent for each contract configuration.

    Thank you, much clarified!

Sign In or Register to comment.