- Search Metals Mine
- Ati Baia replied May 29, 2013
uploaded also related: MT4 Historical Rates - Backtest
Good History Rate Downloader EA
- Ati Baia replied May 29, 2013
UPDATE: 20130529 - fixed an error with Period M15 - re-uploaded the normal and also fast version
Good History Rate Downloader EA
- Ati Baia replied May 29, 2013
there are a couple of issues I saw: e.g. In HistoryCenter hst files might have multiple bars with the same open time: image this do show up as 2 bars with the same opening time in the data window. theoretically such should not be possible - how ...
MT4 Historical Rates - Backtest
- Ati Baia replied May 29, 2013
just a note for Ubuntu: for a while I used Ubuntu with Unity and moved recently to: cinnamon. How to completely remove Unity, and replace it with Cinnamon? it seems to be so much more responsive.
Running MT4 in linux
- Ati Baia replied May 27, 2013
I did today already the new: broker Historical rates: Good History Rate Downloader EA
MT4 Historical Rates - Backtest
- Ati Baia replied May 27, 2013
UPDATE: 20130517 - number of changes: it includes the help within the ext file. - removed feedback objects using instead simple Comment feedback - code cleanup - re-uploaded the normal and also fast version
Good History Rate Downloader EA
- Ati Baia replied May 27, 2013
UPDATE: 20130517 Good History Rate Downloader EA
Ati's indicator collection
- Ati Baia replied May 23, 2013
you might also want to check this out for related thoughts. url
On My Way To The Top
- Ati Baia replied May 23, 2013
Huge Pips losses are expected in such strategy. So no suprise. If each trade has roughly 200 pip SL and there are around 100 trades open (like yesterday in 100PipsADay trade explorer) this are potentially: -20.000 pips (SL hit). using current Avg ...
D1 - 20 EMA & 50 EMA
- Ati Baia replied May 21, 2013
I know it's an old thread. Just in case someone reads it: Instead of MathSrand(TimeCurrent()); or MathSrand(TimeLocal()); I think it is better to use: MathSrand(GetTickCount()); Cheers Ati
MathSrand(TimeCurrent()) produces the same random numbers
- Ati Baia replied May 21, 2013
thanks: I did something in the meantime (had a similar idea) like this: void SortStringArrByLength(string _orig[], string &_sorted[]) { int sz = ArraySize(_orig); ArrayResize(_sorted, sz); int x, i; int tmp[][2]; ArrayResize(tmp, sz); for (i = 0; i ...
Sort String Array by String Length
-
Sort String Array by String Length
Started May 21, 2013|Platform Tech|2 replieshi, anyone has a handy function for Sorting string arrays by string length. Before I do my own ...
- Ati Baia replied May 21, 2013
hi hanover, just a small feedback nothing really important. could not PM you so I post it here 1. In your : Shellsort functions you seem to have left over a variable k which is never used. 2. the ShellsortIntegerArray() function seems to be much ...
Handy MQL4 utility functions
- Ati Baia replied May 20, 2013
hi zackery, Could you explain what you mean by this: 1.Session-average Session I would probably not do as there is much more involved: considering all the different DaylightSaving Zones ect.. 2.Daily average For the active day or an average for so ...
Spread Recorder (Change Request)
- Ati Baia replied May 12, 2013
And this is quite a good manual instruction I found: so with that I leave it. //////////////////////////////////////////////////////////////////////////////////////////////// // Related Info from: url ...
D1 - 20 EMA & 50 EMA
- Ati Baia replied May 12, 2013
Some interesting info I found 6 or so month back: 1. INFO: MAX Historical Broker data (many do offer much less) url Please be aware that the MetaTrader 4 Server has the following limitations on history: <QUOTE>keverets (OANDA Mobile): 65536 bars ...
D1 - 20 EMA & 50 EMA
- Ati Baia replied May 12, 2013
Clean Data: 1. I find the cleanest data are the once one can download from once own broker: when one backscrolls: but there are limits how much one can receive: see my thread: Good History Rate Downloader EA (I removed recently the EA/script as I'm ...
D1 - 20 EMA & 50 EMA
- Ati Baia replied May 12, 2013
on backtesting: I'm no expert myself but I stopped using startegy tester (neber much used it in fact) My current backtest process: I do not use MT4 Strategy Tester but have implemented my own small Test suit as an Indicator. I call them: ...
D1 - 20 EMA & 50 EMA
- Ati Baia replied May 11, 2013
Of course I also think that 5 years back historical rates might not necessarily help with today’s news, but nevertheless if one thinks about it: the past events are quite important. e.g. How do you decide what to do if tomorrows news is such and ...
D1 - 20 EMA & 50 EMA