- Search Energy EXCH
-
RaptorUK replied Aug 25, 2013I know what you stated and it demonstrates your ignorance . . . tick volume, or better described as tick count, shows exactly that, the number of ticks per bar. Did you think I imaging it to be something else ? I guess you didn't realise this as you ...
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Aug 25, 2013The MT4 Strategy Tester doesn't do multi symbol testing, it will only place trades on the symbol under test. You can get at other symbols but you have to determine which bars you want to see from the datetime and then use iBarShift()
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 25, 2013Thank you
I'll update the data and my chart tomorrow.Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Aug 25, 2013Thank you x 2
I can determine the timezone by looking at the chart grab, that's the reason for it 
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Aug 25, 2013There is no need for you to actively display your ignorance.
Request for a little bit of help with some Broker info - MT4
-
RaptorUK replied Aug 25, 2013Thank you for your kind words
perhaps I should explain what I wrote. Many Indicators will work correctly in the Strategy Tester but the MT4 Strategy Tester was designed to test Strategies, EAs, as a result some Indicators will not work ...I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 25, 2013Try this, not tested as the markets are closed and Strategy Tester is not reliable for testing Indicators. file
I will code your EAs and Indicators for no charge
-
RaptorUK replied Aug 24, 2013Read the 2nd thread you gave a link to, if you have an x86 based tablet running full Windows 8 (not Windows 8 RT) then you can run the PC version of MT4 or MT5
Using MT4 on Tablet PC
-
RaptorUK replied Aug 22, 2013Yes I know . . . you asked . . I was partially answering your questions . . . Forex trading 5 years, shares 15 + years
Trade logging app with screenshots - what you think?
-
RaptorUK replied Aug 21, 2013All the EAs I have written automatically capture a screenshot of the trade once it is complete, and they can be sorted to different folders with a few simple code edits depending on what is required. It's really useful for debugging code running in ...
Trade logging app with screenshots - what you think?
-
RaptorUK replied Aug 20, 2013MetaQuotes testing IPv6 . . . url
MT4 push notification issues on android
-
RaptorUK replied Aug 18, 2013Can you define what you mean by repainting ? I have seen it defined differently . . .
What are the worst repainting indicators?
-
RaptorUK replied Aug 18, 2013This won't work either . . . //------------------------------------ -------------- // ORDER FUNCTION SEND SELL RETURN RESULTS //------------------------------------ -------------- void fSell() { // RefreshRates(); int result = ...
Stop and Reverse Order Coding
-
RaptorUK replied Aug 18, 2013Not connected with what you are asking about . . . but this is wrong, your error checking won't work . . . if (OrderType()==0 && TurnDn) { ticket=OrderClose(OrderTicket(),Ord erLots(), MarketInfo(OrderSymbol(),MODE_BID), 3,Red); if (ticket==-1) ...
Stop and Reverse Order Coding
-
RaptorUK replied Aug 18, 2013There are a few possibilities: the difference in spread is causing the difference in performance the difference is Broker data is causing the difference one Broker has 4 digit data the other haas 5 digit data and your code does not distinguish ...
MT4 Inconsistencies question
-
RaptorUK replied Aug 16, 2013There is no central market for Forex, Brokers have their own prices . . . within reason.
Seeing vastly different candles on 2 different brokers
-
RaptorUK replied Aug 13, 2013It's not a bug, it's just the way that floating point values work . . . url url
Bug in simple code, please help to pinpoint