Freefox
Left feedback to developer for job MT5 to DXTrade Connectivity Demo
Freefox
Left feedback to developer for job Need a very simple example C# DLL writing for use in MT4 (MQL4)
Freefox
Left feedback to developer for job EA to send messages to discord channel
Freefox
Added topic Writing optimisation xml file in NON-batch mode.
Hi, When I run the MT5 strategy tester in batch mode using following from windows command line: .\terminal64 /config:MQL5.TXT it writes out the xml files based upon what is setup in the config file (MQL5.TXT in this example) In that TXT config file I
Freefox
Added topic FileOpen, FileWrite not working in onTester()
Hi, This is driving me crazy but I have come to conclusion that you just cant use file access in the OnTester() function. But I hope I am wrong and someone can help? I am wanting to write data out as part of the Strategy Tester Optimisation. I can
Freefox
Added topic Frustrated! Why do I get a 130 error when all prices are correct?
I seem to randomly get 130 errors when doing an OrderModify but the SL/TP levels are absolutely correct. Anybody have any ideas why? This is so frustrating and I can’t see what else I can do with my code to fix it? Here’s the snippet of code that is
Freefox
Registered at MQL5.community
Freefox
Added topic Plotting an Indicator beyond the current date/time.
Is it possible to create an inidcator that plots a projection into the future for the bext x bars. For example, take a simple indicator that plots as a line on the screen. I want to be able to project it into the future beyond the last bar zero. I