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
Baluda Indicators
- spyderman
- Trader
- Posts: 338
- Joined: Sun Dec 11, 2011 1:39 pm
Re: Baluda Indicators
You do not have the required permissions to view the files attached to this post.
Snaggin' some pips
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda Indicators
Spyderman,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.
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.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: Baluda Indicators
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.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
What kind of account is it?
George
- spyderman
- Trader
- Posts: 338
- Joined: Sun Dec 11, 2011 1:39 pm
Re: Baluda Indicators
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.gaheitman wrote: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.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
What kind of account is it?
George
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
- fxozgirl
- Trader
- Posts: 1176
- Joined: Wed Nov 16, 2011 9:16 am
- Location: Melbourne, Australia
Re: Baluda Indicators
Baluda wrote:New version MPBM v1.0.3 in post 3.
Changes:Enjoy,
- Excluded pending orders from order count
Paul
Great, thanks Paul
-
atharmian
- Trader
- Posts: 169
- Joined: Tue Oct 16, 2012 7:43 am
Refresh time, Kiwi today. Re: Baluda Indicators
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.
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.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: Baluda Indicators
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.Baluda wrote:Spyderman,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.
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
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:
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.
- 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
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?
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.
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda Indicators
George,gaheitman wrote:Paul (or anyone else) -- Let me know if you want the code I modified....
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.
- spyderman
- Trader
- Posts: 338
- Joined: Sun Dec 11, 2011 1:39 pm
Re: Baluda Indicators
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.Baluda wrote:George,gaheitman wrote:Paul (or anyone else) -- Let me know if you want the code I modified....
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
Thanks George for checking it out though. I might try giving some feedback to the crim's customer support and see what they say.
Snaggin' some pips