- Search Energy EXCH
-
RaptorUK replied Jul 11, 2013Unless you have more than 10 open orders, then some will not close, why not decrement in a loop from OrdersTotal() -1 to 0 ? Loops and Closing or Deleting Orders What happens if an OrderClose() fails ? why don't you report this and any associated ...
ProfitDog EA (watch dog for your profit targets)
-
RaptorUK replied Jul 10, 2013If one of the orders is a pending order then there is no need to send them at exactly the same time and a simple script will work.
Please help me find a specific order script
-
RaptorUK replied Jul 9, 2013There is no need, with the recent version of the MT4 terminal it can have 8 trading "threads" open at once . . . all that is needed is multiple EAs. "Terminal: Increased the number of allowed parallel trading operations for MQL4 programs - up to 8 ...
Please help me find a specific order script
-
RaptorUK replied Jul 9, 2013Hijacked ? no, all websites have a little downtime occasionally, sometimes it scheduled sometimes it's unscheduled.
has www.mql4.com been hijacked?
-
RaptorUK replied Jul 5, 2013Use the Strategy Tester with a simple EA and advance the Strategy Tester window one bar at a time with F12
right arrow chart moves one bar
-
RaptorUK replied Jul 4, 2013You do if you add . . . #property show_inputs
Trailing stop code required
-
RaptorUK replied Jul 4, 2013MT4 only uses one Y axis, at the right, there is no facility for a left Y axis so showing multiple symbols is very involved and involves rescaling the overlaid symbol data hen the chart is scrolled, scaled or updates.
Possible to overlay two currency pairs on MT4?
-
RaptorUK replied Jul 1, 2013More than you would want to pay, but I don't currently code for cash, sorry.
Equity Sentry mod request
-
RaptorUK replied Jul 1, 2013That won't capture all the ticks, with MT4 and MT5 it is inevitable that some ticks will be missed.
Need True Forex Tick data
-
RaptorUK replied Jul 1, 2013It's really not difficult to do even in mql5, you could post a Job request here: MT5 EAs
Equity Sentry mod request
-
RaptorUK replied Jun 30, 2013TP = 100, SL = 100, Average win = 6.17 Average loss = 17.83 ?? something is not right, test for a longer date range than 2 months, try 2 years or more.
GET A Scalper EA
-
RaptorUK replied Jun 30, 2013I don't understand what period converter has to do with the subject you quoted . . .
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 30, 2013They certainly started out as pending orders, Sell Stop pending orders to be precise . . . 08:18:28 Scaling Script v1.4b NZDJPY,M15: open #308774645 sell stop 0.01 NZDJPY at 76.650 tp: 76.250 ok 08:18:28 Scaling Script v1.4b NZDJPY,M15: 2: SELL STOP ...
I will code your EAs and Indicators for no charge
-
RaptorUK replied Jun 29, 2013Scroll left on your chart until the history stops arriving . . . if you need more History get a different Broker.
How to download history data in MT5
-
RaptorUK replied Jun 29, 2013Original Poster . . . person that started the thread/topic
Hi guys, I need an engulfing indicator with alert signal
-
RaptorUK replied Jun 29, 2013But the precise details haven't been expressed while other information has . . . the issue is not language it is missing information.
Hi guys, I need an engulfing indicator with alert signal
-
RaptorUK replied Jun 28, 2013You already have your answer: url
how to plot empty, no-filled candles in mql4
-
RaptorUK replied Jun 28, 2013Well done for trying, you may well be right, but it's not an efficient way of working or use of your time, you shouldn't have to be guessing what the OP wants.
Hi guys, I need an engulfing indicator with alert signal
-
RaptorUK replied Jun 27, 2013What you are asking for is probably quite easy to do . . . I say probably because you are not clear and are contradicting yourself.
Hi guys, I need an engulfing indicator with alert signal
-
RaptorUK replied Jun 27, 2013Use iOpen(), iClose(), iHigh() and iLow() as has already been mentioned but check for error 4066 to check if the data has been updated or not, if you get an error 4066 check for the data again until you no longer get an error 4066 . . .
Another newbie coder question