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

CSyncEvent Class - WinApi - MetaTrader 4용 라이브러리

[삭제]
조회수:
7061
평가:
(12)
게시됨:
2017.10.18 10:32
\MQL4\Include\ \MQL4\Scripts\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

CSyncEvent class provides a mechanism which processes can use to synchronize access to a resource. This is very useful when you for example use shared memory for communication between processes.

Normally, if you want to know if a shared resource was accessed by another process and something was written into it, you would have to check the resource constantly. However, this method is inefficient. When using synchronization functions, like events, you just simply set the event state to signaled, this way other processes see it and instantly understand that something was written into a resource.

BarNumbers BarNumbers

Displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.

Symbol Movement Symbol Movement

This custom indicator will show you 28 pair's daily candle range, High-Low range, candle bullishness or bearishness from real tick market. So you can understand the overall market situation very short time. You can change the default timeframe from Daily to any period and default candle (bar) number from 0 to any previous number. Also you can open the required symbol by clicking the symbol button.

Robot_ADX+2MA Robot_ADX+2MA

Uses the analysis of 4 indicators.

Multi Timeframe Triple Moving Averages Multi Timeframe Triple Moving Averages

This indicator allows you to see the Moving Averages from different timeframes on the same chart. It helps you to spot the dynamic levels of support and resistance. It uses a custom window with check boxes to show/hide the different Moving Averages without need to access the indicator settings window.