Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcolley authored Dec 31, 2020
1 parent c4a7586 commit 9da431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Select the [Trading](#trading-module) module in the navigational panel then clic
To trade you must create a new account. You can do this in the [Configuration](#configuration-module) module by selecting [Manage Accounts](#manage-accounts). Specify the exchange and provide an api key and api secret (and optionally a api pass phrase e.g. for Kucoin accounts). Also sepcify the default asset. Once the account has been created you can access it in the [Trading](#trading-module) module. You will see the account balances and real-time trade feed and order book for the default asset. You can start trading and receive real-time updates for your open orders.

## Run a Strategy
Select the [Stratagies](#strategies-module) module in the navigation panel and click the **Binance Moving Average - ETHBTC** demo strategy. This will open the strategy tab. From the drop down list in the top left corned select the server you want to run the strategy on. The default is *Trade Server*, which runs as a console app. Click on the **Run Strategy** button. This will upload the strategy to the *Trade Server* instance and start running it. In the **Trade Server** console window you will see logged in the console the request has been received to run the strategy. A webSocket connection is established between the **TradeView** and **TradeServer** and the **TradeServer** publishes notifications to the **TradeView** so the strategy can be monitored in real time.
Select the [Strategies](#strategies-module) module in the navigation panel and click the **Binance Moving Average - ETHBTC** demo strategy. This will open the strategy tab. From the drop down list in the top left corned select the server you want to run the strategy on. The default is *Trade Server*, which runs as a console app. Click on the **Run Strategy** button. This will upload the strategy to the *Trade Server* instance and start running it. In the **Trade Server** console window you will see logged in the console the request has been received to run the strategy. A webSocket connection is established between the **TradeView** and **TradeServer** and the **TradeServer** publishes notifications to the **TradeView** so the strategy can be monitored in real time.

*Note: the demo strategy only shows the real time trades with moving average and buy / sell indicators above and below the moving average.*

Expand Down

0 comments on commit 9da431c

Please sign in to comment.