thank you very much, rene. this is by far the easiest to understand optimization (and back testing) video that i've come by. really appreciate your hard work.
what a awesome video!! hahah i have try optimazian manually and i get sick to test 2 days non stop on settings. Then i start to search how i can find quicker good settings. Good i have find a way now...
Great stuff. One question though. HOW to create a setfile based on optimization settings after a test. That's what I'd like to know. Everything else I know. but taking optimized forward testing results and putting that into a setfile of it's own is what I'm seeking. Do you have anything like that.
Hi René, could you also show how forward optymalisation work. Could you do test for 3 months choose best 100 and test it for another 3 months and then pick best 50 etc. but only with profitable inputs. It could speed up optymalisation for many inputs as you will eliminate bad configuration early. I think it will be also nice to show how you can eliminate some configurations and how it impact testing. So for example if fast MA > slow MA periods go to deinit and same if sl > tp. I think you could also test multicurency if you do input instead of _symbol but I'm not sure about that.
2 роки тому
Hey, thanks for the comment. I never really worked with forward tests. But you can easily try it out on your own. The MT5 Tester (with all its features) is completely free to use and accessible for anyone.
Hi Rene, thanks for the great video again. Do we need to define the variables differently in order to use the optimizer? My code is running fine without optimization, but as soon as I try to optimize it, it runs but not a single trade is taken. Thanks!
Hey Rene, thanks for the video! I ran a back test all night and when I woke up in the morning all the results had disappeared which was sole destroying as it was running at 65% profitability when I went to bed. Is this common for the results to disappear? Is there an option to auto save?
Thank you for your amazing videos. Optimization results for Drawdown%, actually display the "Equity Drawdown Maximal", right? So how can we find the "Equity Drawdown Relative", which is actually more important ? (assuming that we test a demo EA on a demo account...)
Hello Rene, thanks for the video. But when the optimization is finished and we choose one of the results that suits us, how do we extract it to make a set file? Thanks
2 роки тому+4
Hey, you can "double click" the optimization run to make a single backtest. That should also fill in all the parameters at the inputs tab of your backtest. You can then "right click" somewhere in the inputs tab and save the settings.
Hi, very nice video. I have a question how do you copy a row of the optimization and use that row to directly populate the expert advisor tool ? It is a pain writing all the variables in by hand and also risky to make a mistake.
Would you please explain the meaning of the 1.35 profit factor and the 1.66 expected payoff? I understand that the draw drown% is the percent your account went negative by as a result of losing trades.
2 роки тому+1
Hey, thanks for the idea. Maybe I will do a video on this in the future.
Great information but on the Optimization Results tab in the RESULT column, why are the results different colors (Green, lt green, red)? What does that mean?
The parameters must be dynamic and not static, calculating pips is meaningless because volatility changes year after year. The system "must learn" from what it does and change.
Please sir Can u make video For an EA which closes all trade once the account balance reach a particular amount
2 роки тому+1
Hey, I get a lot of requests and it is hard to respond to all of them with a video. Maybe this will be featured in the future. But I would always recommend learning the basics. Then you are able to do whatever you want in mql5. Check out my complete course: en.bmtrading.de/mt5-masterclass/
2 роки тому+1
Also check out this video: ua-cam.com/video/0Z6EXoPbx38/v-deo.html&ab_channel=Ren%C3%A9Balke
@ ok, let me say you are tracking a crossover of two moving averages on an indicator, it’s hard to see by your naked eye if the cross has happened, so the process of putting an object specifically an arrow to indicate the cross is quite tricky for us beginners
2 роки тому+1
@@onkemetsetshenyego7456 oh okay I got it now :) Please watch my other videos on the channel. I explained how to create objects in the chart like fibo retracements. You just have to modify this code a little bit to create a OBJ_ARROW.
thank you very much, rene. this is by far the easiest to understand optimization (and back testing) video that i've come by. really appreciate your hard work.
Thank you for the kind comment! :)
Well explained, thank you!
what a awesome video!! hahah i have try optimazian manually and i get sick to test 2 days non stop on settings. Then i start to search how i can find quicker good settings. Good i have find a way now...
Hey Rene could you do a video on how to schedule these optimizations so they can start automatically?
Great stuff. One question though. HOW to create a setfile based on optimization settings after a test. That's what I'd like to know. Everything else I know. but taking optimized forward testing results and putting that into a setfile of it's own is what I'm seeking. Do you have anything like that.
Great. Please tell me if you know if the colors of the values in the Results column have any meaning? Thanks.
Hi René, could you also show how forward optymalisation work. Could you do test for 3 months choose best 100 and test it for another 3 months and then pick best 50 etc. but only with profitable inputs. It could speed up optymalisation for many inputs as you will eliminate bad configuration early.
I think it will be also nice to show how you can eliminate some configurations and how it impact testing. So for example if fast MA > slow MA periods go to deinit and same if sl > tp.
I think you could also test multicurency if you do input instead of _symbol but I'm not sure about that.
Hey, thanks for the comment. I never really worked with forward tests. But you can easily try it out on your own. The MT5 Tester (with all its features) is completely free to use and accessible for anyone.
Awesome lecture xxx
Hi Rene, thanks for the great video again. Do we need to define the variables differently in order to use the optimizer? My code is running fine without optimization, but as soon as I try to optimize it, it runs but not a single trade is taken. Thanks!
Hey Rene, thanks for the video! I ran a back test all night and when I woke up in the morning all the results had disappeared which was sole destroying as it was running at 65% profitability when I went to bed. Is this common for the results to disappear? Is there an option to auto save?
Thank you for your amazing videos. Optimization results for Drawdown%, actually display the "Equity Drawdown Maximal", right? So how can we find the "Equity Drawdown Relative", which is actually more important ? (assuming that we test a demo EA on a demo account...)
I think you have to run it individually to see that
Hello Rene,
thanks for the video.
But when the optimization is finished and we choose one of the results that suits us, how do we extract it to make a set file?
Thanks
Hey, you can "double click" the optimization run to make a single backtest. That should also fill in all the parameters at the inputs tab of your backtest. You can then "right click" somewhere in the inputs tab and save the settings.
Hi, very nice video. I have a question how do you copy a row of the optimization and use that row to directly populate the expert advisor tool ? It is a pain writing all the variables in by hand and also risky to make a mistake.
Hi i figured it out, on the inputs tab. There is an option to save the setting as a set file if you click the left mouse on this page.
Thanks! And great that you figured it out already :)
Great video sir
Would you please explain the meaning of the 1.35 profit factor and the 1.66 expected payoff? I understand that the draw drown% is the percent your account went negative by as a result of losing trades.
Hey, thanks for the idea. Maybe I will do a video on this in the future.
helpful as usual :-) thank you
Great information but on the Optimization Results tab in the RESULT column, why are the results different colors (Green, lt green, red)? What does that mean?
Green for profits red for losses
@@Cavz001 No it's not
Well explained
Hey Rene, great video, do you know the top notch laptop that can breeze through these optimization tests as quicky as possible?
No not really.. right now i mainly use my vps for optimizations
hi Rene, how can I get MaSystem advisor or the source code?
The parameters must be dynamic and not static, calculating pips is meaningless because volatility changes year after year. The system "must learn" from what it does and change.
HELLO... WHEN TRYING TO OPTIMIZE IT TELLS ME SERVER SWITCHED OFF... AND I DO NOT KNOW WHAT I SHOULD DO CAN HELP ME? THANK YOU
bro, how does the genetic algorithm give results?
Super
Hi freind can i open expert for different pairs in one time suppose Usdcad, Usdjpy, chfjpy in one lapy
Sure that is no problem at all. You can use the Buy and Sell function for this and just change the parameter for the symbol.
Please sir
Can u make video
For an EA which closes all trade once the account balance reach a particular amount
Hey, I get a lot of requests and it is hard to respond to all of them with a video. Maybe this will be featured in the future. But I would always recommend learning the basics. Then you are able to do whatever you want in mql5. Check out my complete course: en.bmtrading.de/mt5-masterclass/
Also check out this video: ua-cam.com/video/0Z6EXoPbx38/v-deo.html&ab_channel=Ren%C3%A9Balke
Thank you sir
Please do alerts, arrow buffers step by step on one of your videos Sir.
Hey, I am not sure what you mean with "arrow buffers"?
@ ok, let me say you are tracking a crossover of two moving averages on an indicator, it’s hard to see by your naked eye if the cross has happened, so the process of putting an object specifically an arrow to indicate the cross is quite tricky for us beginners
@@onkemetsetshenyego7456 oh okay I got it now :) Please watch my other videos on the channel. I explained how to create objects in the chart like fibo retracements. You just have to modify this code a little bit to create a OBJ_ARROW.
@ thank you, I have not watched that one, I will go through it. Thank you.