Kenley Jacques Lamaute
Kenley Jacques Lamaute
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Kenley Jacques Lamaute
Added topic Congratulations
MT4 is officially unusable. After working all weekend to update my EAs to be compatible with the new build. I reboot terminal.exe and lose chart settings. EAs aren't loading correctly, and several EURUSD H1 charts were opened for no apparent reason
Kenley Jacques Lamaute
Added topic build 600 is killing my account
Code that used to work just fine now no longer works as expected. For example, the following function no longer works: bool ExistPositions( string Name_Expert) {    int count= 0 ;    for ( int j= 0 ; j< OrdersTotal (); j++) {
Kenley Jacques Lamaute
Added topic Function to write stats on Next 15 bars After arrow object
 I have an MQL4 function that plots an arrow object on a chart for backtesting purposes. I am working on another function that writes whether the next 15 bars after the object closed up or down and I am running into problems...  The up/down
Kenley Jacques Lamaute
Added topic Very strange bug in MT4 with IBands *Live account only*
Be careful when using IBands values in a live account! I found a pretty serious bug in MT4 relating to IBands. It is weird in that it only surfaces when used in a Live account NOT in Demo mode. If a period timeframe is specied for IBands then the
Kenley Jacques Lamaute
Added topic Problems compiling expert that imports a DLL to connect to SQL
I am trying to create an expert that imports an external DLL to connect to PostgreSQL or MS SQL Server Express. I found a library from SQLAPI++ that allows one to connect to any database; however, I can't get it to compile for the life of me. Can