Recent content by zenmaster

  1. Z

    Takion api (take 2)

    Hey guys, I have basic documentation too. We should do a Skype call to discuss. Anyone in? Cheers
  2. Z

    Writting an algorithm in C++

    Thanks igr, will check that out and come back if any issue arises. Thanks a lot!
  3. Z

    Writting an algorithm in C++

    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.
  4. Z

    Writting an algorithm in C++

    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++.
  5. Z

    Log file - C++ - Python

    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...
  6. Z

    Automate codes developed in python to run into a platform developed in c++

    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/
  7. Z

    Automate codes developed in python to run into a platform developed in c++

    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!
  8. Z

    Incorporating Quantitative Methods To Your Trading

    I like your questions. I'm actually on the same path. If you want to team up to share, just drop me a private message. Cheers
  9. Z

    Writting an algorithm in C++

    Thanks Erv. Not sure I can run through a platform developed in c++. What you think?
  10. Z

    Automate codes developed in python to run into a platform developed in c++

    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
  11. Z

    Anyone here familiar with Takion/ Takion API?

    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...
  12. Z

    Writting an algorithm in C++

    Thanks a lot you all!
Back
Top