Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
4xPIPAHOLIC
Trader
Posts: 41
Joined: Thu Nov 24, 2011 1:27 pm
Location: Montreal, Quebec, Canada

Re: Baluda Indicators

Post by 4xPIPAHOLIC »

Hi Baluda,

Would it be a to much to ask for an email alert on 1 of your amazing indicators (CurrencySlopeStrength, v1.0.3 or CSSDiff) so I will be able to catch some sleep.
If it is to much trouble do not worry they are super anyways....I will find a solution(maybe learn how to code) :lol:

Thanks for everything!
The hardest thing for me to learn in forex.....is to sit on my ass and do nothing....
thelearner
Trader
Posts: 114
Joined: Tue Sep 11, 2012 9:35 am

Re: Baluda Indicators

Post by thelearner »

baluda is there any way to add alert to TMA slope when it cross 0,0.4,0.8? NT indicator NT_TMA_CSS 1.0.2 has alert on CSSdiff not the TMAslope. If you have little time maybe add alert on it so I won't miss a trend change when I am not looking at my charts. Probably can modify Slope value indicators you have right now (alert when pairs JUMP to different category). Thanks a lot.
abrupto
Posts: 1
Joined: Sun Jul 29, 2012 8:03 am

Re: Baluda Indicators

Post by abrupto »

Love your code.

I added a highlight to the current symbol in SlopeValues, if you like the idea, here.

Code: Select all

extern bool    highLightCurrentSymbol = true;

Code: Select all

      // Show object
      if( symbolNames[index] == Symbol() && highLightCurrentSymbol ) {
      ObjectSetText ( objectName, showText, fontSize, nonPropFont, headerColor );
      } else {
      ObjectSetText ( objectName, showText, fontSize, nonPropFont, showColor );
      }
thanks much
xrismak
Trader
Posts: 710
Joined: Tue Apr 24, 2012 9:43 pm

Re: Baluda Indicators

Post by xrismak »

thelearner wrote:baluda is there any way to add alert to TMA slope when it cross 0,0.4,0.8? NT indicator NT_TMA_CSS 1.0.2 has alert on CSSdiff not the TMAslope. If you have little time maybe add alert on it so I won't miss a trend change when I am not looking at my charts. Probably can modify Slope value indicators you have right now (alert when pairs JUMP to different category). Thanks a lot.
Hi Thelearner,
I kind of asked Baluda for the same input as you specified a while back and I am hoping he would sort out this humble request of ours when he has the time hopefully soon.

Happy trading y'all

xrismak. :)
thelearner
Trader
Posts: 114
Joined: Tue Sep 11, 2012 9:35 am

Re: Baluda Indicators

Post by thelearner »

xrismak wrote: Hi Thelearner,
I kind of asked Baluda for the same input as you specified a while back and I am hoping he would sort out this humble request of ours when he has the time hopefully soon.

Happy trading y'all

xrismak. :)
hahaha...let's patiently waiting :) :)
xlitang
Trader
Posts: 42
Joined: Mon Nov 21, 2011 8:33 pm

Re: Baluda Slope Strength Indicators

Post by xlitang »

Baluda wrote: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.2
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.
Paul,

Can we have option to show High water mark and low water mark for all pairs instead of showing what profits are for each pair?
classyfx
Posts: 3
Joined: Thu Sep 27, 2012 7:45 pm

Re: Baluda Indicators

Post by classyfx »

baluda bro many thaks for your excellent incator.you are doing great.this is my 1 st post here .i found this indi really cool.if u dont mind...i have a request please make pdf file brief description about slope indicators
Haggadah
Trader
Posts: 154
Joined: Sat Dec 03, 2011 12:01 pm

MPTM 3.2

Post by Haggadah »

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.2
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.[/quote]

Paul,

Would it be possible to have a StopLoss Line be drawn on the chart that could be move from one price level to another. This will allow me to move my stop above suppor and resistance.

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

Re: MPTM 3.2

Post by Baluda »

Haggadah wrote:Would it be possible to have a StopLoss Line be drawn on the chart that could be move from one price level to another. This will allow me to move my stop above suppor and resistance.
Haggadah,

That makes no sense. MPBM is a basket manager that handles multiple trades and symbols. A line on the chart is only good for the symbol on that chart. Please use MPTM for single symbol trade management.

Paul
Check the MQL4 Market for my best EA's and Indicators.
cvdm001
Posts: 9
Joined: Mon Sep 10, 2012 9:18 am

Re: Baluda Indicators

Post by cvdm001 »

Hi Baluda,
I have found your indicators very interesting and useful.
Is there any way of adapting your CSSDiff, Currency Slope Strength and Slope Values for use in Commodity trades, such as Gold, Silver, Oils, Platinum, Copper, Corn, Coffee, Sugar, Wheat, etc.?
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”