Join our fan page
CSyncEvent Class - WinApi - library for MetaTrader 4
- Views:
- 7452
- Rating:
- Published:
- 2017.10.18 10:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
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.
Displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.
Symbol MovementThis 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.
Uses the analysis of 4 indicators.
Multi Timeframe Triple Moving AveragesThis 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.