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

Baluda Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=629
Page 40 of 81
Author:  4xPIPAHOLIC [ Sun Sep 16, 2012 11:16 pm ]
Post subject:  Re: Baluda Indicators

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!
Author:  thelearner [ Mon Sep 17, 2012 7:14 am ]
Post subject:  Re: Baluda Indicators

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.
Author:  abrupto [ Mon Sep 17, 2012 7:43 am ]
Post subject:  Re: Baluda Indicators

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
Author:  xrismak [ Tue Sep 18, 2012 11:30 pm ]
Post subject:  Re: Baluda Indicators

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. :)
Author:  thelearner [ Wed Sep 19, 2012 6:56 am ]
Post subject:  Re: Baluda Indicators

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 :) :)
Author:  xlitang [ Sun Sep 23, 2012 7:33 pm ]
Post subject:  Re: Baluda Slope Strength Indicators

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?
Author:  classyfx [ Thu Sep 27, 2012 7:55 pm ]
Post subject:  Re: Baluda Indicators

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
Author:  Haggadah [ Tue Oct 02, 2012 12:26 pm ]
Post subject:  MPTM 3.2

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,
Author:  Baluda [ Tue Oct 02, 2012 2:33 pm ]
Post subject:  Re: MPTM 3.2

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
Author:  cvdm001 [ Wed Oct 03, 2012 2:41 pm ]
Post subject:  Re: Baluda Indicators

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.?
All times are UTC Page 40 of 81