tradeview icon indicating copy to clipboard operation
tradeview copied to clipboard

A .NET Core 3.1 WPF client and ASP.NET Core Web API platform for trading crypto currency pairs on crypto exchanges and running crypto currency pair strategies.

Results 10 tradeview issues
Sort by recently updated
recently updated
newest added

Hi Grant Colley, I need help to create new strategy, well I need to use 4 EMA, 1 HMA ,MACD and fibo charts in this strategy. Could you please tell...

Query
Trading Strategy

![trade-chart-issue](https://user-images.githubusercontent.com/10507713/103361014-00526a00-4ab1-11eb-930c-85b7bab4c4ae.PNG)

bug

StrategyAssemblyManager - unload from memory strategies loaded using Assembly.LoadFile

todo

Permission a users ability to: - view modules in the navigation panel (Configuration, Trading, Strategies, Dashboard) - view configuration data (accounts, strategies, servers) - manage configuration data (add, edit or...

todo

Identify bottlenecks and delays, make UI more responsive. In particular - time to load a document e.g. trading document or startegy

todo

Running strategy caches trades history so new subscribers can get the history when the first subscribe to the strategy.

todo

A strategy can subscribe to more than one symbol, all of which needs to be visible on the trades chart.

todo

Currently can only subscribe to one account whereas the trade server supports strategies the subscribe to multiple accounts across different exchanges.

todo

Could you think migrate from .net Core 3.1 to .Net 6 ? Is it makes a diffarence? Because there is no more support for .net Core 3.1. Thanks.