General - page 1201

  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...
EURJPY: Builds Up On Strength EURJPY- Having closed higher on Wednesday and followed through on Thursday, further strength is envisaged. This development should see the cross target the 135.57 level initially. On the other hand, resistance lies at the 136.00 level where a break will aim at the 136...
GBPJPY : Reverses Losses, Eyes Further Upside GBPJPY: With GBPJPY reversing its one-day corrective weakness, it now faces further upside risk in the days ahead. This development leaves the threat of a move higher in the days ahead. On the downside, support comes in at the 188.00 level where a
  Coder/Programmer  (1)
Search for programmers/coder EA.
I'm on a windows 7 64 bit, metatrader 5, 64 bit also. The crashes appear sometimes, but only after compiling the scripts/indicators, then coming back to metatrader terminal, then crash. Somehow, with last updates, crashes tend to appear more often, but I'm not sure about it yet. Is it just me?...
Hey there, I have a strange problem in my MT4.. I connected my terminal with myfxbook via FTP publishing.. myfxbook recognized my Terminal and the connection is working. But all time I want to update the myFxbook page I have to go to Tools -> Settings -> FTP -> AAND click on "Test" .. then it...
Hi, Has anyone develope a datafeed api to enable the external data feed. For example, if I want to simulate the testing time back to 1Jan2003 for ES. I would first only load about few yrs the historical data for (1min, 5min, 15min... daily, weekly etc) from 1Jan1998 to 31Dec2002 (I'm back to the
Hi Everyone, I wrote the below code. The idea is: From a given bar i (say when MA5 cut MA10), lookback 15 bar, find Min Close bar (call min and nmin) From bar i to Min Close bar, find Max Close bar (call max2 and nmax2) From bar i to Max Close bar, find Min Close bar (call min2 and nmin2) I...
I like this forum, it give me Knowledge and friend BTW, where is link "DataFeed API: Writing Your Own Data Sources" Thanks !
How can i change real data ? 1. from file ? 2.from dll ? Thanks
hi, I need to resynchronize signal at specific time. Problem is that my broker close market for about 10 min daily, and positions opened by signal provider at this time are not copied. I dont want change broker and I dont want to close MT4 always, and open again only because of that. Please, does