Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
Dixpat
Trader
Posts: 33
Joined: Tue Nov 15, 2011 9:32 pm
Location: Auckland. NZ

Re: Baluda Indicators

Post by Dixpat »

Baluda wrote:
Dixpat wrote:However on its way there the EA did not make any change to the trade for the BE setting or the Jumping SL setting
Dixpat,

Do you realize MPBM is a basket manager. This means all trades are handled as a whole rather than individually? MPBM will never set the SL or TP of a trade.

Paul
Thanks for the reply Paul

Yes I understand it is a basket manager hence why I have used the Adaptive settings

Are you saying that I will see nothing on screen or in the journal or experts tab to indicate what the current status of the trade is in relation to any change made by MPBM
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 »

Dixpat wrote:Are you saying that I will see nothing on screen or in the journal or experts tab to indicate what the current status of the trade is in relation to any change made by MPBM
Dixpat,

Yes, that is it. 'iExposure, Tickets' however, can display the TP of the basket. Just set the name of the Global Variable in MPBM and iExposure, Tickets to the same value. (And don't forget to set 'ShowShelleyBEPips' or 'ShowShelleyBECash' and 'ShowBasketInfo' to true.)

Paul
Check the MQL4 Market for my best EA's and Indicators.
User avatar
tx413
Trader
Posts: 13
Joined: Tue Jul 03, 2012 12:23 am

Re: Baluda Indicators

Post by tx413 »

gms wrote:I have currencies showing up twice in the SlopeValues indi (v1.0.5.).

And I checked it is only once in the symbolsToWeigh string.
gary,

In case you haven't figured it out yet, these are probably artifacts left over from a template file or a previous instance of the indicator. You can remove the text manually (it's just labels after all) by double-clicking on them and hitting delete. Remove them all; the proper ones will re-appear shortly at the next update. Or you might try changing the timeframe to something else and then back. I think that will force a clear and repaint.

But in either case, it's not the indicator; it's just leftover text like I said.
gms
Trader
Posts: 83
Joined: Fri Jan 13, 2012 12:58 pm

Re: Baluda Indicators

Post by gms »

tx413 wrote:In case you haven't figured it out yet, these are probably artifacts left over from a template file or a previous instance of the indicator.
Thank you, tx. Changing TF did the job.
gms
Trader
Posts: 83
Joined: Fri Jan 13, 2012 12:58 pm

Re: Baluda Indicators

Post by gms »

gms wrote:
tx413 wrote:In case you haven't figured it out yet, these are probably artifacts left over from a template file or a previous instance of the indicator.
Thank you, tx. Changing TF did the job.
I have still issued with that. If I change the TF, all labes get cleaned. A few minutes later I have double labels again ....
rbrohl
Posts: 1
Joined: Wed Jul 25, 2012 1:39 pm

Re: Baluda Indicators

Post by rbrohl »

Hi Baluda,

I have been working with version 10.2A with DWMPivots per NB's direction. I think it would be a valuable addition to your indicator if you could add alerting for the MP, WP and DP lines are crossed by the Price Action for those who manually trade. Specifically as I trade H4 with the D1 bias, it would be nice to catch a retracement of Price Action back to the Weekly or Daily Pivot during a trend. It may even be useful to alert when the other Pivots pass through each other.

Thoughts?

rbrohl
dentiok
Trader
Posts: 71
Joined: Tue Dec 06, 2011 3:03 pm

Re: Baluda Slope Strength Indicators

Post by dentiok »

Baluda wrote:2.1. DWMPivots
Show information on daily, weekly and monthly pivots . . .
What If . . .
Simply add a "lower" pivots to determine the trend following 10.2a rules for buy/sell.
The idea behind is to set the trend a bit faster than with MWD pivots !
just an idea I've been working a couple of weeks, think about the potential ;)
Take a look at this 5M EURCAD chart
any comments?
You do not have the required permissions to view the files attached to this post.
garyfritz

Re: Baluda Indicators

Post by garyfritz »

Paul, I use your excellent SlopeValues as my primary dashboard indicator to drive my symbol selection. I've noticed that the high-slope symbols are not always great buy candidates and vice versa. You might have noticed I've been agitating for "direction instead of level" for interpreting slope values, and I was wondering how hard it would be to add a mode to show that.

I looked through your code and I could probably figure out how to do what I want, but I figured it would be much cleaner and more efficient if you made your own changes. :D

The Slope indicator sort of has two modes. It starts moving almost immediately in the direction of a new trend. But Slope is an oscillator, and as with any range-bound oscillator, it can't keep moving with price forever. When it gets to a high or low level it tends to max out or pull back even if the price is still moving -- see e.g. the right half of dentiok's chart above. So I'd like the indicator to show me symbols with strong slope, AND/OR symbols with high-but-not-increasing or low-but-not-decreasing values.

If you look at this chart, you can see the Slope started dropping in mid-April as soon as the market turned. If you waited until the level hit -0.6, you missed most of the move; if you waited until -0.8 you sold at the bottom. Slope started increasing sharply as soon as the market turned in late May. That was a good buy indicator even though Slope was still < -0.8. It didn't get above +0.4 for another 2 weeks = 60 candles. Then it flattened out and stayed above 0.4 for the rest of the chart, while the market kept moving.
NZDCHF.gif
Maybe the indicator could use a latching logic where symbols go into the "buy column" when their slope starts increasing stronly OR goes above 0.6 or whatever, and STAYS above that level until the slope drops strongly or drops below 0.0? Or maybe instead of "strongly increasing/decreasing" you use a switch like "buy candidate if slope has reversed and increased X from its recent minimum" ?

Ideally I think I'd like to see groupings like you have now, but not grouped by Slope LEVEL. I want groups of "increasing slope," "high but not increasing," "low but not decreasing," and "decreasing."

Does this make sense to anyone else?? :D I may be pushing the indicator too hard. This directional approach is a lot more responsive, but it's too fast for confirming things like MWD pivot order.
You do not have the required permissions to view the files attached to this post.
johnsund
Trader
Posts: 19
Joined: Tue Nov 15, 2011 10:23 pm

Re: Baluda Indicators

Post by johnsund »

Gry - all of what you describe makes great sense to me. Very well articulated. Hope either Paul or yourself can implement this concept.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: Baluda Indicators

Post by harry45 »

garyfritz wrote:Paul, I use your excellent SlopeValues as my primary dashboard indicator to drive my
Does this make sense to anyone else?? :D I may be pushing the indicator too hard. This directional approach is a lot more responsive, but it's too fast for confirming things like MWD pivot order.
I work with this method live and very interested in such indicator.Two TF will be perfect.
Regards
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”