Friends 1
Liliput
Added topic CList of CArrayInt how to?
Hi, i need help please. I need a list whit CArrayInt objects . First i create it and then i want to use the arrays. Why when i do this i get no compilation errors but when it runs i get "incorrect casting of pointers". What i do wrong? Thx
Liliput
Added topic ATC2011 Testing Time 5min - Big Red Light for MultiCurrEAs
Hi ALL, I understand what a challenge is to prepare and organize such a huge event as the ATC11. My ALL respect to the organizers for all efforts! It is not a "fast" task to test more than 900 EAs no one will place this in question, but let us
Liliput
Added topic How are FILE_SHARE_READ&WRITE working exactly?
Hi, i have some problems working with files and am on the search for help. Please, will anyone explain how to use FILE_SHARE_READ &WRITE correctly?    string subfolder= "Trade" ;    filehandle= FileOpen (subfolder+
Liliput
Added topic Using Synapse dll from MT4 on MQL, How to use deployed dll from MetaTrader 4
Hi, I'm new to Synapse and did have browsed for the topic but found nothing in the forum. So I suggest here to create a tutorial on using Synapse dll on MT4. Please can some one help me? I start as described bellow: #import "XXX.dll" void
Liliput
Registered at MQL5.community
Liliput
Added topic Is every new bar volume strarting at 0?
Can it happen that Volume[0]!=1 in a everytick mode? I mean is volume just add tick to count like 1,2,3,4, and so on or is it otherway? Tnkx
Liliput
Added topic ATC 2008 - EA Testing for qualification
Please, let us give more details on how EAs will be tested to qualify. Are the tasts made via the MT4 Tester? Will the checkup IsTesting () will return true during the tests the jury will make? What exactly an EA must show to be let take part of the
Liliput
Added topic Anyone have libmysql.dll functions description?
I want to use the dll but need the syntax for the result function. Can someone please help me find a tutorial with the proper calls to the dll? in this code 'TicksInMySQL' are used some calls to make and run a query but i want to read the results
Liliput
Added topic Array organization?
Hi, i do pattern search 8 times one time for every timeframe. When i find it i make a call to one function every time. This function get 3 parametres as input like this: void Vote ( int VoterID , int VoteID , datetime VotingTime ) then i want to
Liliput
Added topic Is there a way to download history from EA?
Hi all, i need to use iLow , iHigh and iOpen/Close functions in one EA. It works fine for some pairs but for some pairs not. It depends on history in database. Basicly i want to make sure that all history is downloaded, when not download it. No info
Liliput
Added topic Build 213 update problems
Since update to 213 this msg apears..I think 213 has some serious problems! I do not have 2x x86 i just use P4 not DUO ??What can i do to get rid of this mist
Liliput
Added topic how StrToDouble works exactly?
Hi i want to read form csv file. The data is for instance: EURUSD;1.5510; when i do this: double Price = StrToDouble ( FileReadString ( handle )) ; when i print it i get 1.55100000 the value but with 4 zeros more. Also the problem exist even if i
Liliput
Added topic Sell profitable EA based on AT&CF method with proper MM
It uses trend detection technique and adaptive digital filters to work. MM is based on history and free margin. Will answer questions via email kiri4a@gmail.com or here. Strategy Tester Report Contest Pro v5 AlpariUK-Demo (Build 211) Symbol EURUSD
Liliput
Added topic Why indicator is not showing older then x values?
Hi members, my first post here, but i have to say very good site! I'm working a custom indicator that i have made. So far so good but i can not get values from it older than lets say x bars. Why is that, when i'm reading all bars with Bars-1