惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
The Hacker News
The Hacker News
O
OpenAI News
TaoSecurity Blog
TaoSecurity Blog
Google DeepMind News
Google DeepMind News
Forbes - Security
Forbes - Security
Spread Privacy
Spread Privacy
SecWiki News
SecWiki News
V
Vulnerabilities – Threatpost
Latest news
Latest news
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Schneier on Security
Cloudbric
Cloudbric
Webroot Blog
Webroot Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
Cisco Talos Blog
Cisco Talos Blog
Blog — PlanetScale
Blog — PlanetScale
Attack and Defense Labs
Attack and Defense Labs
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
Simon Willison's Weblog
Simon Willison's Weblog
N
News and Events Feed by Topic
L
LINUX DO - 热门话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
美团技术团队
C
Cyber Attacks, Cyber Crime and Cyber Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
有赞技术团队
有赞技术团队
N
Netflix TechBlog - Medium
H
Heimdal Security Blog
L
Lohrmann on Cybersecurity
The Last Watchdog
The Last Watchdog
MyScale Blog
MyScale Blog
C
CERT Recently Published Vulnerability Notes
Hugging Face - Blog
Hugging Face - Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
A
About on SuperTechFans
博客园 - 叶小钗
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
F
Fortinet All Blogs
博客园 - 聂微东

博客园 - surfer

金山开源安全卫士全套代码编译指南 TabControl添加关闭按钮 string、wstring、cstring、 char、 tchar、int、dword转换方法 string,wstring,CString,TCHAR,char*之间常用转换 在VS 2008下成功编译Chrome QT + VS2008安装配置 用于多媒体应用的无窗口ATL ActiveX控件 临界区,互斥量,信号量,事件的区别(线程同步) GuiToolKit的编译 在VC程序中调用exe文件或者批处理文件方法总结 可在U盘或光盘上运行的LINUX(自带强大软件包和开发工具) 用VC纯资源dll制作多语言界面程序 - surfer - 博客园 没有完美的外汇经纪商和交易平台 外汇交易时段 MB Trading 订单类型 外汇炒单速成法 外汇高手的顺势理论 外汇交易商排名 explorer无法随Windows 7启动原因
外汇点值计算
surfer · 2010-09-18 · via 博客园 - surfer

所有的货币对可以分成3类,正向报价对(EUR/USD,GBP/USD),反向报价对(USD/JPY, USD/CHF)和交叉汇率(GBP/CHF, EUR/JPY等)。

(以标准账户举例)

[lot size] --每手的数量;[tick size] --跳动点的数量,对EUR/USD,它是0.0001。(pip)是“percentage in point

(1)对正向报价,点值的计算公式:

[pip] = [lot size] × [tick size]

对于正向报价来说,每个点值是不变的,不依赖于当前的报价。

举例:

对于EUR/USD,lot size 100000欧元,tick - 0.0001。点值[pip] = 100000 *0.0001 = $10.00

如果是进行包括 EUR/USD, GBP/USD, AUD/USD 和 NZD/USD这四个货币组合的话, 每一点的点值为10美元

(2)对于反向报价,点值的计算公式:

[pip] = [lot size] × [tick size] / [current quote]

[current quote] -当前的报价。每个点的价值依赖于当前的报价。

如果是跟日元有关的,包括USD/JPY,CAD/JPY,CHF/JPY,GBP/JPY.NZD/JPY,EUR/JPY,AUD/JPY

举例1:

对于USD/JPY,lot size是100000美元,tick - 0.01。报价为129.20, USD/JPY:点值 =0.01 * 100000 /  USD/JPY =1000 / 129.20 = $7.74

(3)对于交叉汇率:

[pip] = [lot size] × [tick size] × [base quote] / [current quote]

[base quote] - 基本外汇的当前报价。

举例: 对于GBP/CHF,lot size是62500英镑,报价为2.3000, 基本外汇报价 GBP/USD1.4550,点值为 62500 * 0.0001 * 1.4550 / 2.3000 =$3.95.

注:投资者不必去算点值,只要记住交易商公布的点值就OK。