Fast running of strategy generation code

MT4, MT5 and TS allows writing code to calculated the values upfront, e.g. https://book.mql4.com/samples/icustom

that way indicator code does not get called each time EA runs, but to read buffer values. But SQX Custom code does not follow this.
If you change the approach to like MQL4, the strategy generation should run faster. Hope it makes sense.




Attachments
No attachments
  • Votes +2
  • Project StrategyQuant X
  • Type Feature
  • Status Refused
  • Priority Normal

History

HH
#1

Hans

13.10.2020 20:49
Voted for this task.
MF
#2

Mark Fric

14.10.2020 14:30

Status changed from New to Refused

I understand your point, but we did it differently on purpose after careful consideration. 

I believe the code for indicators is simpler and more readable this way, it is inspired by NinjaTrader, Tradestation also doesn't use buffers like MT4/5.


There is a lot of optimizations in SQ to make it quick, backtests in SQ are much faster than on any of these platforms.


Votes: +2

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please