Support Board
Date/Time: Tue, 01 Jul 2025 19:06:10 +0000
Post From: Can I develop using C++ or do I have to use the acsil framework?
[2025-06-22 22:02:03] |
User373245 - Posts: 57 |
Those messages are incongruent. I got NTFY to work from the SC platform in General. Not ACSIL to DTC. DTC is my last ditch effort for that exact reason. I know getting it to work will be a battle! Honestly I am trying to build it all ground up from direct from a different data feed but I use around 36 calculations on 4 time frames, for a single signal to the buy and sell side of my Algo. To study it I need 8 million rows of data to build it out. The live API isnt a big deal but converting sec aggregate data to real time and not end of bar in some really complicated engineering..it is really difficult. No out of box library works in the iteration for a calculation within any given second. So I have to build ground up, everything from the iteration to the function call. And doing that from 8 million rows of data per asset per calculation...is not an easy task at all! And I am not sure I trust myself as an engineer to get it right in the look ahead bias aspect. It's why that replay environment is boss with Machine learning. You know if you put a calculation on that chart and run through 8 years it's exactly as it would have been live! This is critical in ML but getting that piece of information over to the right broker in the right way! HOLY SMOKES! I have a rough outline of DTC script but have not committed to wrestling it yet..SC is talking about alternatives outside NTFY ???if I can get the webhook aspect of that to function....I will just export a base signal and combine it with my ML script running on my computer and than shoot that to the broker. But I dont like it all! It feels like the alley way! I certainly would not feel comfortable putting substantial capital at it....I have only been engineering for 3 years so I have a lot to learn still! But If I jump to DTC and get something working and compiling..I will let you konw. |