200 daily ema is a must as a filter , and there is another filter can improve the results more like if the new day opend above the median price of the previous day
@Desert_Person3 ай бұрын
using a market crash as a stoploss is funny
@vikVictory963 ай бұрын
Is it possible to make a Programming Tutorial of how is made ? Or is too much work ? Thank you ❤ Rene
3 ай бұрын
It is not too much work but why would I make a video for a program that I am selling? ;) If you want to learn how to code make sure to check out my course: en.bmtrading.de/mt5-masterclass/
@Tchiffer3 ай бұрын
😂😂
@fashb2k3 ай бұрын
You're a good man. Will look into this once I'm home
@zaher69243 ай бұрын
I love your educational videos and your way of explaining is very nice. I have an idea that I would like you to implement on the Expert. The idea is to build a fund that contains a certain capital and when opening deals, withdraw the value of the deals from this fund and return the results to it, whether profitable or losing, and know the results of the trades through this fund within the Expert.
3 ай бұрын
thanks for the feedback and the suggestion! currently i do not plan any new functions though.
@zemhana3 ай бұрын
I need help. I am coding EA to calculate two prices from different currency pairs. But I am stuck on how to call the Ask and bid prices of those two currency pairs in one formula. For Example, if my calculation is Ask price of EURUSD plus bid price of USDJPY. How the code will be written?
@ΑγγελοςΤρικωμιτης3 ай бұрын
I want to ask you , how do you know that your succesful E.A.s ,wont be copied by the broker or some hacker ?
@jdanyonsan19503 ай бұрын
Hi Rene - this is cool. have been very much looking at US indices lately (various ways of going long such a breakout layed with mean reversion would get you a portfolio) ... how do you ensure you open on the first candle of the day / that your back-test is solid in that regard? I think the US Equity markets are fantastic for trading but MT5 doesn't handle specific timezones or coding of timezones too easily. Any thoughts sensei? :)
3 ай бұрын
In this EA I just wrote the code so that it opens the position after a specific time. So it is not really based on the xth bar of a day. The time then is based on the broker's server time so this is the only timezone that matters.
@jdanyonsan19503 ай бұрын
So it the first tick after CanTradeWindow == True? ... I suppose that would work. Maybe I am being fastidious because I am coming from an institutional trading background... but for US market first tick after 1200UTC is always going to be the first tick of the US Day I suppose (irrespective of daylight savings etc) However closing trades 5mins before the close would require pinpoint accuracy?
3 ай бұрын
@@jdanyonsan1950 i do not think it has to be very accurate. i do not care if the positions are closed 1, 2 or 30 seconds before or after my chosen time. but others might think differently in this regard :)
@monela26963 ай бұрын
Your speed slider works so smooth during backtests. How did you manage to slow it down so much? When i use Max speed it goes like 60 days per second 😅
3 ай бұрын
are you using "every tick based on real tick" testing method? with open prices for example it will go a lot faster.
@monela26963 ай бұрын
yes, im using "every tick based on real tick", when i touch speed slider during Visual backtest is goes too slow or goes at speed of light
3 ай бұрын
@@monela2696 yeah it is a bit messed up but there is nothing you can do about it i guess :D
@Dayday-s1o2 ай бұрын
Bro, cani know setting your breakout EA?
@christianschuhmacher10103 ай бұрын
Do you have any real account for GoLong EA so we can see if it works? I only see IC Trading 50K Live on MQL5, but it's not doing very well.
@shortspredici3 ай бұрын
Hey man, just a quick question... What if we already have an account with one of the broker you're offering the licence for EA's?
3 ай бұрын
I do not really understand the question. Why would you want to buy it if you can already use it? :D
@shortspredici3 ай бұрын
I mean this: All of the programs on this page are licensed so you can only use them with my partner broker IC Markets/Trading. This means you get all the benefits and the broker is paying me so you do not have to. All you have to do is sign up using the links on my webpage and send me the account number of the account and the e-mail address you used to open this account.
@shortspredici3 ай бұрын
All of the programs on this page are licensed so you can only use them with my partner broker IC Markets/Trading. This means you get all the benefits and the broker is paying me so you do not have to. All you have to do is sign up using the links on my webpage and send me the account number of the account and the e-mail address you used to open this account.
@dilqemhuseynov18513 ай бұрын
Hello Rene, can you code my strategy for free? In return you can use this EA.
I see image your backtest but i don't know tf, time test and symbol?
@DestoTrading3 ай бұрын
Completely useless EA IMO. Just because a backtest is profitable, it does not mean that it is sensible or optimal. 10 years for 150%... if you were to invest 1 time in an ETF that tracks the nasdaq index in the same period, you would have done at least 700% and way more with regular monthly contributions and compounding.
@samadhanbhartiy11062 ай бұрын
True
@vehxbr20082 ай бұрын
It makes no sense at all to feed a broker with unprofitable trades. And in general, if you are talking about such terms as a year or more, then why set trading times during the day. It's pointless. If you really want to use buy trades, then add some primitive filter like EMA, etc. Backtests for the same year or two or more show losses. I understand that the more trades you make, the more commissions you get from the broker. But what if this strategy was profitable.
2 ай бұрын
absolutely agree! i would also love to execute only the profitable trades but unfortunately i did not find the recipe for it yet.