MQ4 to cAlgo Converter Convert. It is MQ5 code. MQ5 code cannot be converted. Convert MQ4 code ?!.
MQ4 to cAlgo Converter Convert. It is MQ5 code. MQ5 code cannot be converted. Convert MQ4 code ?!.
11 Dec 2018, 00:56
How do I transfer mql4 to cTrader?
EA is MQ4 code!
https://www.mql5.com/en/code/23473
MQ4 to cAlgo Converter
Convert your MQ4 expert advisers and indicators to C# for use in cTrader or cAlgo.
It is MQ5 code.
MQ5 code cannot be converted.
Convert MQ4 code.
Replies
tgjobscv
28 Jul 2020, 20:08
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
@tgjobscv
tradex1
23 Sep 2020, 04:17
( Updated at: 21 Dec 2023, 09:22 )
RE: Converting mq4 to cTrader VCode
tgjobscv said:
Alternative:
Hi
I've tried converting code to C# ctrader but even though it says sucess with no errors, no converted code comes up.
http://mq4tocalgo.apphb.com/
Also how would I get converted C# code into cTrader indicator format?
This mt4 indicator is simply brilliant for Multi Timeframe Analysis
The developer has put it up on Github for anyone to modify.
from forex factory
[quote=Nicholishen;11944400]{quote} No thanks, but I did provide the src code so you can! [/quote]
@tradex1
PanagiotisCharalampous
11 Dec 2018, 10:41
Hi tgjobscv,
You can seek for professional assistance by positng a Job or contacting a Consultant.
Best Regards,
Panagiotis
@PanagiotisCharalampous