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

Automatically enable or disable the automated trading button - MetaTrader 4용 expert

[삭제]
조회수:
17434
평가:
(24)
게시됨:
2019.08.04 15:53
업데이트됨:
2019.08.04 15:59
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Let say you have an EA and you want it to trade in between an interval of time but you do not have the source codes to modify the EA.

This utility allows you to automatically enable or disable the automated trading button. You can use the codes as an EA, Indicator or script but I used as an EA. 

Recommendations:
  • You need to uncomment 4 lines of codes where is written uncomment
  • You can remove Ordersend command because I set it only for the codes to past the test but it is meaningless.
  • You add minutes for to the codes
  • You can modify and insert it on your EA, Indicator
Input parameters:
  • Start AutoTrade Time
  • Stop AutoTrade Time


Simple candle filter martingale EA Simple candle filter martingale EA

EA with candle size filter and scale on loss

dTrends dTrends

Arrow trends by iBearsPower and iBullsPower indicator for MT4.

Evenly weighted DXY and changeable base currency Evenly weighted DXY and changeable base currency

Currency Index that calculates evenly on all 7 major pairs. Can also change base currency. Based on No Nonsense Forex podcast.

Overlay Chart Modified to not repaint on each bar Overlay Chart Modified to not repaint on each bar

Used to compare 2 currencies on one chart, the Original indicator will recenter its calculation on every bar, and hence the price will keep shifting up and down and so the historical relative values do not remain constant. This indicator was modified so that the 'center' or initial relative reference point stays fixed and does not update each bar. It will only reinitialize when the indicator is reloaded or settings are changed.