MQL4 and MetaTrader 4 - page 1467

[Deleted]
Market condition flat or trend? Which prevails? I would like to get a reliable and well-reasoned answer to this question. There are a variety of opinions on this matter. Below are some of them in italics. Trading strategy Market prices are in constant motion. The market condition at any time can be
Hi All - I am having with the above code: for (i=0, i < TotalOrders() First thing to note is that I am using trade context code with global variables to prevent problems with trade timings and trade context errors. My code places a pending order or modifies an existing pending order immediately...
I am looking for an indicator that will provide notification when a price level has been reached that has entered by the user, thanks for your help
Is ther a way to create an fib indicator in a separate window? I would like to overlay on point and figure indicator. Is there a way to do this? I know it can be done manually but would want something more dynamic.
[Deleted]
This indicator has two lines (high=buffer(0) and low=buffer(1)). Essentially, when both lines are low it is a buy signal, and when both lines are high it is a sell signal. Also, the distance between the two lines is a measure of price stability (the greater the distance, the more instability there...
[Deleted]
Hi my first post here and greetings to all and thank you for clearing this. Am I alone in seeing this issue between "Indicators" and "Custom Indicators"? Probably... Maybe I'm missing something or I've altered the Client Terminal (CT) settings, Why are there different indicators in the "Indicators"...
[Deleted]
i want take a live forex metatrade course in london, somebody know one tk
[Deleted]
Hi, could somebody please tell me what's wrong? My EA should only open 2 pending orders: 1 buy stop and 1 sell stop.  But when i test it in strategy tester SOME TIMES it opens too many unwanted sell stops (or buy stops). I mean when it comes to X candle it does open only 1 order but on other test...
[Deleted]
If I have Fibanocci0 and Fibanocci100, how do I determine the rest of the lines?
[Deleted]
Please visit this site: www.pipcast.net Site is tested between a group about 200 of selected users for a period of 20 weeks and the performance was satisfactory. Please use it and let me know your comments. Thanks in advance
  Remove old data  (2)
How do you remove the downloaded data from strategy testing? This has used up a number of Gb from my hard drive. Thanks
  rounding numbers  (1)
How do you round a number to 2 decimal places in MQL4? MathROund only does it to integers and has no input fordecimal places?????
[Deleted]
I am about at my wits end with having to make exceptions for normalized double's that don't make sense. I have had most of my troubles with conditional if statements There are several occurrences of this problem throughout my expert. Most I have either found a different algorithm to handle the
The value here comes out as 0.00 What am I doing wrong in the iMA ? Comment("Teeth value (red) is: ",DoubleToStr(iMA(NULL,0,TeethPeriod,0,MODE_SMMA,PRICE_MEDIAN,i),2)); This only happens on GBPJPY
[Deleted]
I have two points: orderopenprice() and High(1). I need to simulate a Fib Retracement between these points by drawing a line from the open price thru High(1) to get price points. How can this be done?
Please help to set time points: I want to set a time point that's sometime before a given time, for example: TodayDatetime=2009.07.09 0:00, to calculate a time point that's two weeks earlier: TwoWeeksDatetime=TodayDatetime - 2*7*24, time unit in hour, the problem is how to make this work? Thanks,...
This EA in the tester only entered 1 trade in over 2 years worth of data. Any ideas why? It's based on the alligator indicator and when the green line moves below the red line or vice versa, it should enter a trade. All trade closes are handled by the stop loss, which is modified at regular...
  Alert sound  (3)
Hi When I use the Alert function, it makes the alarm sound once. How can I get it to repeat the sound every 10 seconds and then stop when I press the Ok button like the normal alarm system already built into MT4??
I am modifying the alligator indicator. I want it to send me a screen alert when the green line crfosses the red line but it does this constantly, not just once and then again on the next cross Any ideas: [quote] for(int i=0; i<limit; i++) { //---- ma_shift set to 0 because...
  Get user input?  (3)
How do you get user input for the external variables here? Also, what is the function to have the message box say OK, rather than YESNO? [quote] //+------------------------------------------------------------------+ //| Lot amount based on SL.mq4 | //|...
I have an expert that its performance is satisfying for me! I'll welcome any comment. startegy tester
Hi, I need the code for Probabilistic Neural Network algorithm for Keystroke Authentication which is based on Biometrics ,my project is based on VB.net 2005 .Please help me.I have no time,i should submit my project by 13th April 2009. Thank you
Wondering if there are any articles on MUST HAVES or DO's and DONT't for an EA trading strategy . I want to design an EA that opens 1 buy or sell trade at a time based on indicator signals and changes the SL based on another indicator as the PA is moving. If the EA is attached to one chart, will it
Barrowboy can you please help me with the SL of this EA it does not work right and also does not send me Emails can you show me where i am going wrong johan
[Deleted]
Is there anyway we can project the channels created by !LinRegrBuf forward by a number bars to a maximum of say same no of bars as last+ swing lowhigh or high low
Where is the value of the AO in this code? I want to add an alert that tells me when the zero value has been hit or there has been a cross from +ve to -ve and vice versa: [quote] //+------------------------------------------------------------------+ //|...
  Ea to Indicator  (2)
when I run it in tester the following code nicely draws me vertical lines, each day at the New York open. . I want to make it into an indicator so when I'm looking at historical charts, I don't have to go blind trying to read the open time. int start()  {...
[Deleted]
Hello Blessed TRADERS, PLEASE CAN SOME ONE HELP ME TO BUILD A SIMPLE EA THAT DOES THE FOLLOWING: WHEN A NEW CANDLE OPENS FOR THE DAY IMMEDIATELY PLACE TWO PENDING ORDERS BY ADDING 30 PIPS TO THE OPEN FOR BUY SUBTRACTING 30 PIPS FROM THE OPEN FOR SELL TAKE PROFIT 10 PIPS STOPLOSS 50 TRAILING STOP 5...
[Deleted]
I want to use FXCM to trade (using a practice account only for now) and I want to setup an automated trading system using my own system. The basics of it are opening trades with different currency pairs and then closing at a set limit and at the same time as the first positions close then opening...
What is the variable for the chart name in MQL4 code? eg how do I print out a message that says my alert is for Chart EURGBP