JustANumber

Info
Username: | ctid3999979 |
Name: | JustANumber |
Member since: | 05 Jul 2021 |
Favorite symbols:
About
Signature
Last Forum Posts
@ML.Net Support: 04 Feb 2023, 10:02
PanagiotisChar said:
Hi there,
Open the project in Visual Studio and check if the packages are in place
If it works in VS, you should be fine
Thanks. The bot does appear to run properly (on an external monitor but see my other thread regarding that wieird issue).
Do you have any good resources for ML.Net? The vast, vast majority of resources I can find cater to Python. I even have my own subscription to O'Reilly but there isn't even very much on there.
@Bars not updating when backtesting: 04 Feb 2023, 09:46
ctid3999979 said:
Hi
I've had a similar problem in the past but it appears to have returned. When running a backtest, the candles on the chart don't update but when I expand/collapse the left-side menu, they do update.
Ok...Strangest problem I've ever come across.
I'm using a MS Surface Pro 8 and after plugging in an external monitor, it works fine; candles update as they should. Without running on an external monitor, I get the behaviour in the YT video.
@Bars not updating when backtesting: 04 Feb 2023, 09:39
Hi
I've had a similar problem in the past but it appears to have returned. When running a backtest, the candles on the chart don't update but when I expand/collapse the left-side menu, they do update.
@ML.Net Support: 03 Feb 2023, 16:05
PanagiotisChar said:
Hi there,
There is nothing special to support. It's just a .Net library like all others. I tried building a bot some time ago and I had no problems. What exception do you get?
Hi
It's probably just something I'm doing as C# isn't my primary language. It installs fine via NuGet in VS and doesn't show an error, but in cTrader, I get the error in the screenshot. I've looked in the "Manager References" but that only shows other indicators.
@ML.Net Support: 01 Feb 2023, 15:45
Hi
I was just wondering whether ML.Net is going to be supported?
You can install it via NuGet in VS, however cTrader throws an error when trying to compile stating that it's not supported.
@4.6.1 Indicators no longer update/refresh: 25 Jan 2023, 09:53
Spotware said:
Dear traders,
Thanks for reporting this problem. 4.6.2 hotfix has been released. Please let us know if you still experience issues in 4.6.2.
Best regards,
cTrader Team
Thanks for the quick fix...Everything seems to be working for me now.
@4.6.1 Indicators no longer update/refresh: 24 Jan 2023, 16:10
Hi
Since my copy of cTrader automatically updated to 4.6.1, the indicators on my chart no longer update. Example is in the screenshot is a built-in Stochastic. If I change timeframe, it updates but then it just sits there.
EDIT: Just uninstalled and downloaded a new install...Same problem. All indicators I've tried so far, both built-in or custom no longer update on the charts
@ChatGPT: 07 Jan 2023, 12:33
Hi
I don't know how many of you have tried this but I asked ChatGPT these two questions and to my surprise it answered them.
Might be worth adding it to your list of resources when coding bots and indicators.
@Synchronized Scrolling?: 31 Dec 2022, 08:00
Hi
I'm thankful for the additional of the synchronized crosshair. However, I could have sworn there was a chart for synchronized chart scrolling. Am I imagining things?
@Backtesting in .NET 6 not working. .NET4 works: 11 Dec 2022, 17:20
Gets more interesting
If you debug the bot, changing the AccessRights to FullAccess, after running it and you get the Available Debuggers window, click Cancel and the bot will run. Change AccessRights back to the Default of None, and it crashes.