Skip to content
Alexander Skiridomov edited this page Sep 1, 2016 · 3 revisions

To buy active you can use api.buy(price, active_id, option, direction) method

  • price - your price to buy
  • active_id - active identifier
  • option - type of option ("turbo" or "binary")
  • direction - direction to buy ("call" or "put")
api.buy(10, 76, "turbo", "call")

About

Installation

Getting Started

Troubleshooting

Clone this wiki locally