Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Baluda Indicators

Post by SteveHopwood »

mobthehop wrote:Paul,

13 downloads at time of writing and not a single thank you - not nice....

Thanks a lot for your continuous sharing of your great coding !

Mop
Don't know what this refers to but I can state that every time I produce an EA from my shell code, both I as the coder and the person who asks for the ea benefits immeasurably from Paul's work. I cannot remember the last time that one of my public or private ea's did not include his unbelievable contributions.

That is before we start to think about Paul's fantastic contributions to Bob's work - not sure where 10.x would be without it.

Returning briefly to my EA's, there is even better stuff coming up - again courtesy of this remarkably talented and generous human being.

Paul, we all owe you a lot. Thank you, my friend.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
kalusao
Posts: 3
Joined: Thu Jun 21, 2012 2:37 pm

Re: Baluda Indicators

Post by kalusao »

SteveHopwood wrote:
mobthehop wrote:Paul,

13 downloads at time of writing and not a single thank you - not nice....

Thanks a lot for your continuous sharing of your great coding !

Mop
Don't know what this refers to but I can state that every time I produce an EA from my shell code, both I as the coder and the person who asks for the ea benefits immeasurably from Paul's work. I cannot remember the last time that one of my public or private ea's did not include his unbelievable contributions.

That is before we start to think about Paul's fantastic contributions to Bob's work - not sure where 10.x would be without it.

Returning briefly to my EA's, there is even better stuff coming up - again courtesy of this remarkably talented and generous human being.

Paul, we all owe you a lot. Thank you, my friend.

:D
Thank you, Paul!
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Re: Baluda Indicators

Post by Baluda »

New version CurrencySlopeStrength, v1.0.7, in post 1.
Changes:
  • Optimized calculation for brokers that do not offer all symbols
  • Introduced user variable for single symbol use
  • Introduced multi colored background for single symbol use
Enjoy,

Paul
Check the MQL4 Market for my best EA's and Indicators.
protea
Posts: 2
Joined: Fri Jun 07, 2013 7:50 pm

Re: Baluda Indicators

Post by protea »

Thanks Paul - really appreciate the awesome indicators you have created/refined.
My Location: An insignificant village in the Garden Route, South Africa = Sedgefield
darshanag
Trader
Posts: 61
Joined: Mon Aug 05, 2013 8:43 am

Re: Baluda Indicators

Post by darshanag »

Thanks for the indis Paul.. Looking forward to trying these out.. Will let you know how I get on...Cheers !
godman
Trader
Posts: 14
Joined: Wed Aug 01, 2012 5:37 pm

Re: Baluda Indicators

Post by godman »

Hi Paul,

I've been testing MPBM on demo and live and I believe I've found a really dangerous bug with it.

But if MPBM is used to manage trades (using magic + comments) made by EA, let's call it myEA, it might happen that MPBM tries to close all trades matching the exit conditions (ex. based on magic + comments + cash profit) while myEA keeps on opening new trades because market meets its entry conditions too.

Hopefully I've described the problem good enough. can this be fixed? Thanks.

* Having said that, I believe MPBM will work just fine if used to manage manual trades. The only potential trouble is when it's being used to manage trades opened by other EAs.
danjuma
Trader
Posts: 69
Joined: Mon Jun 10, 2013 4:14 pm

Re: Baluda Indicators

Post by danjuma »

Hello all,

I have a couple of questions please regarding the MPBM EA for Baluda (or anyone else who can assist):

1. For the stop loss parameter "PipsStopLoss", do I have to put a minus before the value I am inputting, for example if I wanted a stop loss in pips of 560, do I just input 560 or -560?

2. When I attached the EA to a chart, the stop loss figure (let's say 560 for example) which I inputted as 560 in the "PipsStopLoss" parameter just kept changing from a positive number to negative number (560 to -560) for some reason. Not sure whether the EA is working properly.

Many thanks
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Re: Baluda Indicators

Post by atharmian »

Hi Baluda, other helpful folks,

Re: Currency Slope Strength 1.0.7, how do I move the chart lines horizontal orientation? In the mq4, the horizontal offset moves the text, but the horizontal shift does nothing.

What I would like is set max bars= 20, so I can build a template whereby I have 4 different CSS displays in 4 different TFs in the same window.

Also what is the refresh rate here, and can it be changed?

Regards,
Athar.
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Re: Baluda Indicators

Post by Baluda »

atharmian wrote:Re: Currency Slope Strength 1.0.7, how do I move the chart lines horizontal orientation? In the mq4, the horizontal offset moves the text, but the horizontal shift does nothing.

What I would like is set max bars= 20, so I can build a template whereby I have 4 different CSS displays in 4 different TFs in the same window.

Also what is the refresh rate here, and can it be changed?
Athar,

horizontalShift does not do anything in CSS, it is only used in multi-column indicators like SlopeValues.

Putting 4 different CSS indicators on one chart should not be problem except for rresource use.

What do you mean be 'refresh rate'?

Paul
Check the MQL4 Market for my best EA's and Indicators.
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Re: Baluda Indicators

Post by atharmian »

Paul,

Thanks for the quick, succinct reply.

1. So how do I get 4 TF displays of your excellent CSS on same chart window? I had posted my problem earlier, with a hanover (FF) response:

http://www.stevehopwoodforex.com/phpBB3 ... =15&t=2590

2. By refresh rate, I mean how often does the chart refresh. Mostly folks like hanover (on the RS indi) leave it as 1 minute auto update, with choice of TF sync. Every tick update will of course kill the CPU.

3. Now that I have your attention and the fact of horShift for multi-column displays, maybe this is the answer to my other tmaslope arrow dashboard display problem that needs 4x CPU because the template creates 4 columns (4x 7 visible entries= 28 pairs) out of 4 instances running.
The regular 1 column vertical display is ill suited with multiple windows. Originally from Armen:

http://www.stevehopwoodforex.com/phpBB3 ... &start=430

Any tips here?

With above update and your CSS with maxbars=20 and 4 TF displays, my 1.7GHz, 2GB RAM Acer laptop ought to handle it :)


Regards,
Athar.

Baluda wrote:
atharmian wrote:Re: Currency Slope Strength 1.0.7, how do I move the chart lines horizontal orientation? In the mq4, the horizontal offset moves the text, but the horizontal shift does nothing.

What I would like is set max bars= 20, so I can build a template whereby I have 4 different CSS displays in 4 different TFs in the same window.

Also what is the refresh rate here, and can it be changed?
Athar,

horizontalShift does not do anything in CSS, it is only used in multi-column indicators like SlopeValues.

Putting 4 different CSS indicators on one chart should not be problem except for rresource use.

What do you mean be 'refresh rate'?

Paul
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”