Keith
Keith
Friends

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

Keith
Added topic tester displaying wrong indicators
No matter what I do, the tester still shows the same template, which is not related to the Ea being tested. I have tried different EA, different pairs, different profiles , different initial templates and always get the same template, which in some
Keith
Added topic email alerts 530 5.7.1 Authentication error
HI all trying to get email alerts to work and keep getting the above error message. checked with my ISP, have all of the info correct in the email box. checked the threads here for help nothing useful or applicable to my situation. Using build 625
Keith
Added topic EA failure due to micro account suffix--GBPJPYm?
Hi all Have an ea that works perfectly on regular accounts but generates 4109--"Trade-not allowed" error when micro account requires symbol with "m" added, as in header. Does anyone know of a work around? Have confirmed that live
Keith
Added topic Struggling with GV code
Hi all I am trying to get a variable form one chart, into an ea on a different chart, really confused by usage of Global Variables(platform variables). Here is what I have tried.(deleted init etc for clarity) string haLow = "GV_haLow" ; int start()
Keith
Added topic Is it possible to run an EA on a Renko chart?
Hi all I have been trying to get an Ea to run on a Renko chart and have had no success. Even when I run a one line code -----Print("Got Started"); it does not work The same line of code will print to Experts log on a regular time frame
Keith
Added topic Charts keep freezing
HI All I have a major problem with charts freezing as I switch from one pair to another in the same profile . The new chart window opens and the old chart starts to build a minimized window but freezes and all other processes stop. I can open a
Keith
Added topic QFF-MACD Code
Hi Does anyone know where I can get the code for QFF-MACD? Thanks Keith
Keith
Added topic Disappearing lines
For some reason every time I draw a line, or anthing else on a chart it disappears after a few seconds. This also includes text, shapes, fib lines. Just started tonight and is happpening on two different instances of MT4, one UK broker and one US
Keith
Added topic Problem adding Fib levels
For some reason when I ad a new fib level it does not display, shows ok in the properties window. did search of site .... and got nothing ...any ideas? Also does anyone know how to get the fib expansion tool to appear as a button on the tool bar
Keith
Added topic Missing tool bars
When I load my FXCM- BT platform none of the toolbars or status bar are displayed. I've tried saving new profile and Templates as well. No cigar. My other platforms all work fine and display everything as set. Ideas? Suggestions? Brilliant solutions
Keith
Added topic TESTER & SLEEP()
So it appears that Sleep(), does not work in backtesting. I need to find an alternate, the testing bogs down doing useless calcs. Working on a 4 hr TF I don't need to evaluate my SL on every tick , once a minute is adequate. Any ideas on how I can do
Keith
Added topic OK I GIVE UP WHY WON'T THIS WORK
Can't get this order send to work, keep getting error 130 invalid stops OrderSend (Symbol(),OP_BUY,lots, High[1],3, NormalizeDouble(High[1]-SL*Point,Digits), NormalizeDouble(High[1] + TP*Point,Digits),"manage",703,0,Blue); Print out values
Keith
Added topic Ea to Indicator
when I run it in tester the following code nicely draws me vertical lines, each day at the New York open. . I want to make it into an indicator so when I'm looking at historical charts, I don't have to go blind trying to read the open time. int start
Keith
Added topic Return Data Window to Vertical
This question was asked awhile ago and now I need the answer and can find neither the question nor the answer when I search the site. I have started a new demo account and I am thinking that horizontal is the default position for this broker but
Keith
Added topic CAPTURE MOUSE CLICKS
I've searched the site and evidently mouse clicks can't be captured; has anyone found a work around to do this? Failing that, is there any way to get the co-ordinates of a trend line that has been drawn manually? The time co-ordinate is obviously
Keith
Added topic THREE DUMB QUESTIONS
Hi All I really hope that the answer to each of these questions is No, else I will feel really dumb. 1) Is it possible to change the default chart settings so I can get the charts to open with the template I want and not have to add the template
Keith
Added topic FILEWRITE WON'T
Hi all; this is likely something really dumb, the following code is right out of the forum, except i've added Print in order to debug and .        int h1 ;        h1 = FileOpen (
Keith
Added topic ERROR 130 MYSTERY
I have an ea theat works fine for the euro and cad when I try it with the usdgbp I get error 130 Invalid stops. Here is the code: Print ( " Entry = " , Entry , "  Stop = " , Stop , "  Takeprofit = " , Takep ) ;
Keith
Added topic Baffled
Hi all This snippet of code is supposed to prevent opening a second order on this EA. When I test it on a single EA it works fine. When I use it on a live demo with several other EA's on the same account it works for awhile and then fails. if (
Keith
Added topic OrderSend works for some brokers not others
Hi All This OrderSend works fine for some brokers: OrderSend ( "USDCAD" , OP_BUY , 1 , Ask , 3 , Ask - SL * Point , Ask + target * Point , "50varL" , 123 , 0 , Blue ) ; But using the tester with alpari I get two errors: OrderSend error 4051, Invalid
12