Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Baluda Indicators

Post by Baluda »

Here are my indicators, I hope you find use for them.

Credits go to:
Simeon Semenych - orignal ccfp indicator
Alexandre A.B. Borela - DrawCell method
ZZNBRM - TMA calculation

1. SlopeStrength
Determines the current Slope Strength of all currencies based on their TMA Slope values. The Slope Strength is the average of all TMA Slope values of the symbols the currency is part of.
SlopeStrength, screen VI.png
Current version: v1.0.3
User settings:
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • nonPropFont - non proportional font to use
  • fontSize - font size to use. SlopeStrength can do some very crude scaling
  • timeFrame - set to 'D1' or 'H4'
  • showLowerTimeFrame - set to true to show a bullet indicating the TMA Slope of the immediate lower timeframe
  • showTrendIcon - the trend icon is an arrow that shows the approximate direction of the TMA Slope based on the last 5 periodes
  • colo(u)rs - you know what to do
2. Currency Slope Strength
Shows the Slope Strengths for all currencies
CurrencySlopeStrength, screen VIII.png
CurrencySlopeStrength, screen IX.png
CurrencySlopeStrength, screen X.png
New version: v1.0.11
User settings:
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • nonPropFont - non proportional font to use
  • showOnlySymbolOnChart - set to true to show only the currencies in the symbol on the chart
  • autoTimeFrame - set to true to use the timeframe of the chart, this overrules 'timeFrame'
  • timeFrame - set to one of the values indicated
  • ignoreFuture - set to true to ignore future results for each candle, preventing any so-called 'repainting'
  • showCrossAlerts - set to true to display a visual alert when a cross of two currencies happens
  • differenceTreshold - set to difference between two CSS values to show background indicator, Only valid when showOnlySymbolOnChart is true.
  • currencies - enable/disable individual currencies
  • colo(u)rs - you know what to do
3. GlobalMarketTrend
Show value for all CSS'.
GlobalMarketTrend, screen I.png
Current version: v1.0.0
User settings:
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • maxBars - limits the history to this number of candles, set to 0 to disable
  • autoTimeFrame - set to true to use the timeframe of the chart, this overrules 'timeFrame'
  • timeFrame - set to one of the values indicated
  • addSundayToMonday - add Sunday candles to Monday candles where applicable
  • ignoreFuture - set to true to ignore future results for each candle, preventing any so-called 'repainting'
  • currencies - enable/disable individual currencies
  • colo(u)rs - you know what to do
4. GlobalMarketTrend MTF
Show value for all CSS' in MTF.
GlobalMarketTrend MTF.png
New version: v1.0.0
User settings:
  • nonPropFont - non proportional font to use in table
  • fontSize = font size to use in table
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • ignoreFuture - set to true to ignore future results for each candle, preventing any so-called 'repainting'
  • maxBars - limits the history to this number of candles, set to 0 to disable
  • lineWidth - width of buffer lines
  • showW1-M1 - show up to 8 timeframes
  • addSundayToMonday - add Sunday candles to Monday candles where applicable
  • colo(u)rs - you know what to do
5. CSSDiff
Shows the difference of the Slope Strengths of the currencies that are part of the symbol on the chart.
CSSDiff, screen II.png
Current version: v1.0.2
User settings:
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • maxBars - limits the history to this number of candles, set to 0 to disable
  • nonPropFont - non proportional font to use
  • ignoreFuture - set to true to ignore future results for each candle, preventing any so-called 'repainting'
  • colo(u)rs - you know what to do
6. SlopeValues
Shows the Slope Value of all symbols, ordered and split by user defined levels. Option to display trend, lower timeframe and pivot order.
SlopeValue, screen III.png
Current version: v1.0.6
User settings:
  • autoSymbols - set to true to let SlopeStrength use all symbols available in the Market Watch window. Overrules 'symbolsToWeigh'
  • symbolsToWeigh - comma delimited list of symbols to use.
  • nonPropFont - non proportional font to use
  • fontSize - font size to use. SlopeStrength can do some very crude scaling
  • autoTimeFrame - use chart timeframe
  • timeFrame - set to one of M1,M5,M15,M30,H1,H4,D1,W1 or MN
  • showPivotOrder - set to true to display the order of the daily, weekly, monthly pivot and price
  • pivotDirection - 0= direction of pivots follows (possible) order, 1= ascending, 2 = descending
  • showTrendIcon - the trend icon is an arrow that shows the approximate direction of the TMA Slope based on the last 5 periodes
  • showLowerTimeFrame - set to true to show a bullet indicating the TMA Slope of the immediate lower timeframe
  • slopeLevel1 - first level to split output, positive value used for negative too
  • slopeLevel2 - Second level to split output, positive value used for negative too
  • addSundayToMonday - set to true to append Sunday candles (if any) to the succeeding Monday candle
  • colo(u)rs - you know what to do
You do not have the required permissions to view the files attached to this post.
Check the MQL4 Market for my best EA's and Indicators.
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 Indicators

Post by Baluda »

2.1. DWMPivots
Show information on daily, weekly and monthly pivots. Options to show or hide most pivot lines, support- and resistance levels and text.
DWMPivots, screen II.png
New version: v1.0.9
User settings:
  • textFont - font to use for labels
  • textSize -
  • textColor -
  • maxBars - maximum number of bars to consider
  • addSundayToMonday - integrate Sunday candles into Monday candles, if any
  • shiftDayChange = set to true toshift the day change for DO and DP to the hour of choice, false uses the b*rokers day
  • hoursFromGMT - number of hours to shift the day change to, defaults to 2 (GMT+2)
  • showDailyLine - shows or hides daily pivot line
  • showDailyOpenLine - shows or hides daily open line
  • showWeekyLine - shows or hides weekly pivot line
  • showMonthlyLine - shows or hides monthly pivot line
  • showDailySR - shows or hides daily support & resistance extension line
  • showDailyOpenSR - shows or hides daily open extension line
  • showWeekySR - shows or hides weekly support & resistance extension line
  • showMonthlySR - shows or hides monthly support & resistance extension line
  • startSRAtOwnBar - enable to start support & resistance lines at the candle of the relevant timeframe
  • showFibonacci - shows or hides Fibonacci levels for daily open calculated against daily range
  • includeDistance - include distance to price in S&R labels
  • includeValue - include value in S&R labels
  • showOrder - shows or hides order of close by pivot and s&r lines
  • showSRInOrder - set to true to include S&R levels in order
  • showOrderBackground - set to true to color the order background to a signal color (red = no trade, yellow = caution, green = trade)
  • shiftTextDaily - number of bars to shift text label for daily pivots to right
  • shiftTextWeeky - number of bars to shift text label for weekly pivots to right
  • shiftTextMonthly - number of bars to shift text label for monthly pivots to right
  • shiftTextFibs - number of bars to shift text label for Fibonacci levels to right
  • show10.x - set to true to show extra information as used in NanningBob's 10.3
  • orderX10.2 - set horizontal location of order label for 10.2a
  • orderY10.2 - set vertical location of order label for 10.2a
  • orderX10.3 - set horizontal location of order label for 10.3
  • orderY10.3 - set vertical location of order label for 10.3
  • style(s) - set the line styles
  • width(s) - set the line widths
  • colo(u)rs - you know what to do
2.1.1 EmergingPivots
Show information on emerging daily, weekly and monthly pivots. Emerging pivots are based on the current day, week and month. It shows what the pivots in the near future could be.
EmergingPivots, screen I.png
Version: v1.0.0
User settings:
  • textFont - font to use for labels
  • textSize -
  • textColor -
  • maxBars - maximum number of bars to consider
  • addSundayToMonday - integrate Sunday candles into Monday candles, if any
  • showDaily - shows or hides daily emerging pivot
  • showWeeky - shows or hides weekly emerging pivot
  • showMonthly - shows or hides monthly emerging pivot
  • startAtOwnBar - enable to start lines at the candle of the relevant timeframe
  • shiftTextDaily - number of bars to shift text label for daily pivots to right
  • shiftTextWeeky - number of bars to shift text label for weekly pivots to right
  • shiftTextMonthly - number of bars to shift text label for monthly pivots to right
  • colo(u)rs - you know what to do.
2.2. TMA Slope MTF
Show information TMA Slope on user selected timeframes. Options to show or hide timeframes. Includes optional MA of one timeframe.
TMASlopeMTF, screen II.png
TMASlopeMTF, screen III.png
Version: v1.0.2
User settings:
  • nonPropFont - non proportional font to use
  • fontSize -
  • maxBars - maximum number of bars to consider
  • lineWidth -
  • showW1 - shows or hides weekly TMA Slope
  • showD1 - shows or hides daily TMA Slope
  • showH4 - shows or hides 4-hourly TMA Slope
  • showH1 - shows or hides hourly TMA Slope
  • showM30 -
  • showM15 -
  • showM5 -
  • showMA - show or hides moving average
  • MATimeFrame - timeframe for which MA is displayed (W1,D1,H4,H1)
  • MAPeriod - timeframe for MA
  • addSundayToMonday - set to true to exclude sunday candles
  • colo(u)rs - you know what to do.
You do not have the required permissions to view the files attached to this post.
Check the MQL4 Market for my best EA's and Indicators.
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 Indicators

Post by Baluda »

3.1. iExposure, Tickets
Show information on open trades including profit or loss in pips. Option to show high- and low-water mark for basket trading.
iExposure, screen III.png
New version: v1.0.8
User settings:
  • useGVStealth - not for public use
  • stealthPrefix - not for public use
  • useHiddenPips - enables HiddenPips
  • hiddenPips - HiddenPips as defined in MPTM, use same value
  • nonPropFont - non proportional font of your choice
  • magicNumber - set to Magic Number to limit tickets to, 0 to disable
  • showRealPips - show pips instead of pipettes or points
  • breakEvenPips - set to breakevenpips as defined in MPTM
  • ShellyBEGV - set to the name of the Global Variable your EA uses to save breakeven pips or stop loss
  • showShelleyBEPips - enables display of the global breakeven or stop loss in pips
  • showShelleyBECash - enables display of the global breakeven or stop loss in cash
  • showBasketInfo - enables display of basket information
  • colo(u)rs - you know what to do.
3.2. MPBM
Multi Purpose Basket Manager, this is the basket version of MPTM. This is an EA, put it in the experts folder. The EA monitors your basket and closes all trades is needed.
New version: v1.0.3
User settings:
  • MagicNumber - Magic number to limit this EA to.
  • TradeComment - Trade comment to limit this EA to, blank to disable.
  • AdaptivePipsTakeProfit - Pips per open trade to use for TakeProfit. Use 0 to disable this.
  • PipsTakeProfit - Pips TakeProfit, overrides above
  • CashTakeProfit - Cash TakeProfit
  • RewardPercentageTakeProfit - Percent of account TakeProfit
  • AdaptivePipsStopLoss - Pips per open trade to use for StopLoss. Use 0 to disable this.
  • PipsStopLoss - Pips StopLoss, overrides above
  • CashStopLoss - Cash StopLoss
  • RiskPercentageStopLoss - Percent of account StopLoss
  • BreakEvenProfitPips - Breakeven profit in pips, set to 0 to disable
  • BreakEvenProfitPipsLock - Breakeven pips
  • AdaptiveBreakEvenProfitPips - Breakeven profit in pips per open trade, set to 0 to disable
  • AdaptiveBreakEvenProfitPipsLock - Breakeven pips per open trade
  • JumpingStopPips - Jumping stop pips, 0 to disable
  • AdaptiveJumpingStopPips - Jumping stop pips per trade, 0 to disable
This EA is my implementation of Steve's code. I use it to manage my baskets. If I have use for it, my guess is so will some of you.
You do not have the required permissions to view the files attached to this post.
Check the MQL4 Market for my best EA's and Indicators.
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 »

Hi Baluda,

thank you for your great efforts and work here and for this awesome indicators.
I really enjoy to use, examine and experiment with them.

Do you also have the possibility to do a tma true based version?
Or is the parameter "ignoreFuture" on your cssDiff version doing the same? and can this implemented to the other indicators from you?

Thanks in advance,

NeoTrader
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 Indicators

Post by Baluda »

NeoTrader wrote:Do you also have the possibility to do a tma true based version?
Or is the parameter "ignoreFuture" on your cssDiff version doing the same? and can this implemented to the other indicators from you?
Neo,

The 'ignoreFuture' setting prevents all repainting. Both indicators that look at the past have this setting published.

Paul
Check the MQL4 Market for my best EA's and Indicators.
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 »

Baluda wrote:The 'ignoreFuture' setting prevents all repainting. Both indicators that look at the past have this setting published.
you are my Hero... ;)

thank you...thank you... thank youuuuu... ;)

i am so unworthy.....(fall on my knees and bow down...) ;)


will test is asap.


happy trading,

NeoTrader
User avatar
mobthehop
Trader
Posts: 362
Joined: Wed Nov 16, 2011 12:16 am

Re: Baluda Slope Strength Indicators

Post by mobthehop »

Paul, thanks for combining all your work in one thread! Great stuff

Cheers
SWG123
Trader
Posts: 565
Joined: Wed Nov 16, 2011 3:02 pm
Location: Cape Town

Re: Baluda Slope Strength Indicators

Post by SWG123 »

Baluda wrote:The 'ignoreFuture' setting prevents all repainting. Both indicators that look at the past have this setting published.

Paul
Hehe, that should shatter a few illusions. :D
forexripper
Trader
Posts: 133
Joined: Fri Apr 13, 2012 6:11 pm

Re: Baluda Slope Strength Indicators

Post by forexripper »

This is what I had in one of the other threads for your work.

Excellent work Baluda. Bravo!!!

I am still not sure if this is how the EA should work with slope #s.
I think it should be ratio of slopes of 2 currencies (weak over the strong one) that should be measured and see if it is increasing or decreasing. I don't know the magic number on the ratio to be monitored but this is what I think it should do. e.g. NZDUSD is not showing buy on D1 or H4 slope differences EA but it was a clear buy doing NN10.2 manually. So I took the trade and am in pips++++
This way we will know if the weaker one is getting weaker or stronger.
Is there a way to incorporate this into your EA. Thanks and have a nice week end.
smarthunk
Posts: 1
Joined: Fri Jun 08, 2012 7:37 am

Re: Baluda Slope Strength Indicators

Post by smarthunk »

:) Thanks Baluda the indicators are really good, will surely use them .
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”