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

IDT trading scripts - MetaTrader 4용 스크립트

조회수:
9583
평가:
(7)
게시됨:
2007.11.21 04:34
업데이트됨:
2014.04.21 14:51
include.zip (0.41 KB)
libraries.zip (10.18 KB)
scripts.zip (11.96 KB)
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

There are some scripts in zip archives which could be very usefull in intraday trading. With them you can respond  on market changes very quickly :

IDT_buy_order
IDT_buy_limit
IDT_sell_order
IDT_sell_limit


These scripts set up values of take profit and stop loss automatically according to predefined values in global variables.

********************
IDT_close_profit_positions - This script closes all profit positions.
IDT_more_profit - This script adds in all profit positions one point to take profit value.
IDT_variables - This script sets up global variables. You need it to run only first time.

*********************
IDT_library - Contains all necessary scripts.

*********************

How to install :

1) Load IDT_library.ex4 and  IDT_library.mq4 into \experts\libraries directory.

2) Load IDT_library.mqh into \experts\include directory.
3) Load rest of files into \experts\scripts directory.
4) In menu Terminal Settings — Expert Advisors Allow live trading and Allow DLL imports.
5) Run script IDT_variables.
6) Set up hot keys for IDT scripts.
7) Set up global variable according to you wish.

GLOBAL VARIABLES :
profit = take profit(close position) when price is higher/deeper about profit points
lost=stop loss(close position) when price is higher/deeper about lost points
expiration=pending order expires in .... minutes
maxrisk=maximum risk in % of your account
skip=place pending order about skip value below or above buy/sell price (it is difference between actual and expected future price)

 

Signal Direction Probability Signal Direction Probability

Graphs correlation between percent change of the price signal, and the price signal, to determine high probability of current price signal direction.

Pivot Pivot

Pivot Point is a turning point for the direction of price movement in a market.

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.

Risk Advisor Risk Advisor

Risk advisor script based on balance Risk Percent.