Thanks for the video and the code, good to know I can put ic brokers back on my list of possible brokers. For some reason i thought ic was no longer offering mt5, On a previous video of yours you told me you were using version 3,11, so I reinstalled python with that version an sure enough, the mt5 package installed without a problem, very helpful thanks.. I just bookmarked your home page on youtube
i am looking for a video tutorial on Clicking Buy/Sell Buttons using Python/MT5 Programmatically without enabling "Algo Trading" . Do you have this tutorial?
Currently, I am not bothered by execution delays if the strategy is not very entry sensitive. I think the best solution is to just accept a maximum amount of delay or switch brokers if it is too much.
I would like to ask what’s ur method to backtest python bot on MT5. I think it is really hard, because from where I stand, I suppose the best solution is backtest it using MT5 tester (with correct data and dynamic spread😢)
Hi, it depends on the strategy but most of my strategies are not sensitive to dynamic spreads. Therefore, I calculate the avg spread for a period and include it in the backtest. If you need to backtest with dynamic spread, you can use Tick Data. All of that I am doing in Python. But of course, MT5 strategy is easier to use in this case.
please can you make a universal script that has all the functioning parts of the code & leave out trading logic part where we can make our own strategy & test it
Welcome back 🎉🎉🎉🎉
You left us
I have be waiting for your video more video
Thanks for the code. Closing all positions is a headache because of the request form and ticket number.
Glad it helped.
Please upload more videos about bots in MT5 and Python, you are amazing. Thank you
Thanks for the video and the code, good to know I can put ic brokers back on my list of possible brokers. For some reason i thought ic was no longer offering mt5, On a previous video of yours you told me you were using version 3,11, so I reinstalled python with that version an sure enough, the mt5 package installed without a problem, very helpful thanks.. I just bookmarked your home page on youtube
Glad I could help!
thanks for the video very helpful for beginners
Thank you for the effort you made in this video ❤
How do u create a new string bot? Doesn't show new file
i am looking for a video tutorial on Clicking Buy/Sell Buttons using Python/MT5 Programmatically without enabling "Algo Trading" . Do you have this tutorial?
That is an interesting video. Can we make our logic based on moving averages and different time frames?
How did you get around the random execution delays?
Currently, I am not bothered by execution delays if the strategy is not very entry sensitive. I think the best solution is to just accept a maximum amount of delay or switch brokers if it is too much.
Hi...
How I can contact you to prepare bot with my strategy?
Hi, please check my description and go to my Discord Channel.
I have a community where we discuss the development of strategies there.
I would like to ask what’s ur method to backtest python bot on MT5. I think it is really hard, because from where I stand, I suppose the best solution is backtest it using MT5 tester (with correct data and dynamic spread😢)
Hi, it depends on the strategy but most of my strategies are not sensitive to dynamic spreads. Therefore, I calculate the avg spread for a period and include it in the backtest.
If you need to backtest with dynamic spread, you can use Tick Data. All of that I am doing in Python. But of course, MT5 strategy is easier to use in this case.
Here is a video example how I perform the backtests: ruclips.net/video/X-YoejT7KHs/видео.html&lc=UgzLJyWdj4-ssQuq9Ip4AaABAg
got it, can't wait to see ur next videos@@ATJTraders618
Thanks bro thah helped me a lot...there's no way I can run the bot without opening the pychrm
Would it work with Interative Brokers trading platform?
It is possible with Interactive Brokers. They offer their own API.
please can you make a universal script that has all the functioning parts of the code & leave out trading logic part where we can make our own strategy & test it
Thanks for your feedback. It's definitely a good suggestion.
@@ATJTraders618 please make it quick can't wait for it