General - page 1971

I can't seem to find where the <--includes--> files are coming from in the htm file. I want to change the detailedstatement.htm template in MT4 so that I can put the "magic numbers" from EA and "comments" into a seperate column. These always appear under the prices, and I don't like that. In fact...
  EMA
Exponential Moving Average (EMA) Exponentially smoothed moving average is calculated by adding the moving average of a certain share of the current closing price to the previous value. With exponentially smoothed moving averages, the latest prices are of more value. P-percent exponential moving...
I have coding some indicators use "#property indicator_chart_window" but not using indicator_buffers, their just create and move some object on the chart. I think it's useful to to make the indicator visible on the chart, this can be done by attach the indicator to the object which created...
[Deleted]
Please could someone be kind enough and build me a signal generator/alarm that will show the crossing of 2 MVAs overlayed on an RSI? (See attached screen-print) RSI @ 14. Overlayed with 8-EMA on Previous Indicator's data as well as 8-SMA overlayed on First Indicator's data. Reason: I run this on my
  New System Is Born  (19   1 2)
and? we don't seem to have mind readers here. what did you want to say?
Hi all I have tow MQL4 files , I need to get a valume from one file to ather file . example : A is MQL4 file & B is MQL4 file the tow files is expert , Im going to run A file but need it to read a volume from B file . What is the code lin to do that ??? thanls
Hi all, Here's something for you to read this weekend. A link to Joe Ross' forum and when NOT to trade the forex market. http://tradingeducators.com/forum/showthread.php?t=28 Enjoy!
Hi gurus I am new to MT4 and I really like the exportable historical data. However, I can't seem to find a way to do it in an automatic way via script or function or any software. Can this actually be done ? Thanks Bob
what is the best broker using metatrader 4? i have the hardest time staying connected to interbank.
Where can I go to get a demo account using MetaTrader for futures charts? I use MT4 for spot forex quotes, but understand MT4 also services futures charts. Thanks.
Guys, As we all know, market news impact directly onto ForEx values (Up/Down).. Could someone can post the best place/site to get latest, reputable news detail. Thanks in advance.
Hello, I'm curious if you would entertain the following idea for some future release: In the database programs I've used, by default, my created windows are confined to the main application window. If I define them using a keyword "IN DESKTOP" it creates a window that is still connected to the...
i have trading this strategy and it was profitable can you help me to make it EA for MT4. the settings are : the timeframe 1 Hour EMA 9 shift 0 EMA 9 shift 9 parabolic SAR the standard setting. when EMA9-0 cross EMA9-9 the entrance will be at the last parabolic point above the cross and the stoploss...
  File Append  (1)
Is there a file append mode? I don't see it.
Hello All, Is there a way to set the color so that I can see what color a particular Doji candle is? Thanks In Advance
Hi all, Can anyone help me with finding out the angle (in degrees) of Moving Average lines (or any other lines for that matter). I basically want to know the angle that it makes from say one day to another, or from one hour to another. And I'd like to build a strategy based on whether the angle is
Is there a function to covert text to upper or lower case? I see the stringtrimleft() and stringtrimright() but no upper and lower.
Is there a way to programmatically scroll back through the chart to get the history? Pressing the home key and holding it down forever takes forever on 1 min bars and I set my bar history the maximum.
  OrderOpenPrice()  (2)
When I use OrdeOpenPrice() the value returned is correct, namely the price at which the position was entered. But if i restart ( turn off the computer , lets say), then for some reason the instruction OrderOpenPrice() gives me zero as the entering price of the current open order. What Im I doing...
Hi to all, I tried to make a DDE Client in perl, but I cant get any data from MT4. I would like to know waht is wrong with this code in perl: use strict; use Win32:DE::Client; my $Client = new Win32:DE::Client('MT4', 'BID'); die "Unable to initiate conversation" if $Client->Error; my $group=
Hi folks, I am interested in an mql4 code set that can produce a vertical line on a chart at a selectable time. Does anything like this exist or can it be coded?? My understanding of mql codes are very minimal and I cannot code anything. The best I can do is change the colour of 'objects' and their...
Hi All Really Great Staff You Are Doing in Here I am just started to trade Forex using a strategy that is looks nice and easy to follow for me. But I need your help in putting it in a simple Indicator inorder to be able to visualise the trades so i can make a back test for it. The Indicator is to...
Hello all , sorry for the lack of news, but my free time to code this tool was short. Here Mql2Mq4 Beta version 0.2 to correct a bug on application loading. Sorry for this, more over have add an Exception Handler, so if bugs occured you can send me the generated file "Errors.txt" on my forum
  Ojala EA  (182   1 2 3 4 5 ... 18 19)
Alsalam Alikum (peace be upon you)! This is my first EA to submit in this great forum! I've beck tested it and it shows great result. Could we forward test it together? Note 1 : This EA uses EMAOsMA indicator, So, Download the indicator to experts/indicators folder and compile it before using the
I want to draw a forecast MA ,so I can see the trend of MA.Can this idea be realized on metaedit ? If can ,How should do? Thanks!!
There was fixed some errors: 1. Library compilation error. 2. Trade list scrolling error. 3. Account history update error after account change. 4. Group dragging is possible for trendlines only not for all objects. Please download updated version from "MetaTrader 4 trading terminal"
I have Metatrader 4 and for some reason experts don't work for me... I put the .mq4 file in the /experts folder then compile it and it's possible for me to attach it to the chart. So i attach it to the chart and just select "allow live trading". But it never trades?! at the moment i have Scalp net,...
Hello, I have my MT4 liveupdate loader and my charts working great while Zone Alarm Free Firewall is running but when I try and send a test email alert to my text messaging on my cell phone using MT4 Email test, Zone Alarm is blocking the text message. Unfortunately, the free version of Zone Alarm...
  Hi, I'm new here  (1)
I'm new to here. just got a marketiva account to learn forex. I never tried MT4 before. Since you guys discuss it here, can I use MT4 with marketiva? Thanks.
ok i've tried to do this for a friend of mine but i can't seem to get it right. ok here is what i need. first i need to be able to set lots, take profit, day of month, hour, minute and second. when it hits the day at X hour at Y minute and Z seconds it needs to do the following. 1) Store the ask and...