kenned45900
kenned45900
Friends

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

kenned45900
Added topic SendNotification restrictions violation
Lately I have had som problems with the SendNotification function . It has worked fine for years but suddenly it stops working for periods. It looks like its because of the restrictions of max 2 call per secund and not more than 10 calls per minute
kenned45900
Added topic Get time value of last zag and zag
Hello, Could somebody helt me get the time of the last zig and zag value. I have this to find the value:        int m5, x5;     //Her er det egentlig m, x men jeg førte også på valutaparet
kenned45900
Added topic Automatic removal of EA
Hello, Is there a code that automaticly remove only the EA on current chart? I havde tried : PostMessageA( WindowHandle( Symbol (), Period ()), WM_COMMAND, 33050 , 0 ); but it removed the EA on all charts
kenned45900
Added topic Creating an Array
Hello, I need some help to create a simple Array(I guess thats what I need). When I get a signal I have stored the time of the signal like this: datetime TimeofCross; TimeOfCross = TimeCurrent(); I get the time of the current signal but I would also
kenned45900
Added topic Needs some helt with the Comment() function
Hello, I have a timer function that works fine  but I want a comment in the upper corner of the chart that says someting like this when the EA runs: "Trade allowed between xx and xx" I've tried to add the Comment() function but I cant place it
kenned45900
Added topic Multiple timeframes and backtesting. Workaround
I have an EA   for Period 5 min but in the code I also use daily data like the daily 8 and 21 SMA.   I want to backtest my EA but since   MT4 cannot backtest multitimeframe   I need a workaround for this: I have this daily SMA
kenned45900
Registered at MQL5.community