Single Market Strategy
SMS is a strategy operating on a single cryptocurrency asset pair on a single crypto exchange.
Last updated
SMS is a strategy operating on a single cryptocurrency asset pair on a single crypto exchange.
Last updated
Single Market Strategy (SMS) is a strategy, which allows you to follow and monitor movements of a single asset pairing, such as ETH/BTC. Using indicators, you can analyze market movements and process any kind of data stream to inform your trades of that pair. It is a very effective way of performing in-depth analysis on one pair.
You will recognize that your strategy is of a Single Market Strategy type by looking in the code and see what class your model inherits from:
SMS strategies allows you to select only a single market (an asset pairing on selected exchange) which your strategy will be able to access through the DataMarketplace
object.
Having selected the BTC/USDT asset pairing on Poloniex, a strategy with this code would every hour print to logs the closing time and value of the BTC/USDT pairing:
You can follow a tutorial Your First Strategy, which will step-by-step walk you through creation, testing and deployment of a simple SMS strategy.