거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
36671
평가:
(9)
게시됨:
2007.12.01 10:02
업데이트됨:
2016.11.22 07:32
simplefx2.mq4 (13.73 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Simple FX free expert advisor automatically trades the Forex market using moving averages. 
The two moving averages can be changed to the period, method and type. Also order settings can be changed lot size, slippage and magic number.  The expert advisor can trade any pair and any mt4 broker.Simple FX trades best attached to the daily D1 chart time frame.

The latest version of Simple FX is simplefx2.mq4. Changes include:

  • Added optional s/l and t/p
  • Bug fix in s/l and t/l code
  • Now waits for first MA cross
  • If s/l or t/p is used and order reaches s/l or t/p it will wait for the next MA cross
  • Important variables are automatically saved to a file






How it works

Its simple (pun intended). When the short moving average is above the long moving average the trend is considered up or bullish. The expert advisor closes its sell order (if one is open) and opens a buy order. When the short moving average is below the long moving average the trend is considered down or bearish. The expert advisor closes its buy order (if one is open) and opens a sell order. So, the expert advisor stays in the market riding the trend up and down.

Quick overview of variables

Stop_Loss and Take_Profit

Stop_Loss and Take_Profit variables are optional, meaning the values can be left at zero and the EA will still trade correctly. If you would like more control over the expert advisor you can change one or more of the values. For example to have the EA open positions with a take profit of 20 pips  you would simply change Take_Profit value to 20.


Long_MA_Method and Short_MA_Method

  • Simple moving average (SMA) = 0
  • Exponential moving average (EMA) = 1
  • Smoothed moving average (SMMA) = 2
  • Linear weighted moving average (LWMA) = 3

Long_MA_Applied_Price and Short_MA_Applied_Price

  • Close price = 0
  • Open price = 1
  • High price = 2
  • Low price = 3
  • Median price = 4 (default value)
  • Typical price = 5
  • Weighted close price = 6



Best regards,
Glenn Bacon (RobinHood)





Risk Advisor Risk Advisor

Risk advisor script based on balance Risk Percent.

Close Orders Close Orders

Close all multi currency open orders and cancel pending orders according to various scenarios. Slippage for open orders is calculated for each currency. Choose only one scenario per visit, the script processes the first menu item selected.

Chaikin Chaikin

Chaikin Indicator.

Waddah Attar Weekly Fibo Indicator Waddah Attar Weekly Fibo Indicator

This Indicator Draws 7 Level Of weekly Fibo With Back Test.