General - page 1799

Does anyone know where I can find economic news releases over the past year or more that is in a spreadsheet format? Thanks!
Does anyone have ZigZagFibs V2.0 for MT4? info here https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=44952&SearchTerm=ABC%20Waves&txtExactMatch=
Hello, does any of you know of this indicator repaints the past? Many thanks in advance, -25-
I know price/indicator divergence indicators are available on platforms such as TradeStation and Trade Navigator. However, I'm looking for a reliable price divergence indicator for Metatrader 4. Specifically, I'd like to track divergence between price and CCI. One scenario is represented in the...
Hi Guys, What can I add to an expert advisor which can close all the open orders ...when the time is 23:00 Thanks
Is there a way to change the data format of MT4 export file I am looking for the ASCII.csv but need the data to be in the following format; DATE TIME OPEN HIGH LOW CLOSE date and time format as; Date Format: MM/DD/YYYY Time Format: HHMM any help appreciated. Is this even possible? Thanks
The EA is for EUR/USD in the 1 Hour timeframe. Looks not bad in backtesting. But is the backtesting with MT4 reliable enough to start live trading? Is it possible to get backtesting with a quality higher than 90 %?
https://www.google.com/language_tools The translator is very good, far better then the Babelfish translator. Here's an example: metaquotes.ru The Metaquote's Russian forum in english
  Super Expert Advisor  (24   1 2 3)
  90%??  (12   1 2)
I have been using the Alpari M1 data to backtest with 90% quality. I decided that I would like to get better data, so I purchased some tick data and wrote a script to convert it to fxt based on the standard script on the MQL website. Now the generated fxt file from the Alpari data for 2 years on the...
Greetings, Does anyone know if Heiken Ashi indicators repaint the past? Thank you. Mike
hi i want to shift lines ,but i cant do this maybe help me please i think that my problem is here int init() { SetIndexBuffer(0, ExtMapBuffer1); SetIndexStyle(0, DRAW_LINE); SetIndexBuffer(1, ExtMapBuffer2); SetIndexStyle(1, DRAW_LINE); SetIndexBuffer(2, ExtMapBuffer3); SetIndexStyle(2, DRAW_LINE);...
Please can anyone post a compiled version of the GBP_4Barbreakout EA? Thanks
Hi. Could anyone tell me if it's possible to have Histograms oscillating about a value other than zero or is this another MT4 limitation. The 'SetLevelValue' command only seems to effect where the center line is drawn which is not the same thing...
any one know link to meta 4 with server time gmt-5.....eastern time.. ...............becouse the candels noe accurate in athers
  Pip Boxer  (35   1 2 3 4)
Found this on yahoo forum awhile back called pip boxer trades on M15 timeframe need to set server time in e.a.'s to your broker time.Thought I had shared these before but can't find anywhere in the forum, so will try again. Enjoy mrtools
Say I attach the same EA to two charts, EUR/USD and GBP/USD. The Start() function in each EA will be called only for the currency pair of the chart it is attached to, right? One EA will receive ticks only for EUR/USD, and the other EA will receive ticks only for GBP/USD, right? So, if that is the...
Always Cut your losses and let your profits run. Take small losses and large wins.Once you have defined the trend, trade only in that direction.Always have a game plane. Never enter a trade unless you know where you should get in and where you should get out.Always use a protective stop to limit...
Hello I looking for a EA Programmer for my a Breakout system that works really well but it takes to much time by sitting there and make the Buy stop and sell stop by hand. So i want a EA that make Buy Stops and Sell Stops every day at 0:00 GMT time. The EA should make the Price for the entry orders...
I wish to backtest a simple manual system using the standard LRC (Linear regression channel).Is it possible to place the LRC on the chart whilst using the visual mode of the strategy tester found in metatrader. Can anyone tell me how to do this because LRC does not function correctly when i try to...
Attached is the The Seperation Indicator W/Alert that does not work. Would appreciate it if someone could code this correctly. This indicator was discussed here using the +8 -8 for exhaustion entries mostly on 5M charts for EUR/GPB. Basically looking for an alert when it reaches either +8 or -8 so...
///////////////////////////////////////////////////////// chk_buy=0; chk_sell=0; int totalorders = OrdersTotal(); for(int i=0;i<totalorders;i++) { OrderSelect(i, SELECT_BY_POS); if ( OrderSymbol()==Symbol()) { if (...
[Deleted]
Ave High & Ave Low Is there an indicator that displays a moving ave of the highs and lows of the chart? Rusty
Title says it all... this is not even the correct price if you round it. Furthermore the profit is shown to be negative, but the Pips are 0. because the actual price 1.9732 but I sold at about 11 or 12 or so pips lower than this actually. How do I fix this? Running Alpari UK demo build 200
Where do users put requests for future releases. For example, I'd like the Trade and Account History tabs to include a column forBalance, so that I can see how my EA does over time. The Swap can be optional upon right click, like Commission Taxes and Comments. Also, I'd like reports able to be...
On the website of the Automated Trading Championship 2006, the Interview with Michael Bullock (http://championship.mql4.com/2006/news/93/) has been published. Michael is a professional programmer. He started programming on ZX81 when he was just 10. With his great experiences, he immediately started...
according to this week is my holiday then i try making this ea but dont have time to test it ... anyone wanna try? the concept is symple i play GBPUSD as a BaseSymbol and if SMA is heading up i go long GBPUSD and hedge EURUSD short to reduce the risk but i also hedge USDCHF long too..........that's...
I have been getting very frusterated ,with the down loading of data in the history center, and every time I get missing data from Sept/30/2006 to Dec.4/2006. I know there has been a post already about this problem, and I couldnt see any direct answer about any fix. Are you(meta Quotes)...