MQL4 and MetaTrader 4 - page 1131

[Deleted]
is it posibble to import data graph directly from the import option in excel or access etc
  Channel Trader  (26   1 2 3)
This is Channel trader Ea it is using Automatic Regression channel,Cfb channel,and Dynamic zone spearman on jurik on first version, on the -1 version its not using Spearman, but its using Atr Normalized, when its leaving max atr seems to be some possibilities problem is it seems to hit max level...
I am currently using the iCustom function to call 2 indicators that I have created. It seems that sometime it return the same values as those that are displayed and then sometimes its not? I am passing in the same values as the default ones being used on the display. The values are not from the...
Hi, I want to develop a method, that enablesto change the stop after every 10 Minutes? How can I implement this? Thanks for your support. Kind regards, Hoschie
Hi everyone, I'm a recently graduated computerengineer with a lot of programming/coding experience. I'm willing to code some EA's, scripts and indicators in return of a fee. Note that I'm only available to start coding the first of august 2011 since I'm currently on a holiday. I'm posting this...
I have minor coding experience, 1 want a alert if pair goes on 100% average range, and everytime its breach it, it always alert me per tick. can anyone help me? //+------------------------------------------------------------------+//| DPC Market Range Alert.mq4 |//| Copyright © 2010, MetaQuotes...
  Gann super exit HELP  (11   1 2)
Hi all, Please see if you can help me with this as all this is very confusing to me. I'f got an exit strg that i think will work well but have now idea how to change the coding. Exit must work somthing like this! When I make a trade the EA then automatically sets a TP to take half the lot size off...
Is there a way to read extern variable from running expert? and change them?
The Championship is coming up. Looking for an assistant to co-write an expert for the winner of the 2011 Championship. Required: А. Idea (from me). By and large, the strategy is not important. If we assume that it exists (well, suddenly) and if it brings 5% per month (... and any bank takes it for a
[Deleted]
  How to use Jmi8  (4)
Hello, does anyone know something about jmi8 ? I found an unknown process called Ex45jmi8.exe,running on my PC in Google i found, that this could be a protection mechanism against decompilation of MT4 programs. But I never have done anything on my MT4, to protect my Exefile. Visiting those...
Need a little help. I was looking for an EA or Scrip which writes the statement trade information to a CVS file. I am not a programmer, but looking for a sample EA or Scrip I use as a template. Thank you.
[Deleted]
Ask yourself… 1- Can the risks to your business be identified, what forms do they take and are they clearly understood - particularly if you have a portfolio of activities? 2 - Do you grade the risks faced by your business in a structured way? 3 - Do you know the maximum potential liability of each...
[Deleted]
I'm creating my first indicator in MT4. I think I tracked down where my bug is, and the 1st thing I notice has got me stumped. The first time my indicator runs on Period_M15 the Bar # is 65001 (option max bars in chart is set to 65000) and Time[65001] shows 1970.01.01. BUT I'm looking at the chart...
OK, before you all jump in . . . I know iBarShift CAN return -1 if I set exact to true and there is not an exact match . . but I didn't . . . here is my code. OpenBar = iBarShift(NULL, PERIOD_M1, OrderOpenTime()); if (D3) Print("OpenBar = ", OpenBar, " OpenTime: ",TimeToStr(OrderOpenTime()...
[Deleted]
Is it possible to get what parameters were used in adding an indicator to a chart? If a user adds the RSI indicator to a chart, is there any way for my Custom Indicator to find what Period & Level(s) the RSI indicator is using?
[Deleted]
I'm new to MT4. Is there any reason I should not write a "time()" function (lower case "t")? I'm tired of writing "NULL", all the time. datetime time(int iBar, int pTimeFrame = 0)   {      if (pTimeFrame == 0)         return Time[iBar];      else         return iTime(NULL, pTimeFrame, iBar);   }
[Deleted]
Dear All, Our company would like to explore development of plug-in modules for the MT4 platform as one of the possible ways to expand our business. In order to evaluate what it takes, we tried to find any available technical documentation but found virtually nothing. So, we decided to post our
When I do backtests and get highly implausible results, including trades being executed at prices outside of the range at the time in question, I am drawn to the strong suspicion that there is at least one serious bug in the backtester. I believe part of this error is that somehow imported data gets...
[Deleted]
In forex since 2007, at the moment has accumulated a set of potentially profitable TS, Terms of Reference (ToR) for their programming can provide, samples of such ToR can be seen here and here . From the programmer is required: 1. the ability to work to TOR; 2. the desire and ability to quickly
[Deleted]
Bizarre problem -- maybe one of you geniuses can solve this: Three computers, all running 3 or 4 instances of MT4. All would send email alerts to my cell phone without fail -- until about 2 wks ago. ONE of the computers ceased to send out email alerts to my cell phone. The other 2 still work...
Are the iHigh or iLow functions or variables? I have charted the high minus the low for a currency using an array. ExtMapBuffer1[i]=High[i]-Low[i]; What I am attempting to do is take the 5 minute high for the EUR_USD and subtract the 5 minute low for the JPY_usd. With this in mind I have made the...
All, I am developing a Custom Indicator and had the following queries. I use two buffers to draw the line indicators. a) Possibility / Workarounds available to draw a line indicator on a single bar, ie the start point and the end point of the indicator line will be on the same bar...
Hi I have started reading the mql book It would appear that some of the language in the book requires me to understand other computer language, as I'm not fully understanding what I"m reading So the question is: Since there does not appear to be extensive information available to learn mql4 in baby...
Hi, I'm reading the Book/Documents and the articles on this site. I'm not completely understanding the built in Bars variable Also I'm super new to programming so much of what I'm learning I have to constantly reference C++ sites to learn those topic first and then come back and re-read what I...
I see video where the presenter will click on one point a chart, and move the other end somewhere else, and it shows what the pip difference is. How do they do that?
[Deleted]
Does this indicator formulae already exist and if not, could someone kindly code it for me please. (Close-Open)/(High-Low)*100 I would like it displayed in a seperate indi window, with an external variable for period.
[Deleted]
  put TimeFrame into variable?  (11   1 2)
Is there a way to put a TimeFrame into a variable? int myFunc(TimeFrame aa)   {      return(iBars(Null,aa));   }      
hello,i will appreciate if any one add trailing stop to this EA,just trailing stop and break even please helpthanks roulette-king@web.de
[Deleted]
  range bars  (4)
does anyone know where to get range charts for mt4
[Deleted]
  price line MA ??  (1)
anyone knows which MA can best indicate the priceline ? EMA 5 ?? EMA 4 ? THANKS IN ADVANCE