Hi Arthur, meanwhile do you have any tutorial on calculating SMA/EMA/LWMA using either calculation as in Donchian Channel OR SimpleMAOnBuffer/ExponentialMAOnBuffer/LinearWeightedMAOnBuffer? I have got some success with it however first few bars (exactly equal to MA Period) are not being calculated. I have doubts about the stability of MAOnBuffer functions. Please clear my doubts if I am wrong. Thanks.
Yes but MT5 has DOM. MT4 doesn't... Master, by the way. Is there a way to create an enum with 3 diferente names, each one of it call a template to stick it to a Chart??? Also when I call the second template it clear the previous template and load the new one on it?.? Thanks.
Good day Mr Arthur, thank you for all the beautiful OOP codes. I seem to have a problem with one of the codes in the last include files you created. Particularly the PositionInfoCustom_mql4.mqh, I know it contains only the Count function' which inherited the CPositionInfoCustom class. After I wrote the code and compiled it like you did, it says "struct undefined" from my little knowledge and comparison to your codes, I can't seem to find any error or discrepancy. The funny thing is there was no declaration of any 'struct' data type. All other files and codes were compiled successfully except this particular one. Thank you
Hi Arthur ... Discord site does not seem to be user-friendly. I have tried to pay thrice by PayPal, but every time I am brought back to the same screen for an upgrade !!! Any help on this will be great.
@@anilvarma9893 The only payment methods available are through stripe or paypal. We cannot change that until our payment provider adds another method. I can't give details in public but you can check with paypal.
There isn't much difference. Both MQL4 and MQL5 have some design issues but they are largely the same language. MT5 is 64 bit and has some additional idnicators and timeframes which might be an advantage if you need these. MT4 has a larger user base and is growing faster (yes even now). Some brokers only offer MT4 and some only offer MT5. For your purposes I don't think there is a wrong answer. I write in both for tutorials but for all of my commercial work I only use MT4. My clients are not interested in MT5.
Thanks for this great content. Are you planning to make a video on how to convert an mt4 indicator to mt5? I currently have an mq4 file but I dont know how to start. TIA
Conversion isn't going to be generic. It would eb difficult in a 30 minute video to show everything that might come up in converting MT4 to MT5. I'll have to think about it.
@@OrchardForex @Orchard Forex I understand. I thought of suggesting this topic because it's really hard to find reliable sources/tutorials regarding this matter. It will be helpful for those who wanted to switch to MT5 but still needed to use their MT4 indicators. It's really frustrating when there's no MT5 version for your MT4 indicators. Good thing I have an mql4 file of the ONE indicator that I want so I guess that eases half of my burden (it's a trading session indicator; there are others like this but I find them limiting). Do you know any resources that I can use that would be helpful in my current situation (like mql5 programming for dummies,), if it's okay with you? Thanks a lot!
Hi Arthur, is it that the action you take in Mql5 MetorEditor, you do the same before testing the changes in Mql4? For example, the Trade_mql4.mqh and TradeCustom.mqh are done in Mql5. You don't show it in the video if at all they are to be then taken to MQL4, which sounds logical but doesn't seem to work anyways! Please confirm so I redo the coding. Other than that, I love your work and plenty more thanks!
In my case they are actually the same file. I keep my 4 and 5 files in the same place so that I only have to edit once. I only change editors to compile. Most people will only need one or the other. If you want both you can always jjust copy the files between your 4 and 5 with something like robocopy.
Alistair thanks for your awesome content ! :-D keep up the great work
Glad you enjoy it!
Beautiful!!
Hi Arthur, meanwhile do you have any tutorial on calculating SMA/EMA/LWMA using either calculation as in Donchian Channel OR SimpleMAOnBuffer/ExponentialMAOnBuffer/LinearWeightedMAOnBuffer? I have got some success with it however first few bars (exactly equal to MA Period) are not being calculated. I have doubts about the stability of MAOnBuffer functions. Please clear my doubts if I am wrong. Thanks.
Yes but MT5 has DOM. MT4 doesn't... Master, by the way. Is there a way to create an enum with 3 diferente names, each one of it call a template to stick it to a Chart??? Also when I call the second template it clear the previous template and load the new one on it?.? Thanks.
Enums are just values. They don't perform any actions. If you just want to change templates why not use the selector at the bottom of the screen
@@OrchardForex because I have 3 strategies with 3 diferente templates
Good day Mr Arthur, thank you for all the beautiful OOP codes. I seem to have a problem with one of the codes in the last include files you created. Particularly the PositionInfoCustom_mql4.mqh, I know it contains only the Count function' which inherited the CPositionInfoCustom class. After I wrote the code and compiled it like you did, it says "struct undefined" from my little knowledge and comparison to your codes, I can't seem to find any error or discrepancy. The funny thing is there was no declaration of any 'struct' data type. All other files and codes were compiled successfully except this particular one. Thank you
You can't just compile PositionInfoCustom_mql4.mqh. It needs code from PositionInfoCustom.mqh. If you compile PositionInfoCustom all should be ok.
Hi Arthur ... Discord site does not seem to be user-friendly. I have tried to pay thrice by PayPal, but every time I am brought back to the same screen for an upgrade !!! Any help on this will be great.
Hi Anil. We will look into it and get back to you.
@@OrchardForex Hi Arthur Any update ? Seems my Dr Card does not allow international payments. Can I use Skrill?
@@anilvarma9893 The only payment methods available are through stripe or paypal. We cannot change that until our payment provider adds another method. I can't give details in public but you can check with paypal.
Hi Arthur, I can't get through to the premium link in the Orchard discord server. Is the link OK?
I just tested and it is OK. upgrade.chat/orchard-forex-server
@@OrchardForex I think my system just went off. I am in now!
What is the best to learn in 2021, mql5 or mql4
There isn't much difference. Both MQL4 and MQL5 have some design issues but they are largely the same language. MT5 is 64 bit and has some additional idnicators and timeframes which might be an advantage if you need these. MT4 has a larger user base and is growing faster (yes even now). Some brokers only offer MT4 and some only offer MT5. For your purposes I don't think there is a wrong answer. I write in both for tutorials but for all of my commercial work I only use MT4. My clients are not interested in MT5.
Thanks for this great content. Are you planning to make a video on how to convert an mt4 indicator to mt5? I currently have an mq4 file but I dont know how to start. TIA
Conversion isn't going to be generic. It would eb difficult in a 30 minute video to show everything that might come up in converting MT4 to MT5. I'll have to think about it.
@@OrchardForex @Orchard Forex I understand. I thought of suggesting this topic because it's really hard to find reliable sources/tutorials regarding this matter. It will be helpful for those who wanted to switch to MT5 but still needed to use their MT4 indicators. It's really frustrating when there's no MT5 version for your MT4 indicators. Good thing I have an mql4 file of the ONE indicator that I want so I guess that eases half of my burden (it's a trading session indicator; there are others like this but I find them limiting). Do you know any resources that I can use that would be helpful in my current situation (like mql5 programming for dummies,), if it's okay with you? Thanks a lot!
Hi Arthur, is it that the action you take in Mql5 MetorEditor, you do the same before testing the changes in Mql4? For example, the Trade_mql4.mqh and TradeCustom.mqh are done in Mql5. You don't show it in the video if at all they are to be then taken to MQL4, which sounds logical but doesn't seem to work anyways! Please confirm so I redo the coding. Other than that, I love your work and plenty more thanks!
In my case they are actually the same file. I keep my 4 and 5 files in the same place so that I only have to edit once. I only change editors to compile. Most people will only need one or the other. If you want both you can always jjust copy the files between your 4 and 5 with something like robocopy.
Hi, if I want to use position close by how can I get the other ticket of opposite position because it needs two tickets
You need to decide how you will select the opposite trade
How long did it take you to learn about coding indicator?
I think I am still learning but if you follow one of our tutorials you could have an indicator running in a few hours.
@@OrchardForex indeed I will🙏
thank u o much
No problem!