mac osx

carloseulalio70 since: 23 Jul 2021;

  14 Feb 2023, 10:33
mac osx

Create a ctrader version for apple computers.

swapd0 since: 07 Oct 2019;

  17 Feb 2023, 14:03
RE:

carloseulalio70 said:

Create a ctrader version for apple computers.

I'm coding a native osx app, but is in an early stage of development.

bishbashbosh's avatar

bishbashbosh since: 08 Aug 2018;

  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.

swapd0 since: 07 Oct 2019;

  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 since: 07 Oct 2019;

  09 Mar 2023, 23:41

First beta version

https://mega.nz/file/IUlHSK5A#cMDhrZVYkQYufKCuKy56shAIi4O56wNvPytxHp2V1Ns

Join to discord group if you are a mac user

https://discord.gg/G3RT9vYezm

PD: sorry for the "spam"

swapd0 since: 07 Oct 2019;

  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 since: 07 Oct 2019;

  23 Mar 2023, 11:14

I've just asked for an OpenAPI key because having to use others API for historical data is a pain.

I hope that it will help me to speed up the development.