stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Baluda Slope Strength auto-trader
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=603
Page 6 of 27
Author:  forexripper [ Wed Jun 06, 2012 12:33 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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.
Author:  celte83 [ Wed Jun 06, 2012 6:51 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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
Author:  effluvium [ Wed Jun 06, 2012 7:59 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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
Author:  celte83 [ Wed Jun 06, 2012 8:07 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

@ 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
Author:  SWG123 [ Wed Jun 06, 2012 8:20 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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
Author:  Zypip [ Wed Jun 06, 2012 8:24 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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 ;)
Author:  celte83 [ Wed Jun 06, 2012 8:30 am ]
Post subject:  Re: Baluda Slope Strength auto-trader

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
Author:  lucklogic [ Wed Jun 06, 2012 12:02 pm ]
Post subject:  Re: Baluda Slope Strength auto-trader

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:
Author:  figgir [ Wed Jun 06, 2012 1:03 pm ]
Post subject:  Re: Baluda Slope Strength auto-trader

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.
Author:  Baluda [ Wed Jun 06, 2012 1:10 pm ]
Post subject:  Re: Baluda Slope Strength auto-trader

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
All times are UTC Page 6 of 27