Forum

Call a secondary encapsulated DLL in MT4, but with no results?!!

GUYs: By "secondary encapsulated DLL" , I mean I build a B.dll, which calls A.dll . I don't know the exactly tech name of that..... But when I call this B.dll, the MT4 doesn't do anything at all, and there's no error msgs in the log file. Here's the codes. I first build a helloworldDLL.dll which

Call dll in MT4, but no console interface come out,WHY?

GUYS: I try to test dll-calling in MQL4, so I build a test dll as following: #include <stdio.h> #include <stdlib.h> #include < string > #include < string .h> #include <time.h> #include <iostream> using namespace std; extern "C" __declspec(dllexport) void HelloWorld(); void HelloWorld() {

How to import your Customized Contracts Data into MT4?

Hi,Guys: First of all, by Customized Contracts, I mean Stocks and Futures in my Country(China) and not currency pairs. So the contracts details is totally different from pairs...I know you can import the data into an existed non-using pairs, but that not what I want...So pls do not discuss this way

Indicator Line Plotting Question Continue!

Hello, all: Remenber that I created a trendline display different color under different trendcondition, as below: And that trendline is plot using DRAW_LINE setting, means that every indexbuffer value will be plotted. but what I want to improve is that, the trendline will not have a value in every

A question about Indicator Lines displaying

Hello,All: I just finish a trendline indicator. The logic is quite simple: I make a judgement of the current market trendcondition( up or down ) ; then if it's UP, the line value is current bar's LOW; if it's DOWN, the line value is current bar's HIGH; AND i want to use different color for it's

Help with the original WPR code written by metaquotes

Hi, I'm looking for the original WPR code written by metaquotes in order to learn the code and make some improvment.... I've google the web and found the page which contain the code in mql4 is no longer exist, and I can't find the code on other site. Could anyone help to provide the original code

How to compute WPR value of an indicator buffer?

Hi, all: I want to calculate the WPR value of a detrended price series. First, I use an indicator buffer to store the detrended price series. But to simplify the question, I directly transfer the raw prices to the buffer. Export the so called "detrended price series" into the chart, we can see it's

Time Zone of MT4 historical data center?

Hi,All: I'm from China. Recently, I'm working with ea that concern the TimeZone of price data. Now I'm using the data from MT's data center, and I want to know the timezone of these data? is it GMT(8)? thanks

No value in the application of JJRSX indicator, HELP!

Hi, all: Seen the articles about the effective smoothing algorithm, and i learn the usage of Jurik algorithm..... after download the NKlibrary file, I have managed to apply the J2JMA,JJurX and so on... But, when I apply the JJRSX indicator to my chart, the indicator show no value.... below is the

Problem: How to see all the optimized results in the stragegy tester?

Guys: I use the optimization in the tester to do some reserch of my stargegy. I set one parameter to vary from 0.1 to 2.0, so there should be 20 results. But the testor only show 11 of them, which is profitable. or "significant"...... How can i see the other 9??? By the way, simplely lable