- Search Metals Mine
- 18 Results (1 Threads, 17 Replies)
- PabloPL replied Feb 22, 2007
Sorry for a delay.... winter holidays
Yeah You are right, but You must know that before replacing fxt files and testing script I'd erased all history data from MT4 - i wanted to be sure that this data wont be included in calculation proccess. ...Big Mt4 Bug
- PabloPL replied Feb 16, 2007
Tesla - did U check my last charts ? Do You still think that everything is OK?
Big Mt4 Bug
- PabloPL replied Feb 12, 2007
Thanks for help but resolution of calculated indicators related to tesrer period is not the problem in this topic. Let look at my charts - especially on the last one. You can see, that indicator values are strange - why bands data are so wide in ...
Big Mt4 Bug
- PabloPL replied Feb 12, 2007
Converts normal cvs with ticks to fxt format. I convert it to M1, M5 M15 and replace them in tester/history before testing. In MT4 help file is written that replaceing files or using non-standard history is allowed. Of course "Recalculation" option ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Why ?? I havent run MT4 on mobile, but i think it could be possible to run it as a simple EAs - am I wrong? On the other hand You can setup email notification in your desktop version of MT. Just add SendMail function after each ordered ticket. Of ...
EA trade e-mail alert?
- PabloPL replied Feb 10, 2007
Listen try this one - should be fine: extern double i=0.1; double i1; int init() { i1 = i; } int start() { i1=MyFunction(i1); } double MyFunction(double a) { a *=2; return(a); }
Silly question for exp concerning math with double
- PabloPL replied Feb 10, 2007
At first: WRONG: #property indicator_buffers 1 GOOD: #property indicator_buffers 2 At second: in init method add: IndicatorBuffers(2); Sumarized: #property indicator_buffers 2 #property indicator_separate_window #property indicator_color1 Lime ...
Add values in array problem
- PabloPL replied Feb 10, 2007
Yes there is a way. On the desktop run your trading script without any modification. In thesame time on your mobile run something like that: int lastNumOfTrades=-1; int start() { if (lastNumOfTrades==-1) lastNumOfTrades=OrdersTotal(); if ...
EA trade e-mail alert?
- PabloPL replied Feb 10, 2007
Those are not trades, thats bands values tick by tick. (in my pictures in excell data i show only 30 of them (30 of 30000))
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
I must agree becouse i didint tell You one thing. I check this one again and i found that if script gets data from MT data history module all indicators were calculated well. But i'm using my own tick file-real tick file tick by tick. I have stored ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Yes but why: 5 Minute chart, M1 Bands data with 1 ticks back, that's one hour ahead ? Okey - im very nerwous about that. I spent lot of time till i notice that i'm "in a forest" as a Polish people say. Of course i'm very glad that You will check it. ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Thats normal i know that. But the case isn't about smooth of indocators data even of equity. I dont have it too. Im using data from other timeframes, but why for tick in the present the indicator value for that tick are calculated from ticks in the ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Simple method is like that: 1) add in your script init function opening file for data 2) in function start first line schould by saving data to the file 3) run it on couple different tester periods 4) load cvs data from files to a MS Excell and do a ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Lets looka at the attachments - im using interpolation of every tick, but it isnt importatnt what what method You are using - even in "bar completed" Bands values should be very similiar to reality. On my charts you can see, that bands values are ...
Big Mt4 Bug
- PabloPL replied Feb 10, 2007
Check this out: url If You calculate data in other periods that You have set in tester period You can get stuck. MT4 has a BIG BUG.
Can somebody check my code???
-
Big Mt4 Bug
Started Feb 10, 2007|Platform Tech|25 repliesI'm dealing with MT from over one year, and now i feel cheated. I did an EA that generates ...
- Posts by Trader Search: 'PabloPL'