Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Slope Strength Indicators

Post by NeoTrader »

forexripper wrote:Only numbers on the right should be fine for now. I was thinking of this using the currency slope strength normal indicator and also with true. Kind of optional if possible. What do you think?
As my idea is of ratio hence CSSDiff will not be required.
Is it possible to create an EA for it so we can test that too. Too demanding may be. Feel free to reject my ideas. Thanks
Look here http://www.stevehopwoodforex.com/phpBB3 ... f=37&t=639
I hope this is what you wanted...but only related to the currencies of the currency pair on the chart.

Please check if the ratio calculation is as you want it to be.

happy trading,

NeoTrader
forexripper
Trader
Posts: 133
Joined: Fri Apr 13, 2012 6:11 pm

Re: Baluda Slope Strength Indicators

Post by forexripper »

NeoTrader wrote:
forexripper wrote:Only numbers on the right should be fine for now. I was thinking of this using the currency slope strength normal indicator and also with true. Kind of optional if possible. What do you think?
As my idea is of ratio hence CSSDiff will not be required.
Is it possible to create an EA for it so we can test that too. Too demanding may be. Feel free to reject my ideas. Thanks
Look here http://www.stevehopwoodforex.com/phpBB3 ... f=37&t=639
I hope this is what you wanted...but only related to the currencies of the currency pair on the chart.

Please check if the ratio calculation is as you want it to be.

happy trading,

NeoTrader
From the slope numbers the ratio has been calculated correctly. Now if we can come up with an EA for this it would be great. However, the EA should only consider a trade when one currency has slope above 0.4 and the other below 0. Thanks
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Slope Strength Indicators

Post by NeoTrader »

forexripper wrote:From the slope numbers the ratio has been calculated correctly. Now if we can come up with an EA for this it would be great. However, the EA should only consider a trade when one currency has slope above 0.4 and the other below 0. Thanks
This is a topic that I leave to steve...as he is the EA Guru here ;)

The calculation is pretty simple and can be implemented to one of his other 10.2 EAs

here is the code for it

Code: Select all

// Setup CSSRatio line
if ( showRatioLine ) {
	if ( MathAbs( arrCurrencyBase[i] ) < MathAbs( arrCurrencyCross[i] ) ) 
		ratioSlopeValue = MathAbs( arrCurrencyBase[i] ) / MathAbs ( arrCurrencyCross[i] );
	else if ( MathAbs( arrCurrencyBase[i] ) > MathAbs( arrCurrencyCross[i] ) ) 
		ratioSlopeValue = MathAbs( arrCurrencyCross[i]) / MathAbs( arrCurrencyBase[i] );
				
	lineCSSRatio[i] = ratioSlopeValue;
}
happy trading,

NeoTrader

P.S.: For any further Questions or Feature Request regarding this Indicator please use my new Thread. I don't want to clutter Baludas Thread any more than I already did.. ;)
supramannz
Posts: 5
Joined: Sun Jun 10, 2012 9:37 am

Re: Baluda Slope Strength Indicators

Post by supramannz »

I was wondering if anyone had modified the slope strength indicator to include lower TF? eg. H1 or M15. I had a quick crack at modding it myself but it would seem my programming skills are non-existent.

Also how difficult would it be to add an alert system? For example when slope goes over .8 an audible alarm sounds.

Finally thanks for your effort putting together the indicator, its much appreciated.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Slope Strength Indicators

Post by NeoTrader »

supramannz wrote:I was wondering if anyone had modified the slope strength indicator to include lower TF? eg. H1 or M15. I had a quick crack at modding it myself but it would seem my programming skills are non-existent.

Also how difficult would it be to add an alert system? For example when slope goes over .8 an audible alarm sounds.

Finally thanks for your effort putting together the indicator, its much appreciated.
Slope Strength v1.0.2 already supports multiple Time frames. just drag a second SS on your chart and change the timeframe parameter.
If you mean the CSS than you can look here http://www.stevehopwoodforex.com/phpBB3 ... f=37&t=639. This version also has an alert system with multiple levels but it shows only the css for the currency pair on the chart.

happy trading

NeoTrader
supramannz
Posts: 5
Joined: Sun Jun 10, 2012 9:37 am

Re: Baluda Slope Strength Indicators

Post by supramannz »

Thanks for the quick reply.

I dragged a second one already and had a play round with time frames using the same format as H4 (i.e. 1h = H1) but it just displayed D1 (assume the default). I also input 60 or other variables but it kept displaying the D1.

What would I input and were to make it for H1?
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Slope Strength Indicators

Post by NeoTrader »

supramannz wrote:Thanks for the quick reply.
I dragged a second one already and had a play round with time frames using the same format as H4 (i.e. 1h = H1) but it just displayed D1 (assume the default). I also input 60 or other variables but it kept displaying the D1.
What would I input and were to make it for H1?
Which indicator are you talking about?
Look if there is a parameter autotimeframe and set it to false...then it should use the timeframe you defined.

happy trading,

NeoTrader

P.S.: And please read the Information (docs) to the indicators you use before...it is already documented in baludas and in my message.
supramannz
Posts: 5
Joined: Sun Jun 10, 2012 9:37 am

Re: Baluda Slope Strength Indicators

Post by supramannz »

I am talking about Slope Strength v1.0.2. I looked for documentation on the indicator in this thread but apart from the brief on pg.1 there didn't appear to be any?

in Slope Strength v1.0.2 there is a support for lower time frame but this just puts a dot indicating the direction on the lower time frame rather than showing the full table of lower time frame slopes. I take it that it isn't support as of yet then?
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Slope Strength Indicators

Post by NeoTrader »

supramannz wrote:I am talking about Slope Strength v1.0.2. I looked for documentation on the indicator in this thread but apart from the brief on pg.1 there didn't appear to be any?
in Slope Strength v1.0.2 there is a support for lower time frame but this just puts a dot indicating the direction on the lower time frame rather than showing the full table of lower time frame slopes. I take it that it isn't support as of yet then?
Ok...now i see the Problem... in the original Slope Strength v1.0.2 timeFrame can only be H4 or D1.

I posted a mod here http://www.stevehopwoodforex.com/phpBB3 ... 382#p15382.

After you apply this then you can change the timeframes.

happy trading,

NeoTrader
supramannz
Posts: 5
Joined: Sun Jun 10, 2012 9:37 am

Re: Baluda Slope Strength Indicators

Post by supramannz »

Perfect! Worked like a charm.

Thanks NeoTrader.
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”