KeithN
KeithN
Friends

Add friends via their profile or user search and you will be able to see if they are online

KeithN
Added topic Straddle Manging EA
Hello, This is a request for help in finding a specific Straddle Mangement EA. Would anyone know where I can find a Straddle Managing EA that will delete the unfilled order side when the executed order side finally exits the trade. Kind regards
KeithN
Added topic Own parameters in a robot trader
I am looking for an EA trading robot in which I can set my own entry and exit parameters. For instance Enter on a value of the Stoch and the break of Bollinger Bands . Does anyone know of, or posses, such an EA. I would like to hear from you
KeithN
Added topic Add to chart bars
Most, if not all, MT4 brokers close down their servers early on Fridays and start up late on Sundays .   His means 4 one-hour bars are missing from the data.   What I want to do is have a script that I can apply at the end of Friday that
KeithN
Registered at MQL5.community
KeithN
Added topic Support and Resistance lines disappearing
I have opened a mutlichart window of 8 forex pairs. The Support and Resistance lines I have place disappear when I switch to another chart.  Is there some about multichart windows that cause this to happen.  I would appreciate anuy thoughts
KeithN
Added topic Range between times indicator?
Hi, Can anyone put me onto an indicator that will place lines on the chart to show the high and low of a range between certain times. Hope someone can help. Regards, KeithN
KeithN
Added topic Chart of comparative currencies (with chart)
Does anyone know of an EA that can chart the compartive strengths of currencies. Something like the attached file is what I am looking for. KeithN
KeithN
Added topic Chart of currency
Does anyone know of an EA that can chart the compartive strengths of currencies. Something like the attached file is what I am looking for. KeithN strenths
KeithN
Added topic Reset time in Terminal
When I run MT4 I have three different "Times" running on my computer. The Broker's time on Market Watch, the time of the Virtual server on which I am running my EA and my computer local time. Terminal shows the time of the Virtual server
KeithN
Added topic EA for recording spreads.
Is there an EA that records and reports on the spreads that are occurring on a specific pair? ie. EURCHF. KeithN
KeithN
Added topic Testing for Pending Order
Hi, I am having difficulty resolving this one. I have placed a pending order using the SendOrder() function but I cannot find how to test whether it is a filled order or still pending, so that I can either Close the trade or delete the pending order
KeithN
Added topic Use of "!"
Would someone please tell me the significance of the "!" in front of OrderClose and what it does. if (!OrderClose(MyOrderTicket, LotsNumber, Ask, 3, CLR_NONE)) I am attempting to code a simple EA and this is the first time I have come
KeithN
Added topic iMA() problem
I want to compare yesterday’s MA value with today’s MA value. I have set the MAs as follows: Today’s MA SMAnow = iMA (NULL, 0, SlowerSMA, 0, MODE_SMA, PRICE_CLOSE, 1); Yesterday’s MA SMAprevious = iMA(NULL, 0, SlowerSMA, 0, MODE_SMA, PRICE_CLOSE
KeithN
Added topic Inserting Chart tiltle in an EA.
Would someone show me please how I can insert an instruction in an EA so that a line of text will appear on the chart. The object of the exercise is to display the name of the EA that is running. Thank you, KeithN