Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > General Discussion


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-02-2007, 04:01 AM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
Pip Values

I ran a little test to determine the Minimum Pip Size and the Pip Value (in US Dollars). I am attaching my results here.

I was surprised at the minimum pip size for AUDJPY, NZDJPY and CHFJPY. They are 0.001! However, the quotes are in 0.010 increments. That is fine and dandy, but my pip step calculations are blown out of the water with this weird configuration. Does anyone know why or what is the source of this oddity?

Thanks.

Code:
21:49:02 Print Properties started for testing
21:49:02 2006.12.14 10:50  Print Properties USDCHF,M1: Pip Size=0.0001
21:49:02 2006.12.14 10:50  Print Properties USDCHF,M1: Pip Value=8.23
21:49:09 Print Properties started for testing
21:49:09 2006.12.14 11:35  Print Properties GBPUSD,M1: Pip Size=0.0001
21:49:09 2006.12.14 11:35  Print Properties GBPUSD,M1: Pip Value=10
21:49:13 Print Properties started for testing
21:49:13 2006.12.14 11:18  Print Properties EURUSD,M1: Pip Size=0.0001
21:49:13 2006.12.14 11:18  Print Properties EURUSD,M1: Pip Value=10
21:49:26 Print Properties started for testing
21:49:26 2006.12.14 10:46  Print Properties USDJPY,M1: Pip Size=0.01
21:49:26 2006.12.14 10:46  Print Properties USDJPY,M1: Pip Value=8.43
21:49:33 Print Properties started for testing
21:49:33 2006.12.14 00:16  Print Properties AUDUSD,M1: Pip Size=0.0001
21:49:33 2006.12.14 00:16  Print Properties AUDUSD,M1: Pip Value=10
21:49:39 Print Properties started for testing
21:49:39 2006.12.27 23:41  Print Properties AUDJPY,M1: Pip Size=0.001
21:49:39 2006.12.27 23:41  Print Properties AUDJPY,M1: Pip Value=0.84
21:50:00 Print Properties started for testing
21:50:00 2006.12.27 13:19  Print Properties USDCAD,M1: Pip Size=0.0001
21:50:00 2006.12.27 13:19  Print Properties USDCAD,M1: Pip Value=8.6
21:50:00 Print Properties started for testing
21:50:00 2006.12.14 21:49  Print Properties EURGBP,M1: Pip Size=0.0001
21:50:00 2006.12.14 21:49  Print Properties EURGBP,M1: Pip Value=19.65
21:50:08 Print Properties started for testing
21:50:08 2006.12.14 04:41  Print Properties EURCHF,M1: Pip Size=0.0001
21:50:08 2006.12.14 04:41  Print Properties EURCHF,M1: Pip Value=8.23
21:50:15 Print Properties started for testing
21:50:15 2006.12.14 13:57  Print Properties EURJPY,M1: Pip Size=0.01
21:50:15 2006.12.14 13:57  Print Properties EURJPY,M1: Pip Value=8.43
21:50:21 Print Properties started for testing
21:50:21 2006.12.14 14:40  Print Properties GBPJPY,M1: Pip Size=0.01
21:50:21 2006.12.14 14:40  Print Properties GBPJPY,M1: Pip Value=8.43
21:50:41 Print Properties started for testing
21:50:41 2006.12.28 14:43  Print Properties GBPCHF,M1: Pip Size=0.0001
21:50:41 2006.12.28 14:43  Print Properties GBPCHF,M1: Pip Value=8.23
21:50:44 Print Properties started for testing
21:50:44 2006.12.14 14:10  Print Properties EURAUD,M1: Pip Size=0.0001
21:50:44 2006.12.14 14:10  Print Properties EURAUD,M1: Pip Value=7.92
21:51:00 Print Properties started for testing
21:51:00 2006.12.28 10:20  Print Properties NZDJPY,M1: Pip Size=0.001
21:51:00 2006.12.28 10:20  Print Properties NZDJPY,M1: Pip Value=0.84
21:51:09 Print Properties started for testing
21:51:09 2006.12.27 07:33  Print Properties NZDUSD,M1: Pip Size=0.0001
21:51:09 2006.12.27 07:33  Print Properties NZDUSD,M1: Pip Value=10
21:51:11 TestGenerator: no history data 'CHFJPY1'
21:51:22 Print Properties started for testing
21:51:22 2006.12.28 01:59  Print Properties CHFJPY,M1: Pip Size=0.001
21:51:22 2006.12.28 01:59  Print Properties CHFJPY,M1: Pip Value=0.84
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-02-2007, 04:13 AM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
I found out the above is for StrategyBuilderFX only. I checked this on IBFX and FXDD, and there the pips were 0.01.

I wonder why SBFX has that oddity?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-02-2007, 06:00 AM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Is the pip size the return value from MarketInfo(..., MODE_POINT)?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2007, 08:53 PM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
Sorry, I missed your message or would have replied earlier.

The PipValue in Dollar is obtained from MODE_TICKVALUE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2007, 09:01 PM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
How do you know if that is for the ask or the bid price? does not the value of a tick depend on the price?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2007, 10:38 PM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
I am directly printing those values from the output that my EA produces.

Also, you can get pip values from here http://www.mataf.net/en/analysis-pipvalue.htm

1 pip of EURUSD (full size lot) = $10. It does not vary whether you are using bid or ask.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-06-2007, 12:48 AM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Quote:
Originally Posted by Maji
1 pip of EURUSD (full size lot) = $10. It does not vary whether you are using bid or ask.
I thought this would depend on lot size and base currency?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-06-2007, 04:06 AM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
Yes, it depends on lot size that your account considers as 1 lot. If it is a mini account from IBFX, it will be displayed at $1 for EURUSD. It also depends on the currency in which the account is operated. In this case US dollars.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-06-2007, 04:37 AM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Does MODE_DIGITS help?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-06-2007, 05:35 AM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
mode digits is just how many digits after decimal. Usually for JPY pairs it is 2, and the others it is 4.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
indicator values from other timeperiod echnaton Metatrader 4 6 06-18-2007 12:44 PM
Small Indicator values window Nightmasks Tools and utilities 3 08-16-2006 10:10 AM
Ema values The_N Expert Advisors - Metatrader 4 1 06-19-2006 05:22 PM
How to get values from attached indicators viktoriwan Questions 2 05-24-2006 07:26 PM


All times are GMT. The time now is 06:44 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.