General - page 1778

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:...
Hello, I am just learning MetaQuotes so it is slow going. I have started writing an EA that can enter a trade when I want. I enter the trade with a stop loss of 50 and a take profit of 15. I tested the EA on the Neuimex platform for the dates 12/1/06 thru 2/5/07 with a profit of 562 pips. I will...
i need someone to hel me code this stepMA stoch indicator so it'll give me a sound alert when it crosses down and up... coz the current version of stepma stoch with alert that i have now is totally not working... it just gave the alert only when we refresh the chart... here's the files for u to code...
i need someone to code this stepMA stoch indicator so it'll give a sound alert when both line crosses each other... i tried the previous stepMA stoch with alert but it seems that it wont work... it'll just paint the arrow only when we refresh the chart and its already too late by that time... so...
  Stochastic ea  (6)
I picked this indicator up in another forum and I am trying to make work. Everytime I put on chart it "says not expert indicator and gets removed ". can anyone help with this? I am a novice with automated trading. Apparently, this thing makes a good quantity of pips. It had a 5 star rating
Hello I know it uses 2 coordinates but it is not giving me a cycle and the object will create something like a line but not exactlly, can just someone giva an example for that? Thanks.
I am sure there is an EA out there that does what I want, just can't find it, I hope someone help help me on this one. I need an EA that will put in a simultaneous buy/sell order between a specific time range. The EA should allow the following to be inputted: start time end time buy stop price...
I want to add a stoploss and money management aspect to the MACD Sample EA that comes with the metatrader platform. I have tried but come up with several errors I cannot seem to fix. I believe I can make this a very profitable EA with these additions. Thanks in advance. Kevin
I see that in 202 when a detailed report is produced there no longer is a red line showing the equity on the chart. Is this intended? Personally, I think that is rather important . thanks Mark
Hello Slawa, Is this possible: -Drop EA on Chart. -EA forces chart to attach to certain offline history file instead of its current symbol/period Even if this would have to be done with Windows API calls, that is OK, I just need to know if it can be done. Why? I'm generating a .hst file with...
If an EA is attached to a currency pair "EURUSD", some variables/functions will then be based on this currency pair. Point is one of functions. I would like to write an EA that will manage SL and TP of *ALL* open orders but I dont want to have this EA running on all "currency pair charts". I want a...
On this page (in MT4 build 200) MQL4 Reference - Basics - Variables the link on "bool" go the same link as "double"
  Zero Slippage  (2)
Hello, I have a question in regards to the metatrader slippage parameter . My script sent a close order message at 20:13:42 to close the position at 1.9475. The trade was accepted, and closed at 1.9479. A difference of -4 pips. When the slippage parameter is set to zero, does this mean, "close the
I use MT4 build 200. Using MT4 tester, I backtested an EA trading 5 lots. For 5 lots, the profit must be a multiply of 50. Isn't it? But, for some trades, it is not (see the picture below). Why ? Is that a profit calculation error ? Thanks
Hi People Can anyone have a look at this indicator code, it shows the daily WAIST level. If i code it with this setup the waist is correct double OPEN = iOpen(NULL,1440,1); double CLOSE = iClose(NULL,1440,1); double WAIST = (OPEN + CLOSE)/2; If i code it this way it reads 5 to 10 pips out depending...
I am looking for good settings for NonLagMA on 5 Min chart. Anybody can advise or direct to a post/thread where it is used. european
  Indicator to EA  (3)
Hi, Question from a newbie : Is it possible to transform a Indicator to a EA ? Thank's Michel
  PipeBomb!  (41   1 2 3 4 5)
..........
I want to participate some forex contests. Where can I have such information?
Someone is programming an EA for me. When the order is triggered it is supposed to send me an email, but it is not for me. It is working for the programmer on his platform. So I thought it is something wrong with mine. I tried it on 2 different broker demos and get the same result. An email alert on...
[Deleted]
how to save Current ask price to the file c:\current.txt and how to read it by expert . someone give me code . thank very much
  Average Daily Range  (13   1 2)
Can somebody PLEASE tell me how to produce this information. Thanks in advance.
Hi how much does Metatrader cost? thanks
who would be generous to post stepMA stoch EA... i have been searching for it all this time... pls.. pls... pls... or at least give me the link to the file.... thanks in advance...
Could someone explain how this works when backtesting!(Metatrader 4)
I don't know about the rest of you, but I would like the ability to manually input orders in the strategy tester. I don't know of any program off the top of my head that will slowly play through bars the same way, and I want to test my own trading skills in that environment. Because of this, I...
Hi... quick question. I'm working on an expert which trades in the main using 30min & 4h indicators. However It also has a 1min aspect so I run it on a 1min chart. When calling the value of an indicator from another timeframe with a different shift to the current bar, i.e
Hi all so ...I put here may Chart Analyse I hope that usefull