mac osx
Replies
bishbashbosh
21 Feb 2023, 15:04
macOS version
that's interesting - what's the stack? and it seems like quite a task to take on - are you planning to market it?
for cTrader themselves, now that .net MAUI is out, they could presumably rework their (WPF?) codebase into that and achieve native macOS support.
@bishbashbosh
swapd0
23 Feb 2023, 01:50
RE: macOS version
bishbashbosh said:
that's interesting - what's the stack? and it seems like quite a task to take on - are you planning to market it?
for cTrader themselves, now that .net MAUI is out, they could presumably rework their (WPF?) codebase into that and achieve native macOS support.
The network & data management code it's in C++, user interface in Objective-C, bot scripts (very simple) in Lua.
Right now I'm using FIX protocol for price quote but It doesn't have access to historical data, so I'm using other API for that. I'm having some issues with the constraints. I want to release a free version as soon as I fix that. By the way, right now, you can't place orders (I haven't looked that part) and you can only draw trend lines.
@swapd0
swapd0
09 Mar 2023, 23:41
First beta version
https://mega.nz/file/IUlHSK5A#cMDhrZVYkQYufKCuKy56shAIi4O56wNvPytxHp2V1Ns
Join to discord group if you are a mac user
PD: sorry for the "spam"
@swapd0
swapd0
18 Mar 2023, 20:49
I've fixed some bugs, most important, now it runs on a clean High Sierra or higher OS-X.
https://mega.nz/file/pUcUGara#0dBlJ2Si5fetHdieJZ4FigIjE_WP0X-xUgMqCL1k17w
@swapd0
swapd0
17 Feb 2023, 14:03 ( Updated at: 21 Dec 2023, 09:23 )
RE:
carloseulalio70 said:
I'm coding a native osx app, but is in an early stage of development.
@swapd0