MQL4 and MetaTrader 4 - page 1010

mt4 4.0 version 432: vertical line object create in seperate window (done in script), after switch to other timeframe chart, it will become invisible, even when the visualization setting is allow it show in all timeframes.
Hi I want to write an expert to monitor my positions. this is detail of m expert : if a position is opened/ closed/ TP or SL changed, I want to detect that position and record all of that fields in a text file. I like to develop it in MQL4. I'm a software developer but I don't know MQL more. May I...
  What is it!!  (2)
public class Q4{//====================================================   public static int a(int b, int c) //<--  what happens here???   {      int x=0;      x=c-b;      return x;   }//===================================================   public static int b(int c, int d) //<-- here it is again??...
[Deleted]
To test the function iMA, I wrote the code below       int start()         {                              double x=iMA(NULL,0,10,0,MODE_SMA,MODE_CLOSE,1);          double y=0;             for (int i=1; i<=10; i++)                              y = y +...
Dear sir Plz start mcx indian rates as early as possible.
[Deleted]
i am trying to write some code saying current bar ask price is greater than current bar simple moving average (5ma, close price, simple.) is this correct: MarketInfo(Symbol(),MODE_ASK)> iMA(NULL, NULL,5,0,MODE_SMA,PRICE_CLOSE,0) and current bar bid price is less than the current bar 5 moving...
double High_pending = iHigh( Symbol(), PERIOD_D1, 1 ); double Low_pending = iLow( Symbol(), PERIOD_D1, 1 ); This problem might have been mentioned before but I wouldn't have a clue how to find that specific topic. I use the above statements to find the high and low of the previous day, regardless of...
Hi all! I am using the "OrderCloseTime()" function and "printing" the result in the MT4 journal. I do not recognize the format of the "printed" "OrderCloseTime()". I will provide an example below... example: "Close time for the order 1 1167720180" My brain is thinking... "WTF"? :) hahaha... Please...
Is the ATR-indicator from Timeframe 10 Minutes and Period 14 the same as from Timeframe 5 Minutes and Period 28??
Hi boys and girls, I am trying to back test a hedge EA - it is simple - I assume that there is a correlation between two given instruments and when it is broken I enter two opposed positions and wait for correlation to be restored and take profit. The problem, however is that I can't (so far) to...
Hello, I've tried modifing ATR indicator to be shown on chart, changed the code #property indicator_separate_window to chart window, but it doesn't work. That's weird because when I do invert (modifying an indicator showing on chart to separate) it works most of the time. Any idea how I can do ?...
[Deleted]
Hi one and all, Is it possible to convert an EA into a CSV file? I have an EA based on ATR stops and stochastic indicator for os/ob conditions. The EA is calculating the profit factor and recovery factor for each signal for x past trades.I like to convert this EA into CSV file. There are plenty of
heyy guyz i came across a problem. the problem is that i cant use metatrader 4 indicators on metatrader 5. can any1 plz help me out n tell me how to convert them for metatrader 5? the indicators r in EX4 format...
I am using multiple charts all with the same EA attached toeach chart. I want to take my profit by closing all trades on all charts. To dothis as soon as any of the charts finds that the account equity is at a setlevel i just close all the trades. However, while closing all the trades othercharts...
Hi, I have a great filter. It has essentially zero lag, and is smoother than other known alternatives (JMA, ZLMA, ...). I have 1 problem though: that is the windowing function (the function that decides how many periods back it has to look to calculate the smoothed value in the current bar). I think...
When I specify a name prefix, it's deleting all Global Variables, not just the GVs with the prefix. There's a message in the forum back in 2006 that suggests this would be fixed, it's broken again.    MT4GV_TS_Prefix = "TSv2_"+Symbol()+"_"+Period()+"_";   GlobalVariablesDeleteAll(MT4GV_TS_Prefix);
I've always wanted to have the ability to code a blackjack simulator but back then coding seemed too complex an endeavor to attempt. I settled on using blackjack simulators which worked for basic stuff but the more advanced I became, the more questions I had which my commercial software couldn't...
Hello all, I am using a hedging technique with 2 EA's - one is the primary opener/closer and one is the hedging mechanism, using Magic #'s to interact with each other.... The problem is that I cannot backtest the system in MT4 - as Tester can only run one EA at a time. Can anyone suggest other ways...
  EA will not trade  (12   1 2)
I have an EA of a breakout strategy that no longer places trades. I stopped using it a year or so ago but changed the beginning and end times of the range which are both external variables. I have not changed the trading code since it ran successfully. Now it will trigger the Alerts in the code...
Helloagain, Once againI’ve come to ask for your help. I’ve spent several hours on this indicator andstill can’t get it to work. It counts only two bars back and … and nothing.Could any of more experienced coders (that would probably mean most of thereaders;) ) tell me what I’ve done wrong?? That...
I've just discovered MQL4, and I am reading the documentation ;-) The doco says: "Stop Loss and Take Profit orders (described below) can be attached to a market order." When I open a market execution order the 'Take Profit' field is 'greyed out'. How do I attach a Take Profit order? Do I have to...
after i adding the code in to my indicator if(ObjectFind(compass = W1_SELL);  {   ObjectCreate("W1_SELL", OBJ_LABEL, 0, 0, 0);   ObjectSetText("W1_SELL","W1 SELL COMPASS",10, "Arial", Sienna);   ObjectSet("W1_SELL", OBJPROP_CORNER, 0);   ObjectSet("W1_SELL", OBJPROP_XDISTANCE, 4);...
I saw there are topics here related to my subject. but i was unable to find a way to fill gaps in the data in history center. can we get data for each 5 minute during a day from history center? if so there should be 288 records per day.
Another time that I cannot write an EA without coming to this forum for aid. ;( At least you all can see how well I have progressed! ;) Compiling the tops and bottoms over a set amount of bars is failing me :( See: Code: #property copyright "Copyright 2012, bmel_12.25.81"#property link "http...
  Range Bar Trading  (10)
I am trying range bar trading but the offline charts are not updates to current date. Does anyone know how to update offline charts?? Thanks in advance
  LRC custom code  (10)
Hello, I would like to know what to modifiy in the code of this indi so that it doesn't refresh the channel on every bar and so that the channel stay on the chart for old bars, like in the picture attached and showed on this video : https://www.youtube.com/watch?v=peYbHALhyX8 (5:35). Thanks a...
[Deleted]
Hi everybody, I'm new here. I read much on this site and I have learn here very much. You all are great. Author of this strategy Dr. Barry Burns, he calls it 5 energies. It works on M5 timeframe with confirmation on M15. It's only working version for M5 timeframe and one market (I optimized it for...
how it type (if there is no opened positions now) in mlq4 please thanks
[Deleted]
This 3 ADX and 2 OSMA signal works better than many setups I have seen in the past. I feel it has Great potential if put in an EA form. I really want to do this soon.Problem is I am still learning the code. I am not there yet. In my first message I listed the inputs and variables of ADX and OSMA
[Deleted]
Im currently testing this system that can be implemented in a EA to greatly boost profitability without future collapse of the account. This image is from a 5 year strategy test(23.06.2007-23.06.2012)