- Search Energy EXCH
- 130 Results (7 Threads, 123 Replies)
-
CodersGuru replied 32 hr agoAfter 25+ years of programming mq4/mq5 I can say AI can do any simple task not the big ones.
I Will Make MT4/MT5 EA and Indicator for free, Via jAI+
-
CodersGuru replied 32 hr agoStop asking ChatGPT for broken MQL code. VisualMQL it instead.. url
VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
-
CodersGuru replied 46 hr agoHey guys, I wanted to give you a quick look at exactly how the AI Strategy Designer inside VisualMQL simplifies the entire process of building an EA. You don't need to know how to write a single line of MQL5 code syntax to build a complex, ...
VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
-
CodersGuru replied May 31, 2026Hey everyone, When you are designing an algorithmic trading system, you shouldn’t have to wait until you export, compile, and fire up an external trading platform just to see if your visual logic holds weight. You need to know instantly if your ...
VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
-
CodersGuru replied May 31, 2026Here is a simple, highly engaging post tailored perfectly for a Forex Factory thread. It highlights your crisp new export format to capture the attention of system builders and retail traders who are tired of looking at walls of code. Forex Factory ...
VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
-
CodersGuru replied May 30, 2026
Special Launch Offer for Forex Factory Members: Double Your Testing Credits! Hello everyone, To celebrate our launch on Forex Factory and get real, battle-tested feedback from the community, we want to give you a major head start on your next ...VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
-
VisualMQL.com - Build Complex MQL5 EAs Visually & With AI Natural
Started May 30, 2026|Commercial Content|5 replies
Hello Forex Factory Community, As retail traders and algorithmic developers, we all know the ...
-
CodersGuru replied Apr 14, 2015This is very good idea/thread I just drag the mq4 to metalang.exe and I got new OLD ex4

how to compile old mql4-files
-
CodersGuru replied Jun 5, 2013I don't understand! Is this a request or an offer?
ALL Symbols: Print Infos to file (e.g. Avg.Move)
-
CodersGuru replied May 18, 2013You don't need a running metatrader if you set tp/sl and manually trade. You need metatrader running if you run the trailing stop option in metatrader.
Manual Trading on MT4 - Do I need a VPS?
-
CodersGuru replied May 16, 2013You will need the time functions to know where to work. And for the patterns you need iBarShift to get the bar then the High/Low/Open/Close with iHigh/iLow/iOpen/iLow. The GMT detection is another story.
Help with Code in mq4 for fixed Time section?
-
CodersGuru replied May 13, 2013Find the indicator and I'll add the alert.
Looking for a Volume Alert
-
CodersGuru replied Feb 6, 2013People. That's enough! IsExpertEnabled() is the anwser.
MT4 - Getting status of Expert Advisor button
-
CodersGuru replied Jun 9, 2012After attaching the RSI indicator. Drag the Moving Average Indicstor from the Navigator window to the RSI indicator and choose "Previous Indicator Data" from Apply to drop box.
Adding a MA to RSI - MT4