Friends 1
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic 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
Saji
Added topic BUGs in MT4 tester??? Need Help!!!
Guys: Recently, I started to use MT4 tester to test my stragegy on Futures data. Usually, forex price data are 1.****. But to keep the profit value in right scale, I use the price like 0.****. For example, the price of a contact of certain commodity
Saji
Added topic Problem when working with Array....
Guys: Lately, i work with an EA which uses iMA value. The common way of using iMA value is as below:    ma_0 = iMA ( NULL , 0 , MA_Period, 0 , MODE_SMA , PRICE_CLOSE , 0 );    ma_1 = iMA ( NULL , 0 , MA_Period, 0 , MODE_SMA
Saji
Added topic need help!!! "symbol properties" in tester
guys: there is a button called symbol properties in the tester, which gives the major porperties of the chart symbol. and there is "spread" and "stoplevel" in it. the current value of those two is 9 and 20. my question is, what is
Saji
Added topic Error? the return of predefined variable "point" is 0...need explain
guys: my mt4 version is build 406, and the demo account is alpari company. i used the predefined variable "point", and found that the value is 0, which is not real in the real trading situation. i also export the value of
Saji
Added topic Help with the meaning of an input variable
I'm studying the 2010 ATC Avoitenko's EA, There's a function called OrderCalcMargin() used in EA,which is defined as below: bool OrderCalcMargin(string symbol, // Symbol name double volume, // Lots double price, // Open price double& margin) //
Saji
Registered at MQL5.community