- Search Metals Mine
- deathbait replied Jul 23, 2012
The box is cosmetic. The Ea does not rely on the box. I got it to draw the box as aan afterthought, using values the Ea uses to place the trades. Removing the box would do nothing. I'm almost certain it's a time bug, and that 0.25 should fix it. ...
Daily Break Strategy
- deathbait replied Jul 22, 2012
//////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// v0.25 changelog 1) 0.24 created it's own set of errors. 0.25 fixes them. 0.24 was the ...
Daily Break Strategy
- deathbait replied Jul 22, 2012
Helps more than you know. I realise now that the 0.24 will not solve your problem. However, if it solves the problem for others while not working for you, I will know exactly why the bug appears and how to solve it once and for all.
Daily Break Strategy
- deathbait replied Jul 21, 2012
ok i'm kind of impatient... — ...especially after I figured out the documentation on the function call StrToTime() was erroneous and might have been the culprit to this elusive problem. If what I suspect is true, everyone who set the GMT ...
Daily Break Strategy
- deathbait replied Jul 21, 2012
nope, that doesn't affect the EA in any way. you're gmt-7 btw. Arizona?
Daily Break Strategy
- deathbait replied Jul 21, 2012
Just double click on the clock on the bottom right of your screen and read me the os GMT offset
Daily Break Strategy
- deathbait replied Jul 21, 2012
vista and win7 problems with mt4 are rather well documented, as are steps to overcome them. If you're running on either, you should follow the fixes to prevent problems in future. However, the EA in no way is affected by the problems, and so it ...
Daily Break Strategy
- deathbait replied Jul 21, 2012
Andrej, I just checked my code for 0.23, and it appears that i already fixed the bug I imagined caused your problem. Apparently, you've been struck by the same problem as a few of the people here. I'm gonna give solving it one last try, based on a ...
Daily Break Strategy
- deathbait replied Jul 21, 2012
The solution to the problem is found on the thread I linked. Unfortunately, I don't think its the reason for your problems, after reading up on it
Daily Break Strategy
- deathbait replied Jul 21, 2012
While it may still be a good idea to do the stuff listed there if running vista or windows 7, don't think it's what's causing the problem
Daily Break Strategy
- deathbait replied Jul 20, 2012
url If you're running vista or win7, this might be the problem. As always, Google is your friend
Daily Break Strategy
- deathbait replied Jul 20, 2012
Your issue has been discussion to death. I have tested the Ea on several brokers and can't replicate your error. Others have done the same thing. It is the opposite of a "major issue". The way it stands currently, its a non issue. Until I can ...
Daily Break Strategy
- deathbait replied Jul 20, 2012
Yeah. I tried making it possible to use negative numbers, but I guess I still missed stuff. Right now it really only works for 0-23. Negative numbers is a work in progress and quite frankly, not on my priority list
Daily Break Strategy
- deathbait replied Jul 20, 2012
v0.23 changelog 1) box drawing fix for timeframes other than H1 2) changed order cancel on TP2 logic as per basber's clarification basber, I can't replicate your chart due to insufficient data, but testing gives me these charts, which show SL moved ...
Daily Break Strategy
- deathbait replied Jul 20, 2012
A little history on the EA. It was originally designed to only work on 1H charts. As an afterthought, I decided to complicate it by making it work on every timeframe. Amazingly, none of us caught this rather obvious bug but basber(example 5). This ...
Daily Break Strategy
- deathbait replied Jul 19, 2012
I'll need the error log to come to any meaningful conclusion.
Daily Break Strategy
- deathbait replied Jul 19, 2012
EA sets pending orders at GMT0000 if you set the daystart variable properly. You need to have the EA on before that time, or wait till next day. I think this will be the last time I respond to such repetitive questions
Daily Break Strategy
- deathbait replied Jul 18, 2012
I've never written an indicator for this strategy. Have you even read the thread?
Daily Break Strategy
- deathbait replied Jul 18, 2012
//////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// v0.22 changelog 1) fixed a bug for daystart=0 Yup, I managed to miss changing a ...
Daily Break Strategy