milfordT
milfordT
Friends

Add friends via their profile or user search and you will be able to see if they are online

milfordT
Added topic OnInit and OnTick never called when ea on offline chart
I was able to get some period converter indicators online. and generate different time period offline charts  ATM_P4L_PeriodConverter_I ATM_Period_Converter_opt    However I can't get my EA to run on these offline charts. I
milfordT
Added topic EA inputs limit
Hi.  Does anyone know if there is a maximum number of inputs a Metatrader 4 EA can have?   thanks,   Milford T 
milfordT
Added topic ShellExecuteA call only works one time
#import "shell32.dll" int ShellExecuteA( int hWnd, int lpVerb, string lpFile, int lpParameters, int lpDirectory, int nCmdShow); #import ... ... int init() {     // open init file       ShellExecuteA(
milfordT
Added topic cause script to run
Hi was wondering, could a GUI associated with a dll raise an event that will cause a Metatrader script to call a dll routine to get data or input that the GUI has collected from a user?  thanks, MilfordT 
3
milfordT
Added topic keystroke triggers
Is there any way to cause a script to run when a particular function key is pressed like F9?  thanks in advance 
3
milfordT
Added topic keystroke trigger while metatrader chart is open
Is there any way to cause a script to run when a particular function key is pressed like F9? thanks in advance MilfordT
milfordT
Added topic cause script to run
Hi was wondering, could a GUI associated with a dll raise an event that will cause a MetaTrader script to call a dll routine to get data or input that the GUI has collected from a user? thanks, MilfordT
milfordT
Added topic OBJ_FIBO lines
Hi. In my EA I'm trying to find the closest fibonacci line that is below my last close price However I can't figure out how to get the y-axis (or price) value of the fibonacci lines. The ObjectGet call below is returning something else. // check
milfordT
Added topic Metatrader automatically starting bad indicator
Hi I am having a problem getting control over my MetaTrader platform. I got an indicator that a friend asked me to try to look at. Since I loaded it on the chart yesterday it seems to use all the CPU so that MetaTrader is effectively disabled. There
milfordT
Added topic tester agent synchronization error
I tried to run an EA in the strategy tester and am getting a "tester agent synchronization error".  Does anyone know the cause of this and how to resolve it? thanks   
milfordT
Added topic problems with CopyBuffer in strategy tester
Hopefully I am not missing anything obvious but for some reason the if block that I have in bold below is returning lots of error 4806 errors in strategy tester: Does anyone have any ideas what I'm doing wrong or why this kind of thing
milfordT
Added topic POSITION_PRICE_OPEN
After entering multiple buy orders (which Metrader combines into one buy order), when I call  PositionGetDouble( POSITION_PRICE_OPEN ) it returns the open price of the next to last buy position opened rather than the last one
milfordT
Added topic error 126 - can't load dll
Hello everyone. I am having a problem with a DLL I created in Visual Studio 2010 express. It loads and runs fine on my Windows 7 system but won't run on a friends Windows 7 system. The EA logs an error 126 . I checked the forum and found advice for
milfordT
Added topic Windows 7 / Metatrader 5 problem?
Hello.  I recently installed Metatrader 5 version 5.00 bld. 328 (Sep 13, 2010) wrote an EA but for some reason after everything compiles Metatrader cannot open the executable file. In the compilation Errors window I get: can't
milfordT
Registered at MQL5.community