Microsoft.ML.Timeseries not supported

Created at 21 Aug 2024, 13:20
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ZY

zytotoxiziteat

Joined 04.08.2021

Microsoft.ML.Timeseries not supported
21 Aug 2024, 13:20


Hello!!

I have a bot running with ML module on my local machine.

Started to transit this module on a VPS. Everything went well except for the error Timeseries not support when building the bot in ctrader.

How come the bot runs smoothly on my local machine but gives me this error on a VPS machine???
The difference to my local machine is the OS. VPS machine has Win10 and local machine has Win11.

What can I do?
Are there any alternatives to Microsoft.ML.Timeseries?

Thank you !!


@zytotoxiziteat
Replies

PanagiotisCharalampous
21 Aug 2024, 14:53

Hi there,

Make sure you are using the .Net 6.0 compiler

Best regards,

Panagiotis


@PanagiotisCharalampous

zytotoxiziteat
21 Aug 2024, 17:00

RE: Microsoft.ML.Timeseries not supported

PanagiotisCharalampous said: 

Hi there,

Make sure you are using the .Net 6.0 compiler

Best regards,

Panagiotis

You are a Hero!


@zytotoxiziteat