JefCrystal
JefCrystal
JefCrystal
Added topic iClose(), iTime(), CopyRates() etc. takes seconds and crashes EA and MT4
To start I could find no reference to this error in the MT4 forum. The Closest thing to it is this post.  https://www.mql5.com/en/forum/313720 . I am removing my comments on the MT5 Thread and posting them here.  I am getting a failure at
JefCrystal
Added topic DLls in Metatrader 4
I have three DLLS I use one is for SQL and built by  Sergey Lukin Runs Great ! Thanks for posting it  I also TA-Lib-Core.dll and one I made .  To prevent mutex I found a post from  William Roeder  
JefCrystal
Added topic Metatrader History Center shifts the time stamp .
I know it warns me. But why does it do it.....I would like 2 know the logic of this shift. Let me explain how I found out when it shifts. I want 2 make sure my lodgic is sound  Step one I Down loaded from Reuters Eikion  EE page all of the
JefCrystal
Added topic Trying to make it print vertically a label on a button
Trying to make it print vertically a label on a button. Is this possible?       ObjectCreate (sObjectName, OBJ_BUTTON , 0 , 0 , 0 );    ObjectSetInteger (lChart_ID,sObjectName, OBJPROP_XDISTANCE ,iPramXDISTANCE);
JefCrystal
Added topic IsUnitedStatesAccount();
any one know of a function that can tell if the server at the desk is Using US rules or not
JefCrystal
Added topic Data I have several questions
Question one.  each desk has about 2880 bars of data that can be accessed from. iclose, bid[] or copyrates. When does it look at the \history\desk= *.hst files? Question two: When are the *.hst files updated. Upon exiting ?   Question
JefCrystal
Added topic When using the History data can you delete all data prior to X date on every time frame
I do not want to do it by hand . For that matter can you down load it with a script? I have never found one ever
JefCrystal
Added topic Time stamps, Historical Data , Daylight savings times,
Ok I am a little confused and thought I understood some of this. These are my assumptions Assumption one: The dealing desk / stp/ whom ever has about 2880 bars or some thing close to that and it is time stamped to dealing desk time.   Proof of
JefCrystal
Added topic Build 628: Can anyone direct me too some code used in metatrader five that will work with metatrader 4 build 628
The Goal is to insure that the data is current and up 2 date before a Copy Rates. is Executed ....I been reviewing this article. https://www.mql5.com/en/docs/series/timeseries_access and would like 2 use some thing similar 2
JefCrystal
Added topic New Build liquidity Aggregator and Metatrader five
Did MetaTrader just become a liquidity Aggregator. Some of the new Screens in shown in this post https://forum.mql4.com/46992/page2#750283 They Meaning MetaTrader should not have access 2 that Data . Forex is NOT a centralized exchange and Level one
JefCrystal
Added topic Value of account at a specific of day in the Past
GRRR.... I would like to go back in time and get the value of an account lets say on the 20 th of May at midnight.  It looks like you have to loop though and recreate all the Old Data wins and Loss. But you reach a Problem if you have a Open
JefCrystal
Added topic Ea Configuration --- QT --- External Apps for stylized inputs
I have found Metatrader 4's input Boxes to be  inadequate. I have not looked at MQL5.  In 4 I wanted to write a little more information about how you would like to configure the EA. I looked into PHP and a web site and I also
JefCrystal
Added topic Do I need to use GlobalVariableSetOnCondition with ARC
I have multi EAs running though one DLL and a include file.  I am unclear on how to handle  mutex code with ARC. I use   GlobalVariableSetOnCondition for the orders but have not used this type on command on ARC. I am
JefCrystal
Added topic QT and MQL / ShellExecuteA
Some of the EAs I have a lot if inputs. Example 20 symbols, 10 ten frames and 32 patterns. The configuration with in Metatrader is a not pretty. So I had a QT app built currently it is a EXE app( later in the summer I will tackle it for a
JefCrystal
Registered at MQL5.community
JefCrystal
Added topic ArrayCopyRates ,arrays in the includes, and History center
Currently I use FileWriteArray to move between the MQH files and MQ4's. I am not aware of any other methods to adjust an array in one location Change it and send it back. My Current issue is two Fold. I want to use file Write Array to a USB drive to
JefCrystal
Added topic Ea Int and Dialog Boxes
I do not want to configure my Ea's with the standard input Box. the screen is to small and does does not allow for if statements. I looked at InputResizer by Mary Jane and it is very nicely done but it is not quite what I am
JefCrystal
Added topic Opening a chart from a script
Any Idea on how to Open a Chart from a Script, or EA. I would prefer not to use SendMessageA( but will if forced. I would also like to control The Profiles and templates from the script in MT4 not 5