Baluda Slope Strength auto-trader

Share your 10.x automated traders here.
Post Reply
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: Baluda Slope Strength auto-trader

Post by spotdespot »

quanttraderjoe wrote:
Spotdespot,

about the thresholds, i think Paul mentioned that they remain valid even when we trade by difference. the thing is on the d1 timeframe, sometimes if we set the threshold at 0.3, we might not get trades for a long period so when i set up the ea for last friday , i disabled the threshold function.
i believe when the trades fired last friday, the diff for most of the triggered pairs was btw 0.8 to 1.0,
so i guess if the difference is ard that value, the trend shld work out nicely. perhaps when we trade by difference we can set the threshold to 0.5? may get more trades on the d1.

joe
Thanks Joe. The thresholds are absolute values for each currency - i.e. 0.4 is the currency strength itself. This really doesn't matter if we are using "trade by difference" as we are looking for a difference in strength - we really don't care whether one currency has been <0.3 or >-0.3 (in the "ranging area") as all we are concerned about is the relative strength of the currencies of the charted pair - so if the strength difference is say < 0.4 we can call that the "ranging area/threshold" and we want to trade when the strength difference is > 0.8 we don't care if one currency has stayed at +1.0 the whole time and the other has moved from +0.8 to 0 OR whether one currency has moved from 0 to +0.4 and the other from +0.6 to -0.4 - the actual difference is still 0.8 and has increased from < 0.4 and we should trade it imo.

I hope that makes more sense.
quanttraderjoe
Trader
Posts: 65
Joined: Sat Feb 04, 2012 3:28 pm

Re: Baluda Slope Strength auto-trader

Post by quanttraderjoe »

Spotdespot,

yeah, i get what u r trying to say, a different definition of threshold for the trade by difference module might be very useful indeed. i think Paul will weigh in on this.
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 »

Joe, Spot,

You can change the tresholds yourself. Just check the 'BaludaCurrencyTreshold' GV. It reads as 8 ones or zeros, these are the tresholds (1 = ready to trade, 0 = wait). The order of the currencies in the GV is:

USD, EUR, GBP, CHF, JPY, AUD, CAD, NZD

At some point I'll come back to this EA to update it. Just keep you remarks and requests coming.

Paul
Check the MQL4 Market for my best EA's and Indicators.
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: Baluda Slope Strength auto-trader

Post by spotdespot »

Baluda wrote:Joe, Spot,

You can change the tresholds yourself. Just check the 'BaludaCurrencyTreshold' GV. It reads as 8 ones or zeros, these are the tresholds (1 = ready to trade, 0 = wait). The order of the currencies in the GV is:

USD, EUR, GBP, CHF, JPY, AUD, CAD, NZD

At some point I'll come back to this EA to update it. Just keep you remarks and requests coming.

Paul
I think it's just best to turn the threshold check off if using in "difference" mode for now. It's perfect for "level" trading though.

Thanks,
Dave.
User avatar
Zypip
Trader
Posts: 148
Joined: Thu Apr 26, 2012 9:44 am

Re: Baluda Slope Strength auto-trader

Post by Zypip »

spotdespot wrote:
quanttraderjoe wrote:
Spotdespot,

about the thresholds, i think Paul mentioned that they remain valid even when we trade by difference. the thing is on the d1 timeframe, sometimes if we set the threshold at 0.3, we might not get trades for a long period so when i set up the ea for last friday , i disabled the threshold function.
i believe when the trades fired last friday, the diff for most of the triggered pairs was btw 0.8 to 1.0,
so i guess if the difference is ard that value, the trend shld work out nicely. perhaps when we trade by difference we can set the threshold to 0.5? may get more trades on the d1.

joe
Thanks Joe. The thresholds are absolute values for each currency - i.e. 0.4 is the currency strength itself. This really doesn't matter if we are using "trade by difference" as we are looking for a difference in strength - we really don't care whether one currency has been <0.3 or >-0.3 (in the "ranging area") as all we are concerned about is the relative strength of the currencies of the charted pair - so if the strength difference is say < 0.4 we can call that the "ranging area/threshold" and we want to trade when the strength difference is > 0.8 we don't care if one currency has stayed at +1.0 the whole time and the other has moved from +0.8 to 0 OR whether one currency has moved from 0 to +0.4 and the other from +0.6 to -0.4 - the actual difference is still 0.8 and has increased from < 0.4 and we should trade it imo.

I hope that makes more sense.
Makes sense to me. The initial idea was to avoid jumping on the trade too late and missing the biggest part of the move. I now realise that the current threshold value relates to the CSS and not to the CSSDiff :oops:
Paul, if possible the threshold option should "hold" any currency pair with a CSSDiff < the threshold value then "release" it for trading next time the open/exit input values are met.

Do you guys concur or am I making a all mess of that ?
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: Baluda Slope Strength auto-trader

Post by spotdespot »

Zypip wrote:
spotdespot wrote:
quanttraderjoe wrote:
Spotdespot,

about the thresholds, i think Paul mentioned that they remain valid even when we trade by difference. the thing is on the d1 timeframe, sometimes if we set the threshold at 0.3, we might not get trades for a long period so when i set up the ea for last friday , i disabled the threshold function.
i believe when the trades fired last friday, the diff for most of the triggered pairs was btw 0.8 to 1.0,
so i guess if the difference is ard that value, the trend shld work out nicely. perhaps when we trade by difference we can set the threshold to 0.5? may get more trades on the d1.

joe
Thanks Joe. The thresholds are absolute values for each currency - i.e. 0.4 is the currency strength itself. This really doesn't matter if we are using "trade by difference" as we are looking for a difference in strength - we really don't care whether one currency has been <0.3 or >-0.3 (in the "ranging area") as all we are concerned about is the relative strength of the currencies of the charted pair - so if the strength difference is say < 0.4 we can call that the "ranging area/threshold" and we want to trade when the strength difference is > 0.8 we don't care if one currency has stayed at +1.0 the whole time and the other has moved from +0.8 to 0 OR whether one currency has moved from 0 to +0.4 and the other from +0.6 to -0.4 - the actual difference is still 0.8 and has increased from < 0.4 and we should trade it imo.

I hope that makes more sense.
Makes sense to me. The initial idea was to avoid jumping on the trade too late and missing the biggest part of the move. I now realise that the current threshold value relates to the CSS and not to the CSSDiff :oops:
Paul, if possible the threshold option should "hold" any currency pair with a CSSDiff < the threshold value then "release" it for trading next time the open/exit input values are met.

Do you guys concur or am I making a all mess of that ?
Yep - that's it. :)
kelisa
Trader
Posts: 188
Joined: Sun Mar 04, 2012 6:51 am

Re: Baluda Slope Strength auto-trader

Post by kelisa »

Anyone got any trades from Baluda EA v1d?

Mine just waiting on 4 pairs, then now 3 pairs. Possible price starting to range again.? 8-)
If your strategy is working well, dont be GREEDY and change it!
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: Baluda Slope Strength auto-trader

Post by spotdespot »

kelisa wrote:Anyone got any trades from Baluda EA v1d?

Mine just waiting on 4 pairs, then now 3 pairs. Possible price starting to range again.? 8-)
I have trades on "difference" but not on "level". Price mostly going nowhere today - US on hols.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: Baluda Slope Strength auto-trader

Post by harry45 »

kelisa wrote:Anyone got any trades from Baluda EA v1d?

Mine just waiting on 4 pairs, then now 3 pairs. Possible price starting to range again.? 8-)
I have-Buy:ACHF,AU,AJ,NU,NJ.Sell:EA,EN.Open trades 03:30 GMT+2.I use MPTM for close every 200 pipps.EA works perfectly. It will be very convenient to have as an option 5x1 LWMA in the next release.
My Demo account is 5000$,lot size 0.1,Cowboy Go Markets.
Diff Mode,OOTB,Baluda v1d, started 06.26
Thank You Baluda.
Regards
You do not have the required permissions to view the files attached to this post.
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Re: Baluda Slope Strength auto-trader

Post by AGT »

Which TF do you use ? I'm on H4 ... but no trades at all during the last 3 days ? v 1d and OOTB too, Cowboy Go Markets too :?
Post Reply

Return to “10.x EA forum”