- Search Energy EXCH
-
RaptorUK replied Nov 5, 2013How will you get the .txt file from one PC to the other ? WinAPI ?
How to write/read variables to/from a file?
-
RaptorUK replied Nov 5, 2013Ask the author to fix the code and give you a new .ex5
Can't change Line Color in MT5 custom indicator ex5 file
-
RaptorUK replied Nov 4, 2013Perhaps you use F11 then add the toolbars back in . . . then when you restart MT4 the toolbars will be gone again . . . . . if you want to avoid this don't use F11.
Multiple screens and performance
-
RaptorUK replied Nov 1, 2013The main issue is the resizing, the arrays need to be not series when resized and then made series arrays after resizing . . . check the link I posted.
KSTX Indicator - Help with a simple code problem!
-
RaptorUK replied Oct 30, 2013I was disappointed when I found that MT5 can't use real tick data . . . but it can't, you can't even import your own data even if it's M1 data . . . it doesn't use .hst files like MT4, it's data is stored encrypted. You don't need to believe me, ...
mt4 vs mt5 strategy tester
-
RaptorUK replied Oct 30, 2013Why do I need to repeat what I already said, just scroll up the page and read it again . . . url Oh dear . . .
EA Builder produces bad code . . . Why do you need to call this Indicator this many times for each tick ? did you read the ...mt4 vs mt5 strategy tester
-
RaptorUK replied Oct 30, 2013Your PC is too slow . . . can't you borrow a reasonable spec Laptop from someone to at least test the improvement you will get ? or perhaps rent one for a few days . . . or perhaps you could get a VPS and use that ? it is also possible that your EA ...
mt4 vs mt5 strategy tester
-
RaptorUK replied Oct 30, 2013I don't think it's a bug as such, just a consequence of not being able to place Object anchors anywhere on the X axis except for a bar . . . for example: a TrendLine set to 11:35 on a M5 chart will be visually moved to 12:00 on a H1 chart . . . even ...
Trend Lines Not Matching Up
-
RaptorUK replied Oct 30, 2013There is no way to test on MT5 with real tick data . . . the data you are getting in the MT5 Strategy Tester are simulated tick data made from the M1 data. Also the spread in MT5 is variable and taken from the M1 data so it can change from minute to ...
mt4 vs mt5 strategy tester
-
RaptorUK replied Oct 28, 2013How would you do a H9 chart on MT5 ? you can't, but you can on MT4 . . . be careful what you wish for. The logical way to do what you are describing would be to have the Indicator create the H8 timeframe internally and use that data in it's buffer ...
The 3 Most Important Tools You May be Missing in Mt4 Platform
-
RaptorUK replied Oct 27, 2013You can create your own timeframes from M1 data and offline charts . . .
The 3 Most Important Tools You May be Missing in Mt4 Platform
-
RaptorUK replied Oct 25, 2013You will learn by doing . . . but if you want it coded for you go here: MT4 & MT5 coding
Limiting EA to 2 open orders per pair
-
RaptorUK replied Oct 24, 2013Loop through the open orders, count the open orders that match the Symbol() that the EA is running on by checking the OrderSymbol() and the OrderMagicNumber() if you use it . . . then you will know how many are already open for the EA, if it's ...
Limiting EA to 2 open orders per pair
-
RaptorUK replied Oct 22, 2013Don't waste your time, your "mql5" won't work . . . . . . there are too many things that haven't been "converted", for example; OrderSelect() by position, OrderClose(), OrderModify(), OrderType(), etc.
Converting mql4 EA to mql5 not working
-
RaptorUK replied Oct 16, 2013You cannot get Volume information from MT4 just tick counts.
Volume on Price Level indicator for MT4?
-
RaptorUK replied Oct 15, 2013Yes it does, if you change the Bid line colour to yellow you will get a yellow price highlight . . . what you want is no Bid or Ask line but also a highlighted price, I don't think that is possible. This is possible . . . image
Bid Price Line in MT5