MQL4 and MetaTrader 4 - page 1598

  Account chart  (3)
Is there any indicator that create a M5 chart of my profit/loss of my open positions during the day? Thanks
[Deleted]
I'm about to commit what I assume to be a huge programming faux pas. Can someone out there direct me to a more layman's explanation of exactly what each function, operator, etc means? I am doing my best to learn on my own, but it's like reading in another language to me. Can someone show me a...
[Deleted]
Hello, I am completing my first EA on a simple RSI strat. My problem however is that when testing i want to be able to limit the number of open positions to a maximum of 1 (eg 1 lot) at a time. This is obviously to avoid for example the RSI dipping bellow a certain level and triggering 1 lot then...
It uses trend detection technique and adaptive digital filters to work. MM is based on history and free margin. Will answer questions via email kiri4a@gmail.com or here. Strategy Tester Report Contest Pro v5 AlpariUK-Demo (Build 211) SymbolEURUSD (Euro vs US Dollar)Period5 Minutes (M5) 2007.01.02...
Let's say I want to plot EURUSD+GBPJPY How do you do this? ???????????????????????? Thanks
[Deleted]
  terminal.ini  (2)
Hi! I want to save all the settings of all charts with Indies and EAs and so on. Can I copy the \config\terminal.ini and load it to another MT4 and will I see the same desktop as before ? Or what othere files should be saved to save all chart setting ? pjo
[Deleted]
Hello- I'm looking for EA programming assistance. I've put together an Expert Advisor based on a manual trading system I've developed. Unfortunately, I'm unable to verify program execution / determine if it's doing anything at all. I've also tried to execute multiple EA's developed by other users
How can close all opened positions with one command at MT4? Is the only way one by one? Thanks.
  Indicator vs EA  (1)
Hi all, I downloaded an indicator and try to convert it to EA since some features i would like to use. However the result is not the same as i expected. As you can see in the picture above, the High and Low position with EA are 0. I basically copy the entire code (indicator) to a new EA but it...
[Deleted]
I find MetaTrader the most advanced FX trading platform available, the automating and advisor features are simply unique. It is a pity that the English documentation does not keep up with the program's excellence, as it contains many syntactical and grammatical errors which are distracting at best,...
I would like to have a 3 minute-chart. Is it possible? Thanks!!!
Forum is good, but it is slow :) if (chatroom) { community++; faster_help=true; } What do you think?
This looks like a great Custom Indicator for no-lag marking of price reversal. I have been using TRIX with 4,4 settings to accomplish this. I am now comparing this 5_34_5 indicator to TRIX, and time will tell if 5_34_5 proves out to be a more reliable "predictor". The one and only problem with the...
The author of this indicator says created charts will automatically be active whenever MT4 is restarted, so long as the "breeder" chart is also still open. This is incorrect. When MT4 is restarted with the "breeder" chart still open/active, all special timeframe charts created from it are as dead...
Hi, Has anyone got any experience running MetaTrader 4 on Linux using win4lin?
I was installing MetaTrader4 on Linux. Every thing looks OK. That only problem I have, is that when I try to make a Back Testing to some kindof an expert, I get an error: "..No Data for Testing" I have downloaded Historical Data from the server, but I still get this error. What Can I do?
I tried posting this to the code base but received page not found error 404. So it's here instead. This indicator shows either Tema, Dema or Ema based on a tick count per candle rather than a fixed candle time. It shows up and down arrows for trading the ma crosses. Using ticks for candles means if
[Deleted]
Hi everyone, please i like to know the meaning of the follwing inputs in true scalper profit lock ea, RSIValue = 50 ; AbandonMethodA = true ; AbandonMethodB = false ; Abandon = 101, breakeven trigger= 25, breakeven = 3. Thanks in advance . Willy.
[Deleted]
I am relatively new to MetaTrader, not to trading though, and havecreated some EAs using Expert Adviser Builder. Most work fine but amhaving trouble when I use multiple exits. Close(buy) logics and close(sell) logics with the OR function. Multiples with AND work fine, butit won't recognize any I...
This is a request for an upgrade to MT4. Please include the ability to have multiple rows of chart tabs, and to toggle any row between "Active" and "Inactive". Explanation: I like to focus my fx trading on only a couple of fx pairs at a time. I like to have an expanded sequence of timeframes for...
[Deleted]
Hi! I need to maximize the window size of a chart window by keyboad input. This is different from F11 to make MT4 full screen. Does anybody know how to do this ? I could not find this function in a comprehensive list of hotkeys. The other info wanted: Is there any hotkey or key combination to open a...
[Deleted]
Hello, I have a variable in my Indicator, and I would like to check it each time MetaTrader is launching, after this first check, the variable must'nt be checked until the next start of MetaTrader. Is there a way to make this ? Thank you
My EA (2 MA cross) works fine when I input 0 at applied price (CLOSE). I want to use FIRST INDICATOR'S DATA at one of the MA then I set 8 but don't works. What can be wrong? Is not 8? Thanks.
[Deleted]
Hello all, I am currently working on money management when entring multiple orders. I know how to calculate # of lots for one order considering risk % and account balance. That would be: Account Balance=$5,000; Risk=2% Buy EURUSD at 1.4755 with Stop Loss 50 pips. Since Account Currency is USD, Mini...
Hi, could you take a look to the following screen print? How can I proceed to assign the right icon to the files with extension EX4 and MQ4? I'm not able to attach these EA to a graph. Thank you! Alberto.
[Deleted]
Hello, Following the indicators, I would like to open one order at a time. So before open an order, I would like EA detect if there is an open order yet. Second, it must detect the type of the order (BUY or SELL order). Process will be: 1. EA detect if there is open order yet, if none, it open order...
[Deleted]
Hello, On my indicator, I set a GlobalVariable for the trend. When the trend is up, GlobalVariable is 1 and when the trend is down the GlobalVariable is -1 On my EA, I get the GlobalVariable, but I only succeeded to get the current GlobalVariable. I would like to get previous GlobalVariable at...
Built in iSAR() Function only tell us price of existing dot. There is no iSAR() Function with shift = -1 :) My question is: 1. How can i know price for next dot? (assuming closing price will be at current price) 2. If current SAR dot touch by the price, to what price SAR dot will move? I know i can...
Hello Friends I am able to create a indicator which draws a osciallator which moves above and below zero. The oscillator is drawn when the indicator is attached to a chart for a time period. Trend is up if above zero and Trend is down below zero. What i want is the value of this indicator for...
[Deleted]
hi. i need help extern datetime thedate=( i want to insert today's date here ) how? i tried TimeDay(CurTime()) but it didnt work