Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
spyderman
Trader
Posts: 338
Joined: Sun Dec 11, 2011 1:39 pm

Re: Baluda Indicators

Post by spyderman »

Paul,

I have a stupid criminal that's giving crazy readings on the pip count in iExposure-tickets. Any ideas on what could cause this or how to fix. The numbers seem right except for the obvious wrong decimal placement.

Thanks
You do not have the required permissions to view the files attached to this post.
Snaggin' some pips
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 »

spyderman wrote:I have a stupid criminal that's giving crazy readings on the pip count in iExposure-tickets. Any ideas on what could cause this or how to fix. The numbers seem right except for the obvious wrong decimal placement.
Spyderman,

It looks like your broker does not support the MQL4 language completely. It seems the result for the function MarketInfo( Symbol(), MODE_TICKVALUE ) is wrong. Not much I can do about it.

Paul
Check the MQL4 Market for my best EA's and Indicators.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: Baluda Indicators

Post by gaheitman »

spyderman wrote:Paul,

I have a stupid criminal that's giving crazy readings on the pip count in iExposure-tickets. Any ideas on what could cause this or how to fix. The numbers seem right except for the obvious wrong decimal placement.

Thanks
We've seen this before. I'd love to see the output of the script found here. http://www.stevehopwoodforex.com/phpBB3 ... f=47&t=205 You can PM me the result.

What kind of account is it?

George
User avatar
spyderman
Trader
Posts: 338
Joined: Sun Dec 11, 2011 1:39 pm

Re: Baluda Indicators

Post by spyderman »

gaheitman wrote:
spyderman wrote:Paul,

I have a stupid criminal that's giving crazy readings on the pip count in iExposure-tickets. Any ideas on what could cause this or how to fix. The numbers seem right except for the obvious wrong decimal placement.

Thanks
We've seen this before. I'd love to see the output of the script found here. http://www.stevehopwoodforex.com/phpBB3 ... f=47&t=205 You can PM me the result.

What kind of account is it?

George
It's a micro account. I have both live and demo with them and both show the same type of activity. I have a lot size calculator indi that works off pips of s/l. It doesn't work right either. :roll:

The broker is ForexBrokerInc. So far I really like them other than this.

I'll run the script and send it over.
Snaggin' some pips
User avatar
fxozgirl
Trader
Posts: 1176
Joined: Wed Nov 16, 2011 9:16 am
Location: Melbourne, Australia

Re: Baluda Indicators

Post by fxozgirl »

Baluda wrote:New version MPBM v1.0.3 in post 3.
Changes:
  • Excluded pending orders from order count
Enjoy,

Paul

Great, thanks Paul :D
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Refresh time, Kiwi today. Re: Baluda Indicators

Post by atharmian »

Paul,

Have asked you before...while the kiwi got massacred today after the bad employment report 4.45pm EST, there seemed to be no change in Slope Values post 4.45pm, even as there was 60+ pip gap upward for NZD.

But the eurnzd and euraud pairs had both been shown as sells... still do. So what is the refresh rate for your Slope Values for D1 and H4 TFs? Clearly there can be sudden changes in a pair's character, and thus some kind of frequent update ought to be there. Frequent updates will not save the trader from any such spikes, but at least the post-event situation ought to be reflected in such indis.

Regards,
Athar.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: Baluda Indicators

Post by gaheitman »

Baluda wrote:
spyderman wrote:I have a stupid criminal that's giving crazy readings on the pip count in iExposure-tickets. Any ideas on what could cause this or how to fix. The numbers seem right except for the obvious wrong decimal placement.
Spyderman,

It looks like your criminal does not support the MQL4 language completely. It seems the result for the function MarketInfo( Symbol(), MODE_TICKVALUE ) is wrong. Not much I can do about it.

Paul
Yes, they have the tick value set to something... Hard to guess what it might mean. There is an option, however. It is possible to calculate the TICKVALUE instead of using the MarketInfo() function.

I found a nice bit of code on the mql4 site (http://forum.mql4.com/32653/page5#331819) that includes code to calculate the tick value. I modified it to work with a currency you pass as a parameter (it was using Symbol() throughout). Using it in the CurrencyInfo script gives the following now for your broker:
IMG_48.gif
The values now compare with my Cowboy IBFX account.

Paul (or anyone else) -- Let me know if you want the code I modified....

George
You do not have the required permissions to view the files attached to this post.
User avatar
wBear
Trader
Posts: 56
Joined: Sun Apr 08, 2012 5:06 pm
Location: An insignificant small red dot in the world called Singapore

Re: Baluda Indicators

Post by wBear »

Hi Paul,

It seems MPBM's Upl in Pips does not take into account of Commission & Swap compared with iExposure's pips calculation. If true, can this be fixed please? :)

Or is it fixed in the latest 1.0.3 version already?
You do not have the required permissions to view the files attached to this post.
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 »

gaheitman wrote:Paul (or anyone else) -- Let me know if you want the code I modified....
George,

I don't know...

Seems we've seen only one broker that does not support all MarketInfo functions. Of all traders that use our code only a small number, probably less than 1% runs into this problem. Should we really harden our code to accomodate brokers that do not follow rules?

Again, I don't know...

Paul
Check the MQL4 Market for my best EA's and Indicators.
User avatar
spyderman
Trader
Posts: 338
Joined: Sun Dec 11, 2011 1:39 pm

Re: Baluda Indicators

Post by spyderman »

Baluda wrote:
gaheitman wrote:Paul (or anyone else) -- Let me know if you want the code I modified....
George,

I don't know...

Seems we've seen only one criminal that does not support all MarketInfo functions. Of all traders that use our code only a small number, probably less than 1% runs into this problem. Should we really harden our code to accomodate criminals that do not follow rules?

Again, I don't know...

Paul
My 2 cents is don't bother if it's just for my situation. I don't think it's critical to any strategy. Doesn't seem to mess with the EA's themselves, more on the indi information end.

Thanks George for checking it out though. I might try giving some feedback to the crim's customer support and see what they say. :roll:
Snaggin' some pips
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”