General - page 1168

I'm new in mql5, I want to get the exact value displayed here: But I always get a different value. For instance, I got this values for the example above: As you can see, it is not the same date. And when I try to find the value the April 23th (in my example) I find nothing. The code I used...
Recently I got some pm asking for my email adresse for obvious fictional reasons like: My friend is interested in your signal. He got problems accessing his mql5 account atm. Can I have your email? He wants to ask you Sam questions. Hm, I almost believed but then my spidersense were suddenly...
Hi, Would it be possible to run MT5 EAs on a Windows Tablet? Would the trimmed down version of the Windows OS be sufficient to support the running of EAs? Thanx
Hi, I am new comer, would you please advise me how to find open account demo?
Yes No I keep borrowing so it never ends I have unlimited funds and I afford anything
0.1 % - 0.5 % 0.5 % - 1 % 1 % - 2 % 2 % - 3 % +3 %
  agents  (1)
how to get more user to use MetaTrader 5 Agents Manager in mql5 network.
EURUSD: Reverses Gain, Eyes More Weakness EURUSD: With EUR reversing its previous week gains to lower on a sell, further weakness is envisaged. Resistance is seen at the 1.1050 level with a cut through here opening the door for more upside towards the 1.1100 level. Further up, resistance lies at...
W1 price is is located on the primary bearish with the market rally and 1.1240 resistance level for trying to be broken on open W1 bar for now: Ichimoku cloud/kumo with Sinkou Span A line (which is the virtual border between the primary bullish and the primary bearish on the chart) are above the...
Bollinger Bands® - A Volatiltiy Meter Bollinger Bands are technical indicator developed around 1980s by John A. Bollinger. He was an option trader then. As an option trader he delved into volatility, a measure for variation of price of a financial instrument over time you can know more about it...
  strategy testing  (1)
hi people... is there any way to skip an ea to forward testing once a specific return has been reached??? thanks in advance
USDCHF: Reverses Losses, Targets Further Upside USDCHF: With the pair closing higher for the week, further bullish is likely. Resistance resides at the 0.9500 level with a breach targeting the 0.9600 level. A breather may occur here and turn the pair lower but if taken out, expect a push higher...
Hi, I am trying to Understand working of OrderSend method . Following is my understanding . Can any expert in mql4 and verify and correct em if i am wrong. ·        PricedSpecified in OrderSend() method of mt4EA will be Useful in case of Limit...
I want to limit trades within a day to x number is this the best way to do? by checking the history? //+------------------------------------------------------------------+ //| Trade Count |
What MM software do you use for your FX MM needs? There is Market System Analyzer from adaptrade but it is buggy laggy and weak.. not for FX :(
I m right having a contact to order a new job. I finished to write the form but I cant find where to put the money to pay... It says : not enough money to pay. Where do I open the account topay the job?
Hi, Is there a solution to connect to MetaTrader server from java? I mean connect to the server directly as MetaTrader client does or connect trough the MetaTrader client dll? Get data at tick, start, modify, stop orders, etc. If not, is there a plan from MetaTrader development side to...
Hello, I am new to MT4 API, but i would like to receive ticks from MT4 Server into a C++ application, which API will allow me to do this (Metaserver, datafeed, manager) ? Can some one give example to do this ?
HELLO I NEED HELP PLEASE WITH TWO LINE MACD CROSSOVER CODE FOR MQL5 THANKS
MetaTrader 4 Platform Beta Build 810: Product Renting in Market and Testing of Indicators The beta version of the updated MetaTrader 4 platform is to be released on Friday, May 15, 2015. We will update our public MetaQuotes-Demo server located at demo.metaquotes.net:443. We invite all traders to...
Hi, sorry for the "low level" non obj programming, just an old style C code... I want to screen through an enum int bit by bit. Here the relevant code: enum Result_types  { NOTHING =0, Short_rev =1, // Open Long, Close Short Long_rev =2, // Open Short, Close Long...
Does anyone know the answer to this:::::::::: if you offer a set percent for example 30% to affiliates on mql5 to promote your signal, does the affiliate then get 30% share of the subscription price every month or is it a one off payment to the affiliate of 30% of 1months subscription but no more if
The Market of trading applications for the MetaTrader platforms features a huge selection of robots and technical indicators from reliable software developers. When we say "huge", we mean that it is the largest and the fastest growing selection of trading apps on the web. In May 2015, the number of...
[Deleted]
I want to search the text "MESSAGE" in a particular txt file in files folder.
  coloring bars  (1)
hi;I m new on forum; I d like a script to color the bars dipending on signals from one or two indicators, for example I d like the bar to become green if macd is > 0 How could I do that; thanks
Hi, I have a small visual problem with my homemade Binary EA. When i start the EA and the signals comes its all good arrows upear right where they should, but after as new bars comes the arrow start to change place. Im using " #property indicator_buffers X " instead of " IndicatorBuffers(X) "...
hi , l have a problem ,l wish get tick volume and lused the code such as : void OnTick() { MqlTick last_tick; //--- if(SymbolInfoTick(Symbol(),last_tick)) { Print(last_tick.time,": Bid = ",last_tick.bid, " Ask = ",last_tick.ask," Volume = ",last_tick...
hi which_is_better the_fixed_spread_or_the_float_spread???
I am looking for a translation into Chinese of my text on ATR Range Trader EA . Must have knowledge of trading terms used. Please contact me with credentials 
  stochastic code  (1)
hi please can somebody help me with my first bit of coding ever. its based on the step by step guide for beginners www.mql5.com/en/articies/100 I've taken out the ma and adx indicators and I think i've but in a stochastic. The ea will run in he tester but doesn't open any trades #property...