General - page 1305

[Deleted]
Hello, I would like to buy an indicator on the market to creat an exist strategy on my system. What i would like to know is i am going to receive the ex4 product. Is is possible to code with this or i need to have the mql file? What are my options? Thank you have a good day
An even more polarized and fragmented single-currency bloc looms as a result of controversy over possible quantitative easing before Greek elections Jan. 25. The European Central Bank is mulling forms of stimulus that would stop well short of full-scale across-the-board purchases of member...
Hey guys, I have been trading for quite some time now, I traded mostly H4 charts, but I am getting fed up waiting on setups and what not. I have developed my own strategies over time and have learnt to read price action very well, however, I have moved to trading the 5 minute charts. I have...
I have used the attached EA file to do the back test. Symbol: USDJPY Model:Every tick Use date: check From:2013.01.01 To:2013.12.31 Period:M1 Spread:Current When I checked the log file, there were something which I don't understand. Here is a part of the log file. 0 14:05:59.823 TestGenerator
  code help  (4)
i need a code for selecting all deposit using Order Select() in the terminal double p = 0.0 ; for ( int k = OrdersHistoryTotal(); k>= 0 ; k--){ if ( OrderSelect (k,SELECT_BY_POS,MODE_HISTORY){ if (OrderType() == OP_BUY || OrderType() == OP_SELL) continue ; if (OrderType() != OP_BUY
  seeking
hey all, is there an Ea/script that could open a stop buy/sell at say 8 am 10 pips above open price with a 20 pip sl and tp , with money management included.
Hi, when I test EA strategy and put (for example random) open_price=9.999 program still open position. Why?
Dear coders, Generally in murray math lines, autofibo, roundnumbers, daily weekly monthly high lows, are in the longlines from east to west in the chart. So i can't see the price action with that such long lines, So someone in this forum please make them into shortlines by puttting startline and...
January 2015 is looking a lot like January 2014. The US economy has been improving, the unemployment rate has been coming down, and the Federal Reserve has been increasingly prepping the world for tighter monetary policy. For most bond market experts, all that means US interest rates are going to...
All The Traders Moderators Coders Have A Wonderful New Year ........
Good day Everybody, Happy New Year! Wishing all of you a very profitable 2015! I just need a little help with the definition of 'Maximal Drawdown'. On the Signals page, the definition is given as "Maximal drawdown is percent for balance/equity, resulting in amount xxxx EUR", and I cannot find any...
D1 price is on ranging market condition with primary bullish: The price is located inside Ichimoku cloud/kumo broke Sinkou Span A line on close D1 bar from below to above which is indicating the ranging bullishChinkou Span line broke the price from below to above on open D1 bar for possible...
Dear friends! We wish you a happy new year! May it bring you professional success, creative power, steady development and prosperity. Let the upcoming year be good, exciting and full of positive moments! The year of 2014 has been extremely fruitful for MetaQuotes Software. We have managed to reach...
Hello all and Happy New Year I built my indicator ( Its name: Yazdan.mq5 ). How i can transfer Specific information( For example this information is: SUN and WIND) from my indicator to expert ? and use this information in expert ? In addition What difference do it in MQL5 and MQL4? Thanks in...
[Deleted]
Hello all! Happy New Year! Recently on the forum was discussed (and is still being discussed) the topic (on the assurance of one of the users) of an EA working on all GPs on the basis of a standard WPR indicator. There he gives "approximate TOR" of the Expert Advisor. Everything seems to be simple
European Central Bank President Mario Draghi said the risk of the central bank not fulfilling its mandate of preserving price stability was higher now than half a year ago, and reiterated its readiness to act early this year should it become necessary. In an interview with German financial daily...
I was wondering out of the three indicators which one repaints less. Also which other indicator would you use to confirm the trade and how would you weed out false signals? ADX buy sell ADX Buy Sell Indicator - MT4 Indicators (MQ4 & EX4) - Best-MetaTrader-Indicators.com Zig Zag buy sell Zig Zag Buy...
  FX and Indices  (2)
I am testing the chart system and can only get FX markets and prices. Is it possible to load Indices and Commodities into the mql5 charting software Many thanks Mick
Japan's currency will snatch a new record in 2015, most analysts predict, bearing in mind the even starker monetary policy divergence - its already fourth straight yearly depreciation against the greenback would be its longest losing streak on record, or at least since the global monetary system...
Hi dear, Hope you and family are healthy and happy. Merry Christmas,live it up. Hope to have a happy cherish peaceful new Year 2015. With love, Cheers,
Hi, how can I call mq4 from my c/c#/c++/Java program? I need call functions like iRsi(...), iMACD etc.
America’s closed economy can handle a surging dollar and a fresh cycle of rising interest rates. Large parts of the world cannot. That in a nutshell is the story of 2015. Tightening by the US Federal Reserve will have turbo-charged effects on a global financial system addicted to zero rates and...
How would I subscribe to a signal provider located on this site , using the MT4 platform I already have . I subscribed successfully to a signal provider whose name was located on the platform itself. Wrote to support and have 't gotten an answer. Have reviewed videos offered by my broker, read
The essence of trying out a demo account for new forex traders is to gather all the fundamental experience of how the forex market works in general. In the demo accounts, you are expected to make all the possible mistakes you could, for in demos you re forgiven. For new traders, they would try to...
I have found out from my time in the forex that when traders continue trading, what usually prevail in their minds is to get back all the market has taken from them quickly. But it is not really advisable to want to desperately recover what you have lost. Good, it is good you pursue a comeback in...
Hi guys, I'm trying to learn some mql4 coding to create my own EA's and im going through the online thing they have here and i am a bit confused on the following parts: Symb=Symbol(); // Security name Total=0; // Amount of...
I'm trying to declare pointers in .mqh files. In fact, I need to construct a Hashtable... I was declaring like C++ code: class HashMap {private:      HashEntry **table;public:      HashMap() { table = new...
hi, i am useing a signal on my demo account, but would like to use another one on my real account. but it wont let me copy signal. what am i doing wrong?
NEW ORDER problem in my MT4 ,is any body have same problem ,that i can not place an order