In this strategy, Toby eluded to different results when using every tick as opposed to open price only at the end. The on tick function runs with every new tick, so open price only is a "low resolution" test essentially. If you use every tick based on real ticks to test it will give you a better idea, though optimising in this mode will be much slower and not necessarily any better. Other EA's on tick function works on new bars, so open price only or 1 minute OHLC can be quite accurate. Broker data though isn't very good generally speaking, so investing time in getting better tick data is a useful exercise to get closer to a representative EA performance. Check out Toby's videos on this subject, very useful!
Hi Pls make a video to buy/ sell in perpetual with the different leverage And how we can set mql5 to our trading platform, for example how to set mql5 to trade in bingx Thanks ❤❤
@@trustfultrading Would be nice to have the source code to manually edit instead of having to completely rebuild it especially if you only have limited knowledge of coding.
Nice video Tobi, But you're not paying attention to your viewers. The dark screen is not visible for us to see the screen clearly. Pls endeavour to use a white screen so we can see clearly. I just missed the 3 coding tutorials on this topic.
I'm sorry if it's difficult for you to read. And thanks for the feedback. There should be a poll on this topic in the community tab here on youtube. If the majority is in favor of a light background, then I will gladly change. Maybe I'll start a new poll ;)
Hi Tobi, thank you very much for sharing this useful learning. i need two functions, maybe you can help. 1- how to set a lot of size based on the price of investment? For example, how can I open an order for 10 dollars? 2- I need to add the st and TK by pip instead of point. For example, 20 pip stop and 40 pip take profit. i saw some codes but still I can not have stable solution
❤ good job. Did you remember me? I was trying to make my EA a multi symbol ea that test multi Pair at the same time. I quit cause i wasn't happy with the accuracy 🥲
I don't know why but evey test had a slightly different results like 20 trades different. However i coded the ea to trade only my input symbols. Some trades where Missing
@@trustfultrading not really. I wanted to be separated from the pair i choose. For example i choose UJ but test the GU. However even on the same pair it had slightly different results.
Enjoy 😄
Thanks for this video. Sir, please make youtube video on how to write code of vwap based buy & sell expert advisor
i am a coder as well, i like your structures, very good detail
Thanks, yeah I try to keep it nice and clean ;)
Would you like to make a video about how you evaluate the backtest and decide to trade the strategy?
Yeah I'm thinking about that. Want to make more videos about testing.
@@trustfultrading I would also like to see more videos about back testing and also about optimization.
I love your videos, i cant wait for the next estrategy 😊
Awesome. Love your tutorials!
Will there be any difference in the result if I use EveryTick based on real ticks in modelling? btw Thanks for your videos!!!
In this strategy, Toby eluded to different results when using every tick as opposed to open price only at the end. The on tick function runs with every new tick, so open price only is a "low resolution" test essentially. If you use every tick based on real ticks to test it will give you a better idea, though optimising in this mode will be much slower and not necessarily any better. Other EA's on tick function works on new bars, so open price only or 1 minute OHLC can be quite accurate. Broker data though isn't very good generally speaking, so investing time in getting better tick data is a useful exercise to get closer to a representative EA performance. Check out Toby's videos on this subject, very useful!
Thanks, great video.
Hi! Thanks for your valuable work. I'm learning a lot. Question: how can I implement a reverse trades mode?
Hi, you would have to switch the trade.PositionOpen functions. And the sl/tp calculation.
You are the greatest You are the greatest the greatest
Thank you :)
Hi
Pls make a video to buy/ sell in perpetual with the different leverage
And how we can set mql5 to our trading platform, for example how to set mql5 to trade in bingx
Thanks ❤❤
Hi, sorry for now I only use MT5. You should be able to use the EAs on other symbols.
Hello my friend! You should try another exchange, BingX doesn't properly support MT5. You can trade better in another broker.
@@Lukhators thanks for your reply my friend ❤️❤️
What brokers are better to trade ?
Can l trade with leverage?
I don't know what commands do this
What are the specs of your PC? Your backtests are so fast.
At the moment I'm using my Laptop: AMD Ryzen 7 5800U
thank you for your efforts ..where can we download the source code please?
Its a tutorial. I show how you can code it yourself ;)
@@trustfultrading Would be nice to have the source code to manually edit instead of having to completely rebuild it especially if you only have limited knowledge of coding.
Nice video Tobi,
But you're not paying attention to your viewers. The dark screen is not visible for us to see the screen clearly.
Pls endeavour to use a white screen so we can see clearly.
I just missed the 3 coding tutorials on this topic.
I'm sorry if it's difficult for you to read. And thanks for the feedback. There should be a poll on this topic in the community tab here on youtube. If the majority is in favor of a light background, then I will gladly change. Maybe I'll start a new poll ;)
Hi Tobi,
thank you very much for sharing this useful learning.
i need two functions, maybe you can help.
1- how to set a lot of size based on the price of investment? For example, how can I open an order for 10 dollars?
2- I need to add the st and TK by pip instead of point. For example, 20 pip stop and 40 pip take profit.
i saw some codes but still I can not have stable solution
Thanks, I already made a video about dynamic lot size: th-cam.com/video/UFFTlc0Ysy4/w-d-xo.htmlsi=btoLEkVMTooI83BR
the best
Hello, can i use it for auto trading, or it just an indicator..
You can use it for auto trading
Sir, please make youtube video on how to write code of vwap based buy & sell expert advisor
There is a free indicator on mql5: www.mql5.com/de/market/product/48531?source=External
Hi trustfultrading
I'd like you to help me modify the MA crossover EA bot. I am even willing to put payment if that is possible. I trust your work sir
Hi, you can contact me on my website.
Thanks
❤ good job.
Did you remember me? I was trying to make my EA a multi symbol ea that test multi Pair at the same time.
I quit cause i wasn't happy with the accuracy 🥲
I don't know why but evey test had a slightly different results like 20 trades different. However i coded the ea to trade only my input symbols. Some trades where Missing
That sounds very strange. Do you get the same result when you only test for the current chart symbol?
@@trustfultrading not really. I wanted to be separated from the pair i choose. For example i choose UJ but test the GU.
However even on the same pair it had slightly different results.
thanks