Bears'n'Bulls EA - V1.05g - in forward- & live-test
- jako
- Trader
- Posts: 105
- Joined: Wed Jun 20, 2012 6:07 pm
- Location: Slovensko
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Nothing has changed. This is the only thread on this site with dysfunctional EA.
You do not have the required permissions to view the files attached to this post.
- banzak
- Trader
- Posts: 79
- Joined: Thu Dec 13, 2012 1:54 pm
- Location: Zgorzelec / Poland
Re: Bears'n'Bulls EA - actual version V1.04 - stable
jako wrote:Nothing has changed. This is the only thread on this site with dysfunctional EA.
---
//+------------------------------------------------------------------+
//| Bears'n'Bulls_V104.mq4 |
//| Copyright © 2013, C.Imre |
//| http://www.banzak.de |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2013, C.Imre"
#property link "http://www.banzak.de"
#import "kernel32.dll"
int GetTimeZoneInformation(int& a[]);
#import
//+------------------------------------------------------------------+
#include <WinUser32.mqh>
#include <stdlib.mqh>
//+------------------------------------------------------------------+
//| customer settings |
//+------------------------------------------------------------------+
extern string BNB_BasketType_0="---------------- Settings ----------------";
extern int EANumber = 1;
extern string TradePrefix="Bears'n'Bulls-#";
extern bool AllowTrade=true;
extern bool Debug=false;
extern bool CriminalIsECN=true;
---
and compare it with what you attached to your post... what you attached is HTML-CODE!!!
Empty4, can't compile this. Load the version from Post #1 and it will work.
Regards,
Banzak
_________________________________________________________________________
It is better to go on a new path to mislead than to follow the mass on the right track.
It is better to go on a new path to mislead than to follow the mass on the right track.
- jako
- Trader
- Posts: 105
- Joined: Wed Jun 20, 2012 6:07 pm
- Location: Slovensko
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Was mq4 file downloads through Chrome. A file rename.
You do not have the required permissions to view the files attached to this post.
- banzak
- Trader
- Posts: 79
- Joined: Thu Dec 13, 2012 1:54 pm
- Location: Zgorzelec / Poland
Re: Bears'n'Bulls EA - actual version V1.04 - stable
This is now the ea and Empty4 should work correct.jako wrote:Was mq4 file downloads through Chrome. A file rename.
_________________________________________________________________________
It is better to go on a new path to mislead than to follow the mass on the right track.
It is better to go on a new path to mislead than to follow the mass on the right track.
- jako
- Trader
- Posts: 105
- Joined: Wed Jun 20, 2012 6:07 pm
- Location: Slovensko
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Set files can not be used. For comparison I attach another file set. He works for a different EA.
You do not have the required permissions to view the files attached to this post.
- jako
- Trader
- Posts: 105
- Joined: Wed Jun 20, 2012 6:07 pm
- Location: Slovensko
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Again helped Chrome and rename.
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Jako - you have to realize by now that no-one else is having the issues so the problem is at your end. I have seen this before when browsers start doing weird things. I suggest you try a different browser - Firefox/Internet Explorer or whatever.
EDIT: I am pretty certain it will have something to do with the ' in the Bears'n'Bulls + your local settings. Maybe when you download if you just rename to the exact name listed on the download you won't have any issues.
banzak - v1.04 didn't have any trades today (at least mine didn't!) is V1.04a different with entries?
Cheers,
Dave.
EDIT: I am pretty certain it will have something to do with the ' in the Bears'n'Bulls + your local settings. Maybe when you download if you just rename to the exact name listed on the download you won't have any issues.
banzak - v1.04 didn't have any trades today (at least mine didn't!) is V1.04a different with entries?
Cheers,
Dave.
- banzak
- Trader
- Posts: 79
- Joined: Thu Dec 13, 2012 1:54 pm
- Location: Zgorzelec / Poland
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Hi Dave,spotdespot wrote:Jako - you have to realize by now that no-one else is having the issues so the problem is at your end. I have seen this before when browsers start doing weird things. I suggest you try a different browser - Firefox/Internet Explorer or whatever.
EDIT: I am pretty certain it will have something to do with the ' in the Bears'n'Bulls + your local settings. Maybe when you download if you just rename to the exact name listed on the download you won't have any issues.
banzak - v1.04 didn't have any trades today (at least mine didn't!) is V1.04a different with entries?
Cheers,
Dave.
Yes, I made a modification, the V1.04a made 2 trades today and I realized to program a function that closes all trades on Friday if they are profitable.
There are also some little bugs with the comment on the left side... servertime.. localtime... but this will be fixed in the next releases. If you spot some misbehaviour or if your version takes a wrong decision please let me know.
Take a look at my signature, the 3rd is the V1.04a on a demo account.
Regards,
Banzak
p.s. I uploaded the V1.04a at the 1st post and here is my setfile for you to compare with your settings. ...
You do not have the required permissions to view the files attached to this post.
Last edited by banzak on Fri Jan 25, 2013 9:33 pm, edited 3 times in total.
_________________________________________________________________________
It is better to go on a new path to mislead than to follow the mass on the right track.
It is better to go on a new path to mislead than to follow the mass on the right track.
-
Haggadah
- Trader
- Posts: 154
- Joined: Sat Dec 03, 2011 12:01 pm
Re: Bears'n'Bulls EA - actual version V1.04 - stable
I have downloaded this one and yes it is not working, so I downloaded the one posted in page 1 without renaming and works fine.jako wrote:Nothing has changed. This is the only thread on this site with dysfunctional EA.
Haggadah
- banzak
- Trader
- Posts: 79
- Joined: Thu Dec 13, 2012 1:54 pm
- Location: Zgorzelec / Poland
Re: Bears'n'Bulls EA - actual version V1.04 - stable
Hi all,
I also spotted some behaviour in the backtests that the entrypoint sometimes is at the end of a trend, especially when a basket was closed and the ea didn't get the next signal. the ema5 get a distance to the ema20 and when it comes back the signal is then valid ....
(if you find also some strange behaviour like this, post it here)
I have an idea to solve this but I think this will be in V1.04b.
I also want to know if someone needs a manual for backtesting? I will describe in detail how to get an working setfile and what the exact logic is behind this piece of CrapMT-Code.
Regards
Banzak
I also spotted some behaviour in the backtests that the entrypoint sometimes is at the end of a trend, especially when a basket was closed and the ea didn't get the next signal. the ema5 get a distance to the ema20 and when it comes back the signal is then valid ....
(if you find also some strange behaviour like this, post it here)
I have an idea to solve this but I think this will be in V1.04b.
I also want to know if someone needs a manual for backtesting? I will describe in detail how to get an working setfile and what the exact logic is behind this piece of CrapMT-Code.
Regards
Banzak
_________________________________________________________________________
It is better to go on a new path to mislead than to follow the mass on the right track.
It is better to go on a new path to mislead than to follow the mass on the right track.