Flip a market
| 1 2 | flip_markets(market_name, high, low, volume, last, base_volume, time_stamp, bid,
  ask, open_buy_orders, open_sell_orders, prev_day, created)
 | 
| market_name | the market names. | 
| high | the vector of highs. | 
| low | the vector of lows. | 
| volume | the vector of volumes. | 
| last | the vector of last prices. | 
| base_volume | the vector of base_volumes - this gets set to NA. | 
| time_stamp | the vector of time stamps. | 
| bid | the vecor of bids. | 
| ask | the vecor of asks. | 
| open_buy_orders | the vector of open buy orders. | 
| open_sell_orders | the vector of open sell orders. | 
| prev_day | the previous day's close. | 
| created | the vector of dates the market was created. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.