거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Time Filter Library - MetaTrader 4용 라이브러리
- 조회수:
- 12914
- 평가:
- 게시됨:
- 2014.07.11 14:29
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The function will filter the trade positon. If the current time in the time you set, the function will return true.
Usage:
extern string TimeStart="12:00"; extern string TimeStop="14:00"; bool TradeAlow=sTimeFilter(TimeStart,TimeStop); if(TradeAllow==true) { //Put your trade function here //OrderSend(...); } //Ea will open position bettween 12:00 ---> 14:00 //If you set start=20:00, stop=08:00----> ea will start trade from 20:00 of today to 8:00 tomorrow.
Candle Time End And Spread
The indicator shows candle end time and current spread.
Indicator TracerTraces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.
Close@Profit
Expert Advisor that closes orders after defined profit or loss.
Forex Indicator Black & White Beauty Win ~ BBWinBBWin is the Bollinger Bands® indicator in the separate window with trend lines.