If I login my ic market account or other brokers, it will not place trade, instead I will be getting "unsupported symbol" but it works in metaqoutes broker, what could be the course?
Great video! This is really interesting with regard to backtesting and trading strategies with Python and MT5 directly. Would there be a possibility for you to make a video with some python libraries which could optimize the trading parameters itself for better results? For eg. SMA crossovers with a custom stoploss and takeprofit with step values for fast and slow sma to have more accurate results - after letting them for 500 epochs or so I mean by ways of machine learning / forward testing or anything involving a sharpe ratio maximization / optimal results - to bring into production on a demo account and then let it run live if the strategy turns out to be profitable? Please let me know. Look forward to hearing from you!
Hey, I just released a video on SMA Crossovers including backtests and live trading. Hopefully you'll enjoy it. :) I'll try to provide some more content on backtesting in the future.
Hi Tu. I got similar results with Bollinger Bands in MQL5. I want to add some filters so that we don't trade in trending markets. What's the best way to do that, in your opinion?
In your class(strategy) when calculating when to close a position, shouldn't you use high/low numbers rather than close numbers? The stoploss/takeprofit may trigger during a bar but close at a price that wouldn't trigger stoploss/takeprofit. Please correct me if i'm wrong. Can you add in the cost of the spread as I don't think this accounts for that. How about charges for holding positions overnight/the weekend? Also, you say you profit 7.5k but your pnl shows 17.5k. This column should be called 'end balance' instead. Nice video btw
You're right about that. SL and TP data should use high lows. Nice catch. Maybe I mispronounced the numbers, sorry for the error. Regarding the trading cost, the simplest way is to sum up the volume and multiply that by the broker's cost per contract. Thanks for your comment.
Is there a way to use the iBands or indicators in the MQL5 library through python? If not I will need to learn Pandas to add a few concepts to this trade copier I made ua-cam.com/video/1-0qeOIdnNk/v-deo.html
480 resolution - difficult to see your code. 720 - and higher is better.
Great video! I didn't know it was possible to run python code in metatrader for live trading! A video from A to Z! Thanks!
If I login my ic market account or other brokers, it will not place trade, instead I will be getting "unsupported symbol" but it works in metaqoutes broker, what could be the course?
Great explanation and a good basic base to start building from. Thank you
Your work is awesome, Thanks for sharing
good work my friend, i was looking to start some python coding :)
Thank you!
Congrats. Awesome video. 👍
Fanstastic Video!!
Thank you so much amazing tutorial
Big thanks to you👍
do plotly have capabilities to plot candlestic?
Excuse me, how do i make it enter on the next candle open?
Great video! This is really interesting with regard to backtesting and trading strategies with Python and MT5 directly. Would there be a possibility for you to make a video with some python libraries which could optimize the trading parameters itself for better results? For eg. SMA crossovers with a custom stoploss and takeprofit with step values for fast and slow sma to have more accurate results - after letting them for 500 epochs or so
I mean by ways of machine learning / forward testing or anything involving a sharpe ratio maximization / optimal results - to bring into production on a demo account and then let it run live if the strategy turns out to be profitable? Please let me know. Look forward to hearing from you!
Hey, I just released a video on SMA Crossovers including backtests and live trading. Hopefully you'll enjoy it. :)
I'll try to provide some more content on backtesting in the future.
@@ATJTraders618 Could you share the py file from section 13:06? Please, for my education
Hi. Can you make open code to Anderson brokers platform or how to change this code API to anuder broker?
can we backtest python code in metatrader like mql ?
Hi Tu. I got similar results with Bollinger Bands in MQL5. I want to add some filters so that we don't trade in trending markets. What's the best way to do that, in your opinion?
Personally, I like using SMA Crossover Filters or MACD.
++ import numpy as np
Awesome bro thanks a lot
thanks very helpful
Bro great video, Could you share the py file from section 13:06? Thanks
Video super!
Good VDO
I'm new in coding. I have the question
- In real trade may be some trades SL before TP but in backtest not , Right?
In your class(strategy) when calculating when to close a position, shouldn't you use high/low numbers rather than close numbers? The stoploss/takeprofit may trigger during a bar but close at a price that wouldn't trigger stoploss/takeprofit. Please correct me if i'm wrong. Can you add in the cost of the spread as I don't think this accounts for that. How about charges for holding positions overnight/the weekend? Also, you say you profit 7.5k but your pnl shows 17.5k. This column should be called 'end balance' instead. Nice video btw
You're right about that. SL and TP data should use high lows. Nice catch.
Maybe I mispronounced the numbers, sorry for the error.
Regarding the trading cost, the simplest way is to sum up the volume and multiply that by the broker's cost per contract.
Thanks for your comment.
@@ATJTraders618 Really enjoying watching your videos and looking forward to the next one. Have a nice day!
Great video but you skipped the main section, I think for another video.
Hi, what specific section do you mean?
Is there a way to use the iBands or indicators in the MQL5 library through python? If not I will need to learn Pandas to add a few concepts to this trade copier I made ua-cam.com/video/1-0qeOIdnNk/v-deo.html
I think, you'd have to calculate it yourself in Python or use ta-lib library whether it is there.
low resolution :(
KeyError: 'close'