Baluda Slope Strength auto-trader

Share your 10.x automated traders here.
Post Reply
forexripper
Trader
Posts: 133
Joined: Fri Apr 13, 2012 6:11 pm

Re: Baluda Slope Strength auto-trader

Post by forexripper »

can Baluda EA be backtested as it does not repaint? If so, some specialist on backtesting should help us out here.
Thanks for the illustration Baluda.
celte83
Trader
Posts: 157
Joined: Sat Jan 21, 2012 7:51 pm
Location: Gonfaron - Var 83 - France

Re: Baluda Slope Strength auto-trader

Post by celte83 »

Hi,
Baluda's EA take two trades yesterday.
GU at 17:21 Broker hour (Alpari Uk démo). I'm French.
GJ at 17:21 too.
This morning, now :
GU = - 70 pips
GJ = - 93 pips

cordialement
jean-francois
effluvium

Re: Baluda Slope Strength auto-trader

Post by effluvium »

celte83 wrote:Hi,
Baluda's EA take two trades yesterday.
GU at 17:21 criminal hour (Alpari Uk démo). I'm French.
GJ at 17:21 too.
This morning, now :
GU = - 70 pips
GJ = - 93 pips

cordialement
jean-francois
Yes, I think there's a massive problem with indicators here. They were showing on JPY pairs negative slopes, indicating it is the best moment to sell, whereas all charts of JPY pairs are UP, since many hours now. Fortunately I'm trading in Demo accounts
celte83
Trader
Posts: 157
Joined: Sat Jan 21, 2012 7:51 pm
Location: Gonfaron - Var 83 - France

Re: Baluda Slope Strength auto-trader

Post by celte83 »

@ effluvium, do you trade with this Paul add (it's yes for me) :
Baluda wrote:Steve,

Please add this to the init() procedure:

Code: Select all

   ...
   symbolCount = ArraySize(symbolNames);
   
   ArrayInitialize(currencyOccurrences, 0.0);
   for (int i = 0; i < symbolCount; i++ )
   {
   ...
The currencyOccurrence array has to be set to 0 on every initialization. Otherwise the currency Slope Strengths do not calculate right.

'ArrayInitialization(currencyOccurrences, 0.0);' is the only line to add.

Could you also consider changing the default 'PairsToTrade' extern string to:

Code: Select all

extern string	PairsToTrade = "GBPNZD,EURNZD,GBPAUD,GBPCAD,GBPJPY,GBPCHF,CADJPY,EURCAD,EURAUD,USDCHF,GBPUSD,EURJPY,NZDJPY,AUDCHF,AUDJPY,USDJPY,EURUSD,NZDCHF,CADCHF,AUDNZD,NZDUSD,CHFJPY,AUDCAD,USDCAD,NZDCAD,AUDUSD,EURCHF,EURGBP";
This to keep it in line with the NanningBob 10.2 system (and my indicators).

Paul
SWG123
Trader
Posts: 565
Joined: Wed Nov 16, 2011 3:02 pm
Location: Cape Town

Re: Baluda Slope Strength auto-trader

Post by SWG123 »

celte83 wrote:Hi,
Baluda's EA take two trades yesterday.
GU at 17:21 criminal hour (Alpari Uk démo). I'm French.
GJ at 17:21 too.
This morning, now :
GU = - 70 pips
GJ = - 93 pips

cordialement
jean-francois
Bonjour j-f. C'est la même chose pour moi;

GU -115
GJ -215
User avatar
Zypip
Trader
Posts: 148
Joined: Thu Apr 26, 2012 9:44 am

Re: Baluda Slope Strength auto-trader

Post by Zypip »

This is a gem ! a visual backtest that looks that nice without repainting indis, just too good to be true :shock:

Guys, look at the past data, you can't avoid retracements but the long run should/will be profitable ;)
celte83
Trader
Posts: 157
Joined: Sat Jan 21, 2012 7:51 pm
Location: Gonfaron - Var 83 - France

Re: Baluda Slope Strength auto-trader

Post by celte83 »

SWG123 wrote: Bonjour j-f. C'est la même chose pour moi;

Helloooo !
My english is so bad, it's a pleasure to read in french :)

amicalement ;)
jf
User avatar
lucklogic
Trader
Posts: 85
Joined: Mon Jan 23, 2012 6:26 pm
Location: On The Hoe in Plymouth, UK

Re: Baluda Slope Strength auto-trader

Post by lucklogic »

I am still showing the problem of the EA and the indicators failing to agreed on the symbols strength value

I have updated the EA with the required addition code

The value's are closest when the EA is first initiated and then drift apart quickly

Please see the attached picture - this problem is not fixed :roll:
You do not have the required permissions to view the files attached to this post.
figgir
Trader
Posts: 12
Joined: Wed May 16, 2012 10:51 am

Re: Baluda Slope Strength auto-trader

Post by figgir »

lucklogic wrote:I am still showing the problem of the EA and the indicators failing to agreed on the symbols strength value

I have updated the EA with the required addition code

The value's are closest when the EA is first initiated and then drift apart quickly

Please see the attached picture - this problem is not fixed :roll:

It should work.

You have to use the same pairs in settings of indis and EA.
You do not have the required permissions to view the files attached to this post.
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Re: Baluda Slope Strength auto-trader

Post by Baluda »

New version of Baluda, v1a in post 1.

Changes:
  • Default list of symbols in user setting 'PairsToTrade' now matches the settings of the accompanying indicators.
  • Changed format of Currency Slope Strengths on screen, now just two digits.
  • Debugged calculation of Currency Slope Strength.
Steve,

I just made some small changes, nothing big. Please use this version for any further develpoment.

All,

Remember to set this up for the daily (default) time frame (HtfTimeFrame = 1440). Anything else will give you unexpected results.

Paul
Check the MQL4 Market for my best EA's and Indicators.
Post Reply

Return to “10.x EA forum”