The problem is the execution. I can't link TradingView to Takion. And my short-term goal is to automate the strategy in a way that emotions will play no role in the execution.
Is it possible to develop in Python and execute in C++? The platform I use is developed in C++ and I'm not sure I can build in Python and execute in C++.
Hello everyone,
I'm aware the platform generates a log file that contains all info for what I'm doing and data feeds coming from the market. I would like to import those data into python in order to manipulate then build a strategy on it and execute directly orders through the platform. The...
I know Takion is a trading platform that is fueled by technologically-advanced code and algorithmic smart order routing. That's the definition in their website. :) You can check their website: https://www.takiontechnologies.com/
Hi Gary,
Many thanks for the above. Actually there's already a DLL but for c++. Trying to use it I received the error code 0x80004005 which means a file missing or can't be accessed. Once I solved this issue, should I just follow the link you sent? Thanks a lot!
Hello everyone,
Actually I'm trading using the platform Takion, which is developed in c++ but I'm developing an algo in Python. Is there a way to automate codes developed in python to run into a platform developed in c++? Sorry for the question, I'm really beginner. :)
Thanks
Hey kwayker22,
I hope you're making progress with Takion. I just started and unfortunately received the error code 0x80004005 which means a file missing or can't be accessed. By any chance you had the same error?
I confirm:
1. DLL is successfully loaded
2. Make Auto is selected
3...