- Search Energy EXCH
- kasinath replied Jul 17, 2020
Yeah looks like not many people are doing this. I just found this other thread, it's old but seems promising. url I'm going to start a new thread as well, to get more visibility to the topic. Will share shortly.
Metatrader5 and Python
- kasinath replied Jul 16, 2020
So, ever since i discovered TA-Lib and saw @nicholisen's endorsements, I'm exploring using python to build WORA trading robots. Now, in the short term, I would still use MT5 and/or MT4, but I am ready to get on the python train and be rid of MQL. ...
Metatrader5 and Python
- kasinath replied Jul 16, 2020
So why don't you tell us how you *really* feel about Python? Haha. Fine, I'm sold. I too want to achieve Godlike status, and speak the language.
Which one do you prefer: Metatrader (MQL) or cTrader (cAlgo)?
- kasinath replied Jul 12, 2020
I tell you you will love it :-) However, Before you go jumping straight to classes, because it can be a pain, you can gradually ramp up, just using includes. With some of my my MQL4 code, I do exactly that, as a first step before later refactoring ...
Software engineer looking for a skilled MQL5 Developer
- kasinath replied Jul 11, 2020
Thanks for this. Going to check it out.
Software engineer looking for a skilled MQL5 Developer
- kasinath replied Jul 11, 2020
I can see how most people might think that, but if you plan on improving your solution over time, classes are your friend. In general, using a formal object-oriented approach makes it easier to debug, manage and improve on your solution as it grows ...
Software engineer looking for a skilled MQL5 Developer
-
Software engineer looking for a skilled MQL5 Developer
Started Jul 10, 2020|Platform Tech|8 repliesHey all, I think this warrants its own post. I have an EA I wrote in MQL4 that I don't have ...
- kasinath replied Jul 10, 2020
Great to see all the support on this thread. I've got an EA I wrote in MQL4 that I don't have time to migrate to MQL5. I need to outsource this work but I'm not sure where I can find *really good* mql5 developers. I'm a software engineer so I'm ...
I will code your EAs and Indicators for no charge
- kasinath replied Jul 8, 2020
Ah, noted. Thanks for this gem!
Can the ADX be effective on the M30 timeframe?
-
Can the ADX be effective on the M30 timeframe?
Started Jul 7, 2020|Trading Discussion|2 repliesFor detecting trending conditions, I've heard that the ADX is ineffective below H1. Is this ...
- kasinath replied Jul 7, 2020
Good points. I think i need to bite the bullet and start my migration. Ugh. Tedious. Wish i could find good MQL devs I can trust and pay them to do this part. Haha, i know the feeling! this script looks pretty slick though. I'm bookmarking it for ...
How can I plot/analyze MFE and MAE for MT4 Backtests?
- kasinath replied Jul 7, 2020
Yes! This is what I am realizing. There is no single EA that is the silver bullet. Success will come from getting several of them. Thank you for corroborating what I am beginning to realize.
Need guidance to improve my Trend Riding EA (attached)
- kasinath replied Jul 7, 2020
Nice one Nicolishen, I didn't know about pandas before now. adding to my toolkit. thanks. I also came across your github a few days ago, and will be using your MQL addons for VSCode. Brilliant work, man! +1 to this. Seems logical. QQ for you folks ...
How can I plot/analyze MFE and MAE for MT4 Backtests?
- kasinath replied Jul 7, 2020
Do NOT trade with this EA. It was not written for trading; it is merely a tester for trend-detection methods.
Need guidance to improve my Trend Riding EA (attached)
- kasinath replied Jul 6, 2020
Ah, yes. I know this issue. "Trend Strength Filter" must be explicitly set to something. It should at least be set to 'None'. For some reason, it didn't save that setting in the set file. If you are looking to get the same profit curve I shared, use ...
Need guidance to improve my Trend Riding EA (attached)
- kasinath replied Jul 6, 2020
Hi Tadekcorona, If you mean you are not seeing any transactions in the strategy tester, this could be one of many reasons. I might be able to help if you PM a screen shot of your settings (input settings & time period settings) and the journal tab ...
Need guidance to improve my Trend Riding EA (attached)