거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

CSV signals to Expert - MetaTrader 4용 expert

조회수:
18364
평가:
(14)
게시됨:
2014.02.03 13:40
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author:

Louis Christian Stoltz

How to load csv signals into an expert advisor. Here is some sample csv data:

Magic, opendate, closedate,openprice,closeprice,stoplevel,profitlevel,type,symbol

1,2014-01-23 14:43:00,2014-01-23 15:43:00,1.36440,0.00000,0.00000,0.00000,Buy,EURUSD
2,2014-01-23 14:43:00,2014-01-23 16:43:00,1.36440,0.00000,0.00000,0.00000,Buy,EURUSD

Important: Files can only be opened in the terminal_directory\experts\files folder (terminal_directory\tester\files if for expert testing)
So csv files must go there in those two folders.

Recommendations:

  • Copy signals.csv into the two folders terminal_directory\experts\files folder and terminal_directory\tester\files
  • Copy mq4 file to terminal_directory\experts\
Smoothed Awesome indicator Smoothed Awesome indicator

This indicator is a modification of classical Awesome indicator. It computes the smoothed rate of change of two exponential means.

Price Action EA Price Action EA

Amazing EA that does not use any indicator. Instead, it follows the price action. Tested from 18 August 1995 to 29th January 2014. It has managed to turn $10,000 to 11,958,183.37.

Elliott_1 Elliott_1

EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &

Simple UnitTest include library for new MQL4 Simple UnitTest include library for new MQL4

This is a simple (cheap) UnitTest include library for new MQL4