General - page 1796

  Advice EA-PIVOT  (7)
Advice EA-PIVOT Good Result in 2007 G/U ,G/J ,E/J ,/E/U try demo account first ..
  hey scorpion  (4)
hi, you had helped me a while back with getting a working alarm on a ADX and all your help was great, i use those indicators every week with my trading style. there was only one other thing that i wanted you to take a look at and at the time it didnt seem to important so i tried not to bother you
  Levels  (1)
In your opinion, what is the best indicator for levels, cam lines (if so which ones), murrey math, draw your own? Thanks, Chris
Is there a script to close all PENDING (not open) orders? Thanks!
  Sloping ma  (3)
http://www.trading-naked.com/CCI-Buzz2.htm http://www.trading-naked.com/gb007-tlb-zero-line-cross.htm "IF THE 34 EMA LINE IS FLAT DO NOT TAKE THE SIGNALS. THE MARKET IS IN CHOP." Hi all I wonder could anyone make a indicator to show when a ma is sloping For ex when a smooth 34 ma is sloping 30...
Hi Guys Im new here and would like your opinion on this EA results. Thanks. Symbol GBPUSD (Great Britain Pound vs US Dollar) Period 1 Minute (M1) 2004.07.01 00:02 - 2007.01.24 00:00 (2004.07.01 - 2007.01.24) Model Control points (based on the nearest less timeframe with fractal interpolation of 12
[Deleted]
Does anyone have the Vertical Horizontal Filter (VHF) indicator in mql4? I would appreciate it very much!
Hi, does anyone know if it is possible to view Point & Figure charts in the metatrader? Is an indicator available for that? Thank you!! Marbo
I came across this video on google: http://video.google.com/videoplay?docid=-4686090702063727472 Very nice system without the hype and marketing. Does any one know who is the person in the video and where he can be contacted?? Regards
What would cause an EA not to trade when attached to a chart eventhough if I run it through the strategy tester with exact same settings it shows trades. I have checked "allow live trading" and the chart has a smiley face. I would greatly appreciate an answer because it is driving me nuts. Thanks....
Hi, I have been trying to write a script which automatically puts in trades but I am only able to get trades where I first have to confirm them. I have searched the rest of the forum to try and find the right information btu at no success, if this topic exists then my apologies for this post...
Has anyone created a EA or chart indicator that allows you to see the overlay of any two currency pairs on the same chart overlaid on top of each other? E.g. - EUR/USD over GBP/USD. I require specifically those two but if the indicator allowed the imput of 'check box' any currency pair overlay...
Anyone interested in a chart transposing indicator for correlation/ hedge trading can find it here on tsd: http://www.forex-tsd.com/indicators-metatrader-4/5977-chart-transposition-indicator.html#post86777
Hi, I am trying program an EA which can detect a 15 pip price trend but which is independent of time and also ignores noise in the trend. Any ideas that could point me in the right direction? Cheers, Gee
Hi! Just for the sake of having some fun, i made this little ea. Note: DONT TRADE THIS EA, AS IT'S BASED ON RANDOMNESS. Take a look at some funny results at http://www.juanchoc.com.ar/randomstrategy.htm Cya.
Hello. I am French and the text which I write will be translated by google. I seek a EA which spends every year without aucuns concern (July 99 with today) and with the maximum of profitability. What have to propose?
I have an EA that backtests very well in MT3. I haven't worked very much with MT3 in the past, so I'm just curious as to how accurate the backtester is? This particular EA trades on the daily charts, and it uses stops and t/p's for exits. Does MT3 look inside the bar?
  Multi pair chart indicator  (16   1 2)
Anybody can post Multi pair chart indicator, mq4, that allows several currency pairs displayed on one main chart? see attachment european
I think most of us who trade need to lighten up every now and then, I like Rob Bookers sense of humor so I thought I would post one of his websites. Go to harrybanes.com and click on "Max's Chart Patterns" and enjoy a laugh or two to lighten up your trading day. cheers
Hi. Am I right in thinking that it is not possible to include an attachment with a personal mail to someone?
I need a script programmed. Interested programmers please pm me for details. Thank you
Hi, Since a couple of months I'm extensively using all_minutes charts ("MQL4: "Free-of-Holes" Charts") now all of a suddenI get errors like this: 2007.02.13 01:18:38 HistoryBase: 906 errors in 'ALLGBPUSD240' 2007.02.13 01:18:38 HistoryBase: 846 errors in 'ALLUSDCAD240' All this started since...
Hi Slawa, I have a chart with an EA that is sending tick events to an offline chart with a non-standard symbol. The offline chart is executing code with every tick -- so this is working. But, on the offline chart I have an indicator that is writing data to a non-standard history file. The...
Why close(i) is different of open(i+1) ? Let's A a bar in the 5 minutes EURUSD chart (or any other UT and symbol chart). Lest' B the next bar. Let's tA the time for Close(A) ? Let's tB the time for Open(B) ? Is tA=tB ? If tA=tB, so Close(A) must be equal to Open(B) ? If tA <> tB, what append...
Dear All, I find some systems yield very good result when tested at control points but suffer badly when test at every ticket. Is there any way to write the mt4 so that the EA only trade at control points? Thanks!
forextrend: Has anyone got an indicator that will let you know on the chart when important news is about to be released?Will you post it. Look at this public thread https://www.mql5.com/en/forum/175881 Besides there is some EA in elite section from Igorad which can do this job (news placing...
Hi Slawa or anybody else from MetaQuotes technical support. In the attached image you can see a snapshot of USD/CHF chart. In the market watch window, bid price for this pair is 1.2440 and at the same time, on the chart, the bid price is 1.2441. I have one conclusion from this (if it is not a...
Has anyone got an indicator that will let you know on the chart when important news is about to be released? Will you post it
  Urgent !!!  (10)
how do i get an ea to alert the current ask price everytime it changes. suggest routine
Hi, This might be a very simple (or very tough?) question for the experts in this board. Here is the code from a indicator: ObjectCreate("pr"+sName,22,0,Time[p],fx[p]); ObjectSet("pr"+sName,14,159); ObjectSet("pr"+sName,OBJPROP_TIME1,Time[p]); ObjectSet("pr"+sName,OBJPROP_PRICE1,fx[p]); Question is:...