差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| mt4:ea_交易编程 [2022/10/13 05:45] – wyrover | mt4:ea_交易编程 [2022/10/13 07:09] (当前版本) – [EA 交易编程] wyrover | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| # EA 交易编程 | # EA 交易编程 | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | https:// | ||
| ## Types of Orders | ## Types of Orders | ||
| 行 97: | 行 115: | ||
| - Ask price - exit | - Ask price - exit | ||
| - Profit -> price goes down after entry | - Profit -> price goes down after entry | ||
| - | |||
| ## Trade volume | ## Trade volume | ||
| 行 107: | 行 124: | ||
| - 1 lot EUR/USD short - buying 100,000 dollars using euros 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/ | ||