zoukankan      html  css  js  c++  java
  • mql相关知识

     mql作为外汇交易的编程语言,光掌握了mql还不够,还需要掌握相关外汇的知识。

    关于mql里手数,有时候感觉很不明白。

    1.外汇交易中的手数是怎么算的。

    比如0.05,1等是什么算的
    外汇10万美元是一手,如果是1:100杠杆的话一手你用的保证金就是1000美元,保证金是500美元的话就是0.5手,以此类推

    2.mql的Point是什么?

     看老外的解释吧

    A point is one pip. If EurUsd is at 1.2080 one point would be 0.0001. So if you want to set a TP on the EurUsd of 50, you have to add that to 1.2080 but adding 50 to 1.2080 would give you 51.2080 so you have to multiply 50*Point to get 0.0050. For currencies with 4 places like EurUsd and GpbUsd that have 4 places, like 1. 2080 or 2.0250 one point is 0.0001, for the UsdJpy that has only 2 places like 122.01, one Point is 0.01
     就是点数的具体数据,比如一EURUSD 1.2080 ,那么一个点就是0.0001, 自己算50个点,应该50*0.0001的结果,point是个单位。

  • 相关阅读:
    getJson
    mongodb在java中的查询
    Fragment
    android权限
    json输出
    Android Service
    javascript
    android
    Myeclipse启动报错: Invalid 'log4jConfigLocation' parameter
    Android-Activity生命周期
  • 原文地址:https://www.cnblogs.com/likwo/p/1969243.html
Copyright © 2011-2022 走看看