Replies

gkj7net
30 Sep 2022, 19:57 ( Updated at: 21 Dec 2023, 09:22 )

I figure it out. follow the steps:
Download NuGet form https://www.nuget.org/downloads
Run following command:
  >nuget install cTrader.Automate
  >dotnet add Test.csproj package cTrader.Automate
  >dotnet list Test.csproj package
Output will be:
Project 'Test' has the following package references
   [net6.0]:
   Top-level Package       Requested   Resolved
   > cTrader.Automate      1.0.2       1.0.2


@gkj7net

gkj7net
30 Mar 2021, 09:33 ( Updated at: 21 Dec 2023, 09:22 )

Below picture shows the newest bar. The navigation bar (red circle there) is on the rightmost. Let's call it "newest"

newest

 

Then, I look at history bar for strategy or debugging indicator. Like picture below.

HistoryBar

 

After some time. The time is not short, maybe hours. The Chart auto refresh.

ChartAutoRefresh

 

After refresh. The chart is back to "newest". And I lost my idea.


@gkj7net