You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The most ideal, according to the wording of the problem, is the use of a dll with its own writing of calculations in the indicators. But this is complicated and not worth it... But you need to know what kind of code.dll you have
dlll for what, for different indicators ? say, will it all be picked up in the tester ? is it possible to put a function to check and close positions in the dll ? honestly, I don't know how to do it, if there were examples, it would be easier.
dlll for what, for different indicators ? say, will it all be picked up in the tester ? is it possible to put a function to check andclose positions in the dll ?
It will all work there and there.
Is there an example of how to do this? To be honest, I don't really know how to separate all these functions ...
I don't have a calculation as such. It just takes the current values from the graphs and compares them with the set values.
Is there an example of how to do this? To be honest I don't really know how to separate all these functions ...
Dll is written in a different language.
You're the brains :) I knew I'd have to invent my own language :) Can't you do it in C# ?