Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Indicators

Post by NeoTrader »

hi taipan,
taipan99 wrote:I have a problem on displaying the fonts, did not align properly on the Empty4 build 432 on windows7 ultimate. Any body has facing the same problems and any solution suggest to rectify this problems?
I work with the same configuration and have no problems with the fonts. You can also change the Font in the Indicator Parameter nonPropFont...default is "LucidaConsole" but you can try any other Font you want...

happy trading,

NeoTrader

-
Lifesys
Trader
Posts: 126
Joined: Wed Apr 25, 2012 2:05 am
Location: Echuca Victoria. Australia

Re: Baluda Indicators

Post by Lifesys »

Hi Paul
We all thank you for iExposureTickets which gives a great summary. As mentioned previously I find the added column to list MagicNo. very useful when dealing with multiple trade triggers. Also, that Pips is calculated directly from Profit & does not account for Swap, is a minor error but with Gold (& 5 digits), Pips calculation is out by a factor of 10.
I know you use a small formula which works most times & do not use the Pipfactor routine,
but I trade metals often and so use the following fix in iExposureTickets108.
In the 'Analyse' routine, after

Code: Select all

if (showRealPips)
    ExtTicketsValues[index][PIPS] /= MathMod(MarketInfo(OrderSymbol(),MODE_DIGITS), 2)*9+1;
// add

Code: Select all

if (OrderSymbol()=="XAUUSD" || OrderSymbol()=="GOLD") 
    ExtTicketsValues[index][PIPS] /=10;
Thanks again.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: Baluda Indicators

Post by harry45 »

Neo,thanks for fabulous indi.Can you limit "maxBars"(external variable) because a template i`ve made is rather "heavy".
Tnanks again.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Baluda Indicators

Post by NeoTrader »

hi harry,
harry45 wrote:Neo,thanks for fabulous indi.Can you limit "maxBars"(external variable) because a template i`ve made is rather "heavy".
Tnanks again.
This is the wrong thread....we are in baludas Thread here...if you mean the new NT_RT_TMA Indicator...then yes I think I can do this....maybe on the next update... ;)

happy trading,

NeoTrader

-
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: Baluda Indicators

Post by harry45 »

NeoTrader wrote:hi harry,
harry45 wrote:Neo,thanks for fabulous indi.Can you limit "maxBars"(external variable) because a template i`ve made is rather "heavy".
Tnanks again.
This is the wrong thread....we are in baludas Thread here...if you mean the new NT_RT_TMA Indicator...then yes I think I can do this....maybe on the next update... ;)

happy trading,

NeoTrader

-
Sorry,i haven`t noticed to mix the thread up.I`m waiting for a new release of NT_RT_TMA.
Regards
Radar
Trader
Posts: 437
Joined: Fri Mar 23, 2012 5:39 pm
Location: Round the bend ;)

Modifying MPBM To Manage Multiple Baskets

Post by Radar »

High folks,

Love all the work that's going on in here :D This is one very effective community :D

I was wondering if someone would modify MPBM to be able to manage multiple baskets, using global variables to hold each basket's settings, and also modify iExposure Tickets to be able to monitor each basket. A script to change a basket's settings would also be required.

I've posted an outline on how it could be done in the Coders' forum, see http://www.stevehopwoodforex.com/phpBB3 ... f=12&t=778 for details.

Many thanks in advance to those that can make this happen.

Take care,

&

Have fun!

Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Baluda Indicators

Post by alex_forex »

Hi Baluda,

Thanks again for your utilities :D


I want to use MPBM with NB10.2 Autotrader which uses 4 magic numbers.

Is there any way to manage 4 MN with MPBM ?

Thanks ;)
Alex
Radar
Trader
Posts: 437
Joined: Fri Mar 23, 2012 5:39 pm
Location: Round the bend ;)

Re: Baluda Indicators

Post by Radar »

Hey Alex,
alex_forex wrote:Hi Baluda,

Thanks again for your utilities :D


I want to use MPBM with NB10.2 Autotrader which uses 4 magic numbers.

Is there any way to manage 4 MN with MPBM ?

Thanks ;)
Alex

You'll need to use 4 separate instances of MPBM, one for each magic number.

Have fun!

Radar =8^)
Check out my new, (well, old now), manual trade & automatic scale-in manager,
StackManV2
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: Baluda Indicators

Post by alex_forex »

Mmmm... or put the same MN for all trades :mrgreen:

Thanks RADAR ;)
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 »

August is over, here we go again.

New version MPBM, v1.0.2, in post 3. Changes are:
  • Added option to manage trades by comment.
New version TMASlopeMTF, v1.0.1, in post 2. Changes are:
  • Added addSundayToMonday option.
Happy trading!

Paul
Check the MQL4 Market for my best EA's and Indicators.
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”