
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
to do such comparative test you have to be sure that any of this methods has really predictive power otherwise it is comparision of random results with unknown variance depending of the setup and chosen data so outcome is random also. Are you sure if any of those methods has really predictive power ?? Than it would require a lot of testing against a lot of symbols and even after this you would not be sure if one method is better than other as the variance distribution of the results is unknown and results it will just depend of test setup and chosen data.
Krzysztof
Thanks for your patience with me!
" ...Are you sure if any of those methods has really predictive power ??"
I don't want you to develop a perfect system with the absolute perfect indicators predicting the future!
We all know indicators only compress the existing chart of elapsed quotes into numbers and we attribute these numbers to the future. Right or wrong will tell us the market.
"... so outcome is random also."
This I don't understand. :(
In order to get comparable results I suggested an existing EA (MARSI) which is based on a known indicator EMA_RSI and asked you to use the same strategy.
If you backtest your EA and the existing MASI on the same historic data the final results of both EA (yours and the MARSI-EA) are comparable with each other - but still valid is: good or bad will tell us the market.
calli
So when you plan to release your new article ??
Krzysztof
Hi,
Located on checking the moderators. I will soon be published.
Thanks for your patience with me!
" ...Are you sure if any of those methods has really predictive power ??"
I don't want you to develop a perfect system with the absolute perfect indicators predicting the future!
We all know indicators only compress the existing chart of elapsed quotes into numbers and we attribute these numbers to the future. Right or wrong will tell us the market.
"... so outcome is random also."
This I don't understand. :(
In order to get comparable results I suggested an existing EA (MARSI) which is based on a known indicator EMA_RSI and asked you to use the same strategy.
If you backtest your EA and the existing MASI on the same historic data the final results of both EA (yours and the MARSI-EA) are comparable with each other - but still valid is: good or bad will tell us the market.
calli
In simple words. There is no way to determine that any strategy is working or not for sure so result of such comparative test will depend of chosen data and luck. Only what you would be able to say after such test is that for this data and this setting this strategy performed better/worse
Krzysztof
Wow. This is listed in the mt5 directory, which it most certainly does not appear to be...
HI Vladimir,
Here is from Brazil!!!
I read your instructions about the Neural Network using R but I have a dumb question (sorry, I am newbie in this!)
In the tutorial that you wrote ( https://www.mql5.com/en/articles/1103#ch_3), in the "Section 3.3.1 - Source Data" you described a function, called pr.OHLC that I understood very well.
Bu you show some results that it was not clear to me which are the parameters necessary to the results below
Could you, please, help me with this?
Best,
Fábio
HI Vladimir,
Here is from Brazil!!!
I read your instructions about the Neural Network using R but I have a dumb question (sorry, I am newbie in this!)
In the tutorial that you wrote ( https://www.mql5.com/en/articles/1103#ch_3), in the "Section 3.3.1 - Source Data" you described a function, called pr.OHLC that I understood very well.
Bu you show some results that it was not clear to me which are the parameters necessary to the results below
Could you, please, help me with this?
Best,
Fábio
Hi Fabio,
What's not clear?
Hi Vladimir,
Is there a possibility to have the files for MT5 ?
Regards
Fabio lima
Hi Vladimir,
Is there a possibility to have the files for MT5 ?
Regards
Fabio lima
Hi Fabio,
I'm sorry.
I do not write on MKL5.
Best regards
Vladimir
One question . I am not clear on the order of the price vector .
You do a reversal here : price <- cbind(Open = rev(o), High = rev(h), Low = rev(l), Close = rev(c))
What is the original order of o,h,l,c ?
One question . I am not clear on the order of the price vector .
You do a reversal here : price <- cbind(Open = rev(o), High = rev(h), Low = rev(l), Close = rev(c))
What is the original order of o,h,l,c ?
Hi,
The MT4 numbering bars from the most recent to oldest. The R on the contrary, from the old to the new, new bar last.