Discussion of article "Thomas DeMark's Sequential (TD SEQUENTIAL) using artificial intelligence" - page 9
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 article is interesting, there is a comprehensive approach, the topic on currency futures is touched upon. Plus it was interesting that the person trades himself.
It is somewhat difficult to cover the material, that there is a different network for each market condition and it is interesting to see tests over several years.
Everything is possible Dear, there are 2 options or yourself if you know how or give to a specialist, my suggestion is to give to specialists, let them do everything as it should, I am ready to pay for what you need to redo, in the end there are a lot of good specialists choose him, at the price I will pay, if you do not choose I will look for someone I worked with.Leave skype we will solve everything.
I'll be honest, there's nothing to pay for..... I know as a programmer, there work for 5 minutes, just with the transition to new builds something went wrong. But I think I'll do it myself, I'll do it myself..... There seems to be some error there, I guess I'm calculating something wrong :-( I'll look today....
The article is interesting, there is a comprehensive approach, the topic of currency futures is touched upon. Plus it was interesting that the person is trading himself.
It is somewhat difficult to cover the material, that there is a different network for each market condition and it is interesting to see tests over several years.
In order to do this, I need to tweak the indictor that I posted above. It would be possible to run the TS in the tester within the market context. In principle, this is the only thing that is needed to conduct a full-scale research.....
In order to do this, it is necessary to adjust the adder that I posted above. It would be possible to run the TS in the tester within the market context. In principle, this is the only thing that is needed to conduct a full-scale study.....
I can try to make the data from the file to be entered into the array of the EA without an indicator and read there. Is it easier for me to do it in MQL4 or do I need MQL5?
I can try to make the data from the file to be entered into the array of the Expert Advisor without the indicator and read there. Is it easier for me to do it in MQL4 or do I need MQL5?
It's better to do it in MQL4, I'm working on it for now. I also thought that when the indicator is initialised, the file is read into the array and then we work with it. It is kind of implemented that way. But brothers from the neighbouring branch say that it is impossible to read files in the tester..... But I will be grateful if it works....
It is better on MKUL4 I am working on it for now. I also already thought that when initialising the indicator, the file is read into an array and then we work with it. It's kind of implemented that way. But brothers from the neighbouring branch say that it is impossible to read files in the tester..... But I'll be grateful if it works....
You have time and values in the last line of the file, correct it.
You have time and values stuck together in the last line of the file, correct it.
I checked, everything seems to be fine... No comments...
Checked it out, everything seems fine... No remarks...
Make the file with csv extension, the start dates should be at the top (this is done in excel by sorting). Put the file in tester\files, close the file when you start the tester.
I had to do some work, because you have a different date format, you will see that when you read it, the date strings are extracted and converted to a format readable by MT4.
You can remove the line with prints, it is for clarity.
The code is for a tester, it will not work for real trading, as it is raw, if only for manual trading.
If you will refer to the past values of the array, to avoid going outside the array, replace the string
if (d==TIME[index])by
There are current data, data for several periods ahead, total data, plus tables "ADDITIONAL BRITISH POUND FUTURES" and "BRITISH POUND CALLS **SETT.PRICE"
I am attaching today's data for example, what data do you use? For simplicity you can underline the required cells in the picture in a graphic editor and attach it in your answer.
Hello, how do you select volume and open interest from the CME bulletin?
There are current data, data for several periods ahead, total data, plus tables "ADDITIONAL BRITISH POUND FUTURES" and "BRITISH POUND CALLS **SETT.PRICE"
I attach today's data for example, what data do you use? For simplicity, you can underline the necessary cells in the picture in a graphic editor and attach it in your answer.
Volume and open interest, respectively.