Σ

Price equations for Bitcoin advertisements

For most Bitcoin traders, adjusting the price of advertisements by setting a margin works well enough. But if you are a high volume trader the price equation feature allows you more control over your price. This guide explains the fundamentals on how you can use complex price equations to your advantage to beat the competition.

What is a price equation?

Price equations allow you to automatically update your price with the price fluctuations of Bitcoin. They work by taking price information that we automatically fetch from market data sources (Other Bitcoin exchanges) and updating the price of your advertisement as soon as new price information is fetched. To create a custom price equation you select your market data sources and combine or modify them using operators.

The default price equation we use for advertisements uses a special market data source called btc_in_usd and a simple multiplication operator to place a margin on top of the market data price.

The market data source btc_in_usd returns the median price from several different trusted exchanges. This means that even if one or many of the exchanges start giving erroneous information the price source will still give an accurate median price.

Advertisement prices are on average updated once every five minutes. When there is extra load on the service or if an API is slow to respond this process may take longer to run. The final price calculated from the price equation is for 1 BTC. Market data sources also always return the price for 1 BTC.

If the equation returns more than one value or no value, the equation is not valid and won't work. Market data sources may not always return a price if there is, for example, low to no recent volume in that market. If an equation is not valid or does not fully resolve the advertisement will be turned off automatically.

Make your own equation

Step 1: Choose your pricing sources

The first and most important part of your equation is the selection of market price source(s). You should carefully choose which exchange you base your price on, you can find a list of all available market sources at the end of this guide. A simple equation only uses one market data source, the below market source takes the 24 hour average price from the Bitcoin exchange Bitstamp:

bitstampusd_avg

This is already on it's own a working equation, but to make some profit selling Bitcoin you will want to modify this with an operator.

Step 2: Use operators to modify your equation

Operators are different mathematical functions that you can use to adjust and change your price equation to fit your own needs. You can see the operators that are supported in the table below.


Operator Example equation Example value Description
+ 1 + 1 2 Add two values together
- 5 - 1 4 Subtract the right value from the left one
* 2 * 5 10 Multiply two values
/ 5 / 2 2.5 Divide the left value by the right one
min min(25, 100)
25 Minimum gives returns the smaller of the two values inside the parenthesis. You can chain min() inside another to get the smallest value of multiple numbers. e.g.
min(min(25, 100), min(20, 300)) = 20
max max(25, 100)
100 Maximum gives returns the larger of the two values inside the parenthesis. You can chain max() inside another to get the largest value of multiple numbers. e.g.
max(max(25, 100), max(20, 300)) = 300


The simplest equation ads just a percentage markup on top of the market price. To add, for example, a 12% margin on top of the price you need to multiply the market price source by 1.12 to increase the price by 12%. The resulting equation looks like this:

bitstampusd_avg*1.12

If you buy your Bitcoin that you sell from two different exchanges, let's say Bitstamp and Bitfinex, you probably want to make sure that your Bitcoin price is based off of the exchange that has the higher price so that your margin stays correct. Using two market data sources has the added benefit of protecting you in case one exchange experiences a sudden price crash while the other doesn't.

To do this the max() operator is useful. It is used to choose the larger of two values given to it. To use the max() operator you enter two values separated by a comma into the parenthesis. The values entered can be a market data source or any number.

In our example we want to use the higher price of two different exchanges, Bitstamp and Bitfinex. First we search for their market data source name from the table below and then we add _avg after the market data source name to get the 24h average price. We then multiply the whole max() operator with 1.12 to add our margin:

max(bitstampusd_avg, bitfinexusd_avg)*1.12

This equation will first fetch pricing data from the two exchanges, Bitfinex and Bitstamp, and turn it into two numbers. The max() operator then selects the more expensive price of the two. Finally, it multiplies that price with 1.12 to get the final advertisement price.

Step 3: Convert the price to your own currency

If you're using a price source that is not in your own currency the final step is to convert it to the correct currency. For this, you can convert the price from USD to another currency using the USD_in_[currency] data source. For example, if I trade in Euros I would need to convert the example equation in the Step 2 from USD to EUR by multiplying the whole equation by USD_in_EUR. The resulting equation looks like this:

max(bitstampusd_avg, bitfinexusd_avg)*1.12*USD_in_EUR

You can find a list of all of the USD exchange rate sources further down on this page.

Test your equation

You can play around with your own equations using the field below. Choose which currency you trade in and enter any equation to see what the price would be.

Market price sources

We have hundreds of market data sources available to use in your price equations. Here is a table that lists all available market data sources. For most sources we fetch six different prices: high, low, bid, ask, close, and avg. We recommend you use the avg (average) price, the other price types have specific meaning and fluctuate often and can result in your price not being what you expect. Each market data source always gives the price for one whole Bitcoin, this table shows the current price returned from each market data source and price type.

In order to use the market price sources you need to take the data source name from the market column and add to it the price type.
For example, if you want to use the average bitfinexusd price you take the name of the market and add an underline and the text avg.

bitfinexusd_avg

high The highest price of completed trade during the last 24h.
low The lowest price of completed trade during the last 24h.
bid The bid price is the highest price that a buyer is willing to pay.
ask The ask price is the lowest price that a seller is willing to accept.
close The price of the latest completed trade.
avg The average price of completed trades for the last 24 hours.


Market high low bid ask close avg
coinbaseusd 38,480.00 37,581.93 38,043.66
krakenusd 38,047.10 37,708.10 38,039.90 38,040.00 38,040.00 37,953.44
bitstampusd 38,457.00 37,597.00 38,039.00 38,040.00 38,045.00 38,041.00
bitfinexusd 38,402.00 37,555.00 38,041.00 38,042.00 38,041.00 38,041.50
krakeneur 34,677.30 34,385.00 34,670.30 34,670.40 34,675.10 34,613.38
btcboxjpy 5,676,108.00 5,556,550.00 5,594,965.00 5,606,001.00 5,606,000.00 5,598,160.08
geminiusd 38,037.55 38,042.44 38,042.01
coinbaseeur 35,046.36 34,270.00 34,681.73

Altcoin market price

If you want to trade your bitcoins for altcoins we provide market sources that return the price for one whole Bitcoin in the other cryptocurrency. Below you can find a table that lists all available altcoin market data sources. We fetch three different prices: bid, ask, and close. This table shows the latest price returned from each market data source and price type.

In order to use the market price sources you need to take the data source name from the market column and add to it the price type.
For example, if you want to use the close poloniexeth price you take the name of the market and add an underline and the text close.

poloniexeth_close

bid The bid price is the highest price that a buyer is willing to pay.
ask The ask price is the lowest price that a seller is willing to accept.
close The price of the latest completed trade.


Market close bid ask
krakendash 1,254.70514429 1,262.62626263 1,259.44584383
bitstampxrp 62,460.96189881 62,539.08692933 62,460.96189881
bitfinexeth 18.65045321 18.64732318 18.64245633
krakendot 7,350.77918259 7,344.84024972 7,337.83387144
bittrexltc 542.61126244 544.50512652 542.26112042
krakenxrp 62,421.97253433 62,500 62,460.96189881
bitstampbch 170.49513492 170.53700397 170.35397853
bitfinexltc 543.62598532 543.44872561 543.12404953
krakenada 99,800.3992016 99,800.3992016 99,700.89730808
bitstamplink 2,608.51419032 2,602.60781303 2,597.60500818
bitfinexdash 1,265.13416748 1,261.35216953 1,259.41412055
geminilink 0.00038402 0.00038366 0.00039091
krakenbch 169.49152542 170.64846416 170.35775128
krakeneth 18.64975755 18.65323634 18.64280388
krakenxmr 226.039783 226.44927536 226.039783
bitfinexdot 7,341.06592277 7,343.76147463 7,335.68075117
bittrexada 100,100.1001001 101,010.1010101 99,900.0999001
bitfinexada 99,800.3992016 99,800.3992016 99,700.89730808
bittrexusdt 38,019.2 37,964.55820454 38,046.2
bittrexxvg 10,764,262.64800861 10,964,912.28070175 10,775,862.06896552
bittrexeth 18.64992798 18.67712187 18.64628007
bittrexusdc 37,907.50568613 39,339.10306845 37,907.50568613
krakenxlm 318,471.33757962 319,488.81789137 318,471.33757962
bittrexxlm 318,471.33757962 320,512.82051282 317,460.31746032
bitfinexxmr 226.49030621 226.43389263 226.19316897
hitbtcslp 16,666,666.66666667 16,129,032.25806452 11,363,636.36363637
geminieth 0.05364 0.0536 0.05363
krakenlink 2,613.96905061 2,601.45681582 2,600.23922201
geminibch 0.00603 0.00584 0.00602
krakenltc 542.88816504 543.47826087 542.88816504
krakendoge 465,116.27906977 467,289.71962617 465,116.27906977
bittrexdoge 467,289.71962617 473,933.6492891 467,289.71962617
bitfinexxlm 318,471.33757962 320,512.82051282 319,488.81789137
bittrexdot 7,376.26318507 7,375.17516041 7,305.6691993
bittrexbch 170.1924877 172.73991415 170.1994397
bittrexxrp 61,728.39506173 62,578.22277847 62,111.80124224
bitfinexxrp 62,500 62,539.08692933 62,460.96189881
bittrexlink 2,633.58879145 2,637.61770369 2,603.62424495
hitbtcaxs 5,939.33562592 5,940.00594001 5,937.64287453
bittrexxem 1,075,268.8172043 1,075,268.8172043 1,063,829.78723404

USD exchange rates

You can get the exchange rate of 1 USD in other currencies using these data sources. To convert a price from USD simply multiply it with the correct USD_in data source. To convert other currencies into USD, get the inverse e.g. 1/USD_in_EUR and multiply it with your price.

Exchange rate data sources

Altcoin exchange rate data sources