websockets
Created at 06 Sep 2024, 12:36
websockets
06 Sep 2024, 12:36
i added Realtime equity and drawdown tracking to my helper app.
this allows interfacing with external devices and even websites.
the picture shows a realtime equity display on the apple Watch as a example.
and a realtime display (loaded via ajax) on the website.
i accomplish this by writing a tmp-file which is served by xaamp .. i would like to bypass the need for additional webservices.
a websocket service that provides a json response would be great for somethings like that,
is there a way to accomplish somethings like this in ctrader?
PanagiotisCharalampous
09 Sep 2024, 05:50
Hi swingfish,
You can use Open API to achieve this.
Best regards,
Panagiotis
@PanagiotisCharalampous