From 9c92aca6e2230d54b818719f06b0d33e950a70a8 Mon Sep 17 00:00:00 2001 From: Grant Colley Date: Thu, 31 Dec 2020 14:46:58 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a3a903..d79fa06 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [![Build Status](https://ci.appveyor.com/api/projects/status/lsf9kuf5p93wvr0p/branch/master?svg=true)](https://ci.appveyor.com/project/grantcolley/tradeview/branch/master) +##### Technologies +* ###### .NET Core 3.1, .Net Standard 2.1, WPF, AspNetCore WebHost, WebSockets, Prism, Unity +##### + A platform for trading crypto currencies and running crypto currency strategies including [TradeView](#tradeview-wpf-ui), which is a WPF UI built on the [Origin](https://github.com/grantcolley/origin) framework, and [TradeServer](#tradeserver-aspnetcore-webhost), a ASP.NET Core web host. **TradeView** and **TradeServer** enables you to: @@ -12,10 +16,6 @@ A platform for trading crypto currencies and running crypto currency strategies * Send real-time updates to strategy parameters for running strategies * Easily extend the number of supported exchanges by creating wrappers for exchange api's that implement a common interface (*currently supports Binance and Kucoin exchanges*) -##### Technologies -* ###### .NET Core 3.1, .Net Standard 2.1, WPF, AspNetCore WebHost, WebSockets, Prism, Unity -##### - ![Alt text](/README-images/tradeview.PNG?raw=true "Trade View") #### Table of Contents