거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 13160
- 평가:
- 게시됨:
- 2015.03.26 09:44
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The script reverses all the orders of the chart symbol.
Inputs:
- double Reverse;
- with stoploss Reverse.
If you don't want inputs erase "#property script_show_inputs" in the MetaEditor

Saves all historical bar data (Open timestamp, Open, High, Low, Volume) and every new tick to CSV of your choice.

Save your indicator values and Open, High, Low, Close, Volume data to a csv file of your choice.

Simple code to close all opened orders.

This script shows you current currency pair spread, pip value and the total cost of the spread to open a position. Result will show in your account currency.