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

Baluda Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=629
Page 59 of 81
Author:  SteveHopwood [ Sat Aug 03, 2013 11:12 pm ]
Post subject:  Re: Baluda Indicators

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
Author:  kalusao [ Sun Aug 04, 2013 12:59 pm ]
Post subject:  Re: Baluda Indicators

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!
Author:  Baluda [ Tue Aug 06, 2013 8:31 am ]
Post subject:  Re: Baluda Indicators

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
Author:  protea [ Tue Aug 06, 2013 10:19 am ]
Post subject:  Re: Baluda Indicators

Thanks Paul - really appreciate the awesome indicators you have created/refined.
My Location: An insignificant village in the Garden Route, South Africa = Sedgefield
Author:  darshanag [ Tue Aug 06, 2013 10:25 am ]
Post subject:  Re: Baluda Indicators

Thanks for the indis Paul.. Looking forward to trying these out.. Will let you know how I get on...Cheers !
Author:  godman [ Tue Aug 06, 2013 5:05 pm ]
Post subject:  Re: Baluda Indicators

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.
Author:  danjuma [ Sat Aug 10, 2013 3:12 pm ]
Post subject:  Re: Baluda Indicators

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
Author:  atharmian [ Mon Aug 12, 2013 7:04 pm ]
Post subject:  Re: Baluda Indicators

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.
Author:  Baluda [ Tue Aug 13, 2013 8:20 am ]
Post subject:  Re: Baluda Indicators

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
Author:  atharmian [ Tue Aug 13, 2013 8:29 pm ]
Post subject:  Re: Baluda Indicators

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
All times are UTC Page 59 of 81