
StrategyQuant YouTube Now in German – Start Your Journey into Algorithmic Trading
Great news for all German-speaking traders!Our brand-new YouTube channel in German is now live – and it’s designed especially for you. 👉 Why should you check it out?If you’ve always …
Hello Tomas, thanks for the explanation, really enlightening.
I saw that you rewrite the statistical functions of Variance and Standard Deviation. Is it possible to define them in specific statistical packages? So as to reuse them in all other circumstances?
where can I find the javadoc of this distribution? Sorry if I have not found it
Thank you for all, cordiality, Sabino.
Hi Sabino,
if you want to use the Variance and Standard deviation calculations in multiple snippets, it would be good to define them as new calculator classes inside SQ.Calculators package and make them extend AbstractCalculator class. Then you will be able to use it the same way as any other calculator.
You can find the documentation here: https://strategyquant.com/doc/programming-sq. Please note, we are still working on it, so it’s not complete yet. We plan to add some javadoc style documentation as well.
Best regards,
Tomas
Great video. This was soooooo useful. Thank you so much for uploading it.
Hi Martin, I’m glad it helped. Thanks for watching
Please send me the link to download the source code for both the SQX and MT4 of TDI indicators..
Thx.
How can I bring tradestation indicator into SQ as a custom indicator. thanks
If you have a favorite indicator in TS that you would like to see in SQX you can follow our codebase tutorials to learn how to translate your indicator into SQX https://strategyquant.com/codebase
Alternatively you can create a request for developers too add your indicator for you using this link https://roadmap.strategyquant.com/projects/sqp/tasks/new
Hi. After write java code of indicator and add to building block. We don’t need to write signal code of indicator?
Actually a signal is a superstructure to an indicator definition and it is not necessary to use it. SQX can build strategies just by using the basic indicator definition