- Search Energy EXCH
-
RaptorUK replied May 30, 2013Thats simple to take care of, for the case where there are 2 orders to be closed one script/EA is configured to close the higher ticket number the other to close the lower ticket number. There are probably other ways of doing this without conflict.
MQL4 - How to close 2 orders without delay?
-
RaptorUK replied May 30, 2013You need to use 2 EAs or 2 Scripts, MT4 can now support upto 8 trading threads so if you have more than one EA you should no longer get "trade context busy" due to the conflict between EAs.
MQL4 - How to close 2 orders without delay?
-
RaptorUK replied May 24, 2013My experience with two other Brokers would suggest that they are mistaken.
Why there is no alternatives for MT4?
-
RaptorUK replied May 24, 2013I'm running Build 500 with two Brokers with no issues, what does your Broker have to say about the downtime ?
Why there is no alternatives for MT4?
-
RaptorUK replied May 23, 2013With respect . . . a better word would be gradient, angles apply where the same unit is used on both sides, time and time or price and price, not time and price. pips per candle is OK for a gradient/slope or you could even call it a price velocity, ...
Trend line angle degree indicator
-
RaptorUK replied May 22, 2013That is a different Indicator . . .
MACD XO Window - generating pop-up alerts
-
RaptorUK replied May 22, 2013If you want to modify that Indicator you need the source code, the .mq4 file.
MACD XO Window - generating pop-up alerts
-
RaptorUK replied May 21, 2013Where is your EA ? how far have you got ? what specifically are you having problems with ?
help with this code
-
RaptorUK replied May 20, 2013Sorry, was a flying visit in between digging post holes and mixing concrete, erecting a new garden fence . . .
Imagine the original range for the iHighest was X . . . . Y the highest bar was found at Z Now the next Highest is between X and Z ...Help with Code in mq4 for fixed Time section?
-
RaptorUK replied May 20, 2013For the second highest find the highest from the start of the range to the 1st highest bar and compare with the highest from the 1st highest bar to the end of the range.
Help with Code in mq4 for fixed Time section?
-
RaptorUK replied May 20, 2013It's much quicker to write the code the second time around and you can do a better job as you have learned some lessons from doing it the first time.
Help to decompile my own ex4 file
-
RaptorUK replied May 19, 2013Where can I read more info on the Strategy ?
Need EA for Break Out Boxes
-
RaptorUK replied May 19, 2013It's not really your mistake it's just a limitation you need to be aware of. There are other limitations of the Strategy Tester, have a read of this: Testing Features and Limits in MetaTrader 4
Strange MT4 iMA() problem
-
RaptorUK replied May 19, 2013The Strategy Tester can't run on W1 or MN1 but those timeframes are still modelled correctly . . . as far as I am aware.
Strange MT4 iMA() problem
-
RaptorUK replied May 18, 2013In the Strategy Tester you only have access to a limited history prior to the start date, you probably don't have access to 6 weeks of data prior to your start date.
Strange MT4 iMA() problem
-
RaptorUK replied May 17, 2013No, like this . . . extern int StartHour = 9; if you want to use hours and minutes you have to do something a little different. you need too understand what a datetime represents if you want to work with dates and times in mql4/5.
Help with Code in mq4 for fixed Time section?
-
RaptorUK replied May 16, 2013Price doesn't move the same for each tick, a tick can be zero points move on Bid, the tick being due to a change in Ask, all the way to many tens of points . . . if price moves a multiple pips in one tick and you miss that tick you can't accurately ...
Pip movement speed
-
RaptorUK replied May 16, 2013Pip movement ? do you mean time between ticks ? you cannot make an EA fast enough . . . you will always miss some ticks. You can't time the time between ticks when you miss a tick only the time between the ticks you don't miss . . . use the badly ...
Pip movement speed
-
RaptorUK replied May 16, 2013Check the Time[] for the bar your are working on, if it is within your time range you can populate your buffers, if not within the time range leave the buffers empty for that bar. If you are working with a timeframe other than the current chart use ...
Help with Code in mq4 for fixed Time section?
-
RaptorUK replied May 15, 2013http://forum.mql4.com/55615
Marketinfo function ERROR in IBFX live server