Excellent Video. I really appreciate the time and effort your have spent sharing your knowledge! I would never have solved this problem without your help. Subscribed!
@agunggm9980Ай бұрын
That's what I'm looking for, great job.. Excellent and thank you !
@literarydinsor2 жыл бұрын
Thank you very much for your valuable lesson! ❤
@OrchardForex2 жыл бұрын
You are welcome!
@TradingWithGichuru3 жыл бұрын
Worked perfectly. Thank you
@arsyadillasatyaputra6904 Жыл бұрын
hi orchard, thank you for all of ur videos, that help me a lot. but i wanna to know how can i get the information about MT_WMCMD? let say 33020 = Toggle Auto Trading, 33048 = Expert Properties, but i wanna to know what code remain to TAB on the keyboars, thank you
@judycannon26272 жыл бұрын
Learning so much from your videos. My question is about allowing the dll if this is part of a larger EA. It looks like you have to manually check ok each time to allow dll use. How would you do this in the code?
@OrchardForex2 жыл бұрын
You can't. It wouldn't be much of a protection if you could just override it in the code. Set it on the expert or globally in settings.
@supermarketfx10 ай бұрын
Can you create one that will disable auto trading during (off : on) time chosen?
@srikantdhondi11 ай бұрын
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?
@behroozfarhangirad5620 Жыл бұрын
Can we add time to these coding that turn on or off the auto trading button ? Let's say the EA should stop trading in special timing in a day and then start working again automatically.
@OrchardForex Жыл бұрын
Yes, you would build these functions into something like another expert to turn on and off at different times, but it would be better to build no trading times into the original expert
@jadamzink Жыл бұрын
I was lost half the time lol bot have been looking for something like this that can turn auto trading on at a certain price level. Do you of something like that?
@Viral-fun-videos-l3e2 жыл бұрын
Thank you, Sir. How can we edit the code to turn on/off algo trading at certain time? Best!
@OrchardForex2 жыл бұрын
Just make the call at the appropriate times
@gofuchiha3 жыл бұрын
Been following your videos I want to know how to make supply and demand ea
@gofuchiha3 жыл бұрын
Please teach us how to make supply and demand zone with a trailing stop loss
@mjay92832 жыл бұрын
Anyone know of where one can get the documentation for the codes used as arguments on the winAPI?
@ProtegeForexTrader2 жыл бұрын
Thanks a lot
@OrchardForex2 жыл бұрын
Happy to help
@dunknow94862 жыл бұрын
How to disable all other ea in other chart in same terminal for mt5
@OrchardForex2 жыл бұрын
I think the easiest way is to just close the other charts.
@dunknow94862 жыл бұрын
@@OrchardForex thank for the input. What is the wm_command to close the chart? You have a great channel offering something different. I hope your channel member grow
@123456789545612 жыл бұрын
Hello, would you be able to automate the script where it automatically closes all trades once a specific dollar figure is met? like a daily loss?
@OrchardForex2 жыл бұрын
Maybe try this kzbin.info/www/bejne/e2SalqSHq96brZI or this kzbin.info/www/bejne/mXytqJiLp5WZitk
@kylemaharaj95633 жыл бұрын
Very grateful for your videos. Can you implement how to do statistical analysis like walk forward optimization and if its possible to do machine learning on mql5, because theres mostly info about this for python and stocks, not really forex/mql5. Thank you
@tradingborsaa52083 жыл бұрын
Sound is too low
@davidburnham3062 Жыл бұрын
turn your volume up
@ketanpawar_thealgomaker2 жыл бұрын
Autotrade is disable by server means tradeexpert is false but I want to change this as true
@OrchardForex2 жыл бұрын
If the server has disabled autotrade then you cannot change. Sounds like you are trying to take a challenge and your broker does not allow experts to trade. You are out of luck.
@mysterieintheworld2 жыл бұрын
Can help with the code. I can't take it. Thanks in advance
@OrchardForex2 жыл бұрын
We have shut down discord and the code for this is not currently available. Sorry the only way to get it is to follow the video.
@dstoryteller1Ай бұрын
This tutorial is not for any serious programmer. You might as well have just pasted the codes for them to copy. How can you give a tutorial like this without explaining where you got those numbers from? 33020 and 32851