General - page 1851

I have recorded some data using the ticks collector, but I attached the expert to the H1 chart so I only have recorded ticks that are sliced into 1 hour candles. I am asking if there is a method that could allow me converting this recorded H1 data into H4 data? The output file is .fxt extension, I...
Does the EA require an open application? Will EA run normally although the application is closed (not minimized)? Thanks
  MT4 LAMM Module  (2)
I believe Met is coming out with the MetaTrader 4 MultiTerminal (equal to PAMM) in a few months. Are there any plans to make a Lot allocation module? PAMM can be pretty restricted especially for investors whom have thrown money into a pool and have apetites for different risk/money management. So...
  MT4 is down?  (1)
MT4 is down?
Hi all, Kind of new to Forex and would like to know the ECN/NDD brokers please. Thanks SyedForex
  Elliot Wave Indicator....  (13   1 2)
Hi Guys, I am looking for an Elliot Wave indicator with actually displays and numbers 1,2,3,4,5 and A,B,C on the chart..... Thanks Babar
Hi All, I hope I'm not asking something that has been discussed many times before.. Can anyone tell me why the strategy tester would calculate the profits incorrectly as in the attached report ? For example: Trade1 Sell at 1.8687 Stoploss at 1.8745 This should show a loss of -58, but the startegy...
  Elwave Software  (2)
I read a post some time ago of someone who was using metatrader to trade the signals that were coming out of the Elwave Software. Does anyone have any idea as to how this could be done? For my purposes a simple alert to my phone would suffice. Thanks in Advance Randy
Does anybody can help me to make an EA based on this indicator? These are the rules :- Open Sell signal :- +Red dotted(SHI_SilverTrendSig)=true +Only open position on "openprice" of next candle and the "openprice" must be lower then "highest price" dotted candle. *optional : close position/buylimit...
I got an update that I havn't run yet. 198 I know that going from 195 to 197 changed things and made some ea's perform not so good. I am a little warry about installing an update now. Any body installed the new update yet? Any comments? what are the differances. Dave
Hello in all. For two months, I read, I read again all the messages which speak about E.A on MT4. I downloaded at least 15 E.A. I have never found the good E.A Today I give you a strategy for one E.A different from all what one connait. I I do not know how to make program, but if somebody is capable...
Hello, I think I'm seeing a bug with bld 197 and profiles. To reproduce: 1. open mt4 2. close all charts, etc. 3. open 3 new charts and add a few indicators to them 4. save a new profile. 5. close mt4 6. re-open and the same profile should be listed 7. close the charts 8. change profiles (new charts...
its look like a thomas bulkowskis bump and run reversal!!! isnt it? lets try in macroscopic trends guys!!!
Hi Slawa, I wanted to ask you another question if this is ok: Is it absolutely necessary to refer to the IsTradeAllowed() function in my EA if I am only running 1 EA on 1 computer ? Thanks again. Regards RJF
:whistling What moves the forex market? It's people's speculations that move the market! The news don't move the market, and the graphs don't move the market! It's people speculating on those news and people speculating on those graphs is what moves the forex market! When 9/11 happened, the...
On the website of the Automated Trading Championship 2006, report of Jury Meeting 11 October (http://championship.mql4.com/2006/news/45/) has been published. The Jury discussed at its meeting a number of technical issues concerning the owrk of Expert Advisors and Client Temrinals of the Championship...
I have recorded some data using the ticks collector, but I attached the expert to the H1 chart so I only have recorded ticks that are sliced into 1 hour candles. I am asking if there is a method that could allow me converting this recorded H1 data into H4 data? The output file is .fxt extension, I...
From this alert : extern int kstoch=14; extern int dstoch=3; extern int ssstoch=3; double Stoch; double Stochsignal; int start() { Stoch=iStochastic(NULL,0,kstoch,dstoch,ssstoch,MODE_SMA,0,MODE_MAIN,0); Stochsignal=iStochastic(NULL,0,kstoch,dstoch,ssstoch,MODE_SMA,0,MODE_SIGNAL,0); if(Stoch>85) {
  Label Position  (3)
How do I find out the size of the window/chart so that I can place the label in the desired position on the right side of the chart. For example if I place the Y & X distance to 10 & 10 it will fix the position of the label to the left of screen. I want to do the same to the right side. So when...
  BinaryMath Volatility  (14   1 2)
Here we go a BinaryMath volatily calculator hehe,, will only work on GBPUSD ,, ** This is just test 101.. How does it work? ----------------- some might know about binary numbers used in computers we only have 111111's or 000000's i went 1 step further and put also 2222222222's Taken the bars High...
Hi Slawa, Is there any way how to suppress drawing of the order open/close arrows and order close trend lines which are generated by the system?
Anybody knows how to find bar direction (up or down) in MQ4. I suppose the long way is to compare Open[] & Close[] values, but may be there is a shortcut in MQ4? euro pean
Hello, I am wondering if it is possible to create a code which could export a single .csv file that would create a row everytime a position is opened and closed for any type of trade taken i.e. with EA or manual exection in real time? If so could someone please provide me with an example to...
I've been trying to trade forex manually and I'm not doing real well. I've heard of automated trading where a program places trades automatically based on the rules of a trading system. Is that what a metatrader is - a program that trades for you automatically? So you download a metatrader, give it
Hello everybody: I am new in this forum, and wanted to ask about the automatic systems in the Web. Are they for free? Or is there a charge to use or download them ? Is it possible to change some things, like for example: the size of the lots? I am using a demo now. But I think that I could use a...
  My first EA  (2)
On the website of the Automated Trading Championship 2006, the interview with Harry Brinkhuis (http://championship.mql4.com/2006/news/43/) has been published. Harry gave interesting details about his Expert Advisor, Phoenix, that took the second place according to the Championship First Week results...
Value of Bid/Ask offline 1. Historical data has only Open,High,Low,Close and Volume value for each bar. So, backtesting a stategy offline using historical data, what is the value used by the OrderSend function for the 4th parameter: Bid/Ask price? 2. How to display line numbers in MetaEditor? 3....
[Deleted]
Is there an EA that I can attach to a chart which will simply take any open trade on that pair and trail stop it according to what I set it to. When I do manual trades all metatrader allows is a 15 pip trailing stop minimum. That just isn't tight enough for me.