Topics

Forum Topics not found

Replies

olivierdmz
05 Nov 2024, 13:39 ( Updated at: 05 Nov 2024, 13:41 )

RE: RE: Rollback Version

Anus+ said: 

SirStoneTheRed said: 


https://getctrader.com/spotware/releases/5.0.38.32023/ctrader-spotware-setup.exe

Is this a official download link? 

Why not ? And you know what ? Exactly what I suspected : 5.0.40 update is charging as soon as you install 5.0.38, so any chance to STICK with any else version as soon as you close Ctrader (and it happens more that I would…).

So this is absolutley not a solution.

I read also that we are using the most up to date versions, so it should be considered as beta and even alpha : euh, excuse-me…,

 it is NOT written anywhere on the splash screen, may be you can give me more clues about that.

But I hope you have to admit that regression of this nature could be not considered as on a new feature that would have to be stabilized !

I always consider cbot as the best manner to automate trading, BUT from 2 years experienced user now coding in C# with this API, I find the way the application is integrated and especially how it is reciped very limited...

Think about, in IT DEVOPS, we use continuous integration with many tests cases ! That is completly wrong to deliver such poor quality in 2024 !


@olivierdmz

olivierdmz
04 Nov 2024, 09:04

I have exactly the same behaviour, using Ctrader 5.0.40 on different versions of Windows…

Cannot use cbots anymore in backtesting, nor in optimisation, that's awfull…

Please correct as soon as possible !

Olivier


@olivierdmz

olivierdmz
12 Aug 2023, 12:51

Add

public event Action<BarClosedEventArgs> BarClosed;

just after

public event Action<BarOpenedEventArgs> BarOpened;

in https://github.com/amusleh-spotware-com/cAlgo.API.Extensions.Series/blob/master/cAlgo.API.Extensions.Series/IndicatorBars.cs


@olivierdmz