差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
mt4:ea_交易编程 [2022/10/13 05:39] wyrovermt4:ea_交易编程 [2022/10/13 07:09] (当前版本) – [EA 交易编程] wyrover
行 1: 行 1:
 # EA 交易编程 # EA 交易编程
 +
 +https://smartforexlearning.com/mt4-ea-course-first-forex-expert-advisor/
 +
 +https://www.cashbackforex.com/academy/mt4-expert-advisor
 +
 +
 +https://forexwikitrading.com/forex-robot/day-trading-lab-ea-mt4-forex/
 +
 +
 +
 +
 +https://bestmt4ea.com/category/mt4/expert-advisors/page/2/
 +
 +
 +https://www.fxcracked.com/free-ea/force-grider-forex-mt4-ea-free-download/
 +
 +
 +https://mt4cracked.com/posts/pfx-multi-currency-scalper-robot-free-download
  
 ## Types of Orders ## Types of Orders
行 82: 行 100:
 - 1 pip = 10 points - 1 pip = 10 points
  
 +
 +## Long positions
 +
 +- Market(buy) and pending(buy stop and buy limit)
 +- Ask price - entry
 +- Bid price - exit
 +- Profit -> price goes up after entry
 +
 +
 +## Short positions
 +
 +- Market(sell) and pending(buysell stop and sell limit)
 +- Bid price - entry
 +- Ask price - exit
 +- Profit -> price goes down after entry
 +
 +## Trade volume
 +
 +- Trade size or lot size
 +- 1 lot = buying 100,000 units of a commodity
 +- Examples
 +  - 1 lot EUR/USD long - buying 100,000 euros using dollars at the current exchange rate
 +  - 1 lot EUR/USD short - buying 100,000 dollars using euros at the current exchange rate
 +
 +
 +
 +## Trade volume cont'd
 +
 +- Types based on trading account
 +  - Standard lot - 1 lot = 100,000 units
 +  - Mini-lot - 1 lot = 10,000 units
 +  - Micro-lot - 1 lot = 1,000 units
 +- Factors
 +  - Leverage
 +  - Money management
 +
 +## Slippage
 +
 +- Maximum deviation in price
 +- Trade is cancelled by robot once slippage is exceeded
 +
 +## Minimum distance
 +
 +- Freeze level and stop level
 +- |entry price - exit price|(in points) >= minimum distance(in points)
 +- Entry price and stoploss/takeprofit
  
  
打印/导出