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

Baluda Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=629
Page 34 of 81
Author:  NeoTrader [ Thu Aug 23, 2012 6:04 am ]
Post subject:  Re: Baluda Indicators

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

-
Author:  Lifesys [ Thu Aug 23, 2012 2:50 pm ]
Post subject:  Re: Baluda Indicators

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.
Author:  harry45 [ Thu Aug 23, 2012 3:13 pm ]
Post subject:  Re: Baluda Indicators

Neo,thanks for fabulous indi.Can you limit "maxBars"(external variable) because a template i`ve made is rather "heavy".
Tnanks again.
Author:  NeoTrader [ Thu Aug 23, 2012 4:29 pm ]
Post subject:  Re: Baluda Indicators

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

-
Author:  harry45 [ Thu Aug 23, 2012 5:11 pm ]
Post subject:  Re: Baluda Indicators

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
Author:  Radar [ Sat Aug 25, 2012 12:36 pm ]
Post subject:  Modifying MPBM To Manage Multiple Baskets

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^)
Author:  alex_forex [ Tue Aug 28, 2012 10:52 am ]
Post subject:  Re: Baluda Indicators

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
Author:  Radar [ Tue Aug 28, 2012 3:17 pm ]
Post subject:  Re: Baluda Indicators

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^)
Author:  alex_forex [ Tue Aug 28, 2012 4:25 pm ]
Post subject:  Re: Baluda Indicators

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

Thanks RADAR ;)
Author:  Baluda [ Thu Aug 30, 2012 1:00 pm ]
Post subject:  Re: Baluda Indicators

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
All times are UTC Page 34 of 81