Daily Pivot, Resistance and Support Levels Assist – indicator MetaTrader 4

Daily Pivot, Resistance and Support Levels Assist - indicator for MetaTrader 4
This is an indicator on Daily Pivot Points and Support and Resistance levels. It shows Pivot Point, Resistance1,Resistance2, Resistance3, and the corresponding Support level values in one of the Corners on the chart. whoever uses it can change the Corner where the values are displayed changing the BASE_CORNER variable in the Inputs tab.  This Indicator … Read more

Minimum / maximum support resistance zones – indicator MetaTrader 5

Minimum / maximum support resistance zones - indicator for MetaTrader 5
This indicator is as simple as it gets : it calculates a series of minimums over a certain period of bars it calculates a series of maximums over a certain period of bars then it uses such a minimum and maximum to get an average minimum to maximum state a combination of multiple such “levels” are showing a … Read more

MQL Plus Enhanced Debugging Support – library MetaTrader 5

MQL Plus Enhanced Debugging Support - library for MetaTrader 5
Features Features three domains of functionality. – Debugging, Tracing and Performance measurments – Simple to use “Print any variable” to expert-journal with one command. – Track and debug “If”, “for”, and “while” statement evaluation. – Trace calls to MQL-Built-In functions – Measure runtime of operations and functions. – Easy to use “out of the box” … Read more

MQL Plus Enhanced Error Handler Support – library MetaTrader 5

MQL Plus Enhanced Error Handler Support - library for MetaTrader 5
Change-Log 4.2 Bugfixes, compatibilitishues resolved. Fixed error in UserErrorHandler function signature. Change-Log 4.0 Recreated the whole code structure to support shared library compilation as wel las header include compilation Supports external CSV-File as supply for mql error codes Is MQL4 compatible All MQL4 and MQL5 Languages are included Supports MQL API function shadowing to be … Read more

Close All and Support Multi Curencies EA – EA MetaTrader 5

imf1
Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to detect the Orders to close or delete for multi currencies EA in case the input EAComment is empty It will close according to … Read more

Support and Resistance Indicator – indicator MetaTrader 4

Support and Resistance Indicator - indicator for MetaTrader 4
The main idea behind it is to search for support and resistance levels,becouse I could not fint any similar indicator. The support and resistance functions do exactly that. When calculating if both support and resistance levels exist, the indicator sdisplays them on the chrt and save their value, so that if the next price is … Read more

Support and Resistance indicator for MQL5 – indicator MetaTrader 5

Screenshot of indicator
The basic idea behind the indicator is to check for bouncebacks between support and resistance levels. There are two input parameters: period and overlook. A support level is the lowest low in the last period bars if this value is equal to the lowest low of the last period+overlook bars. A resistance level is the … Read more