Unisciti alla nostra fan page
This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.
This code can be used to read csv files and separate string based on a separator token.
This code can be used to take screenshot from code itself at any particular desired time.
This is a multi timeframe dashboard scanner for RSI and Stochastic.
This is a simple code to draw triangle on chart connecting open and close of different candles.
This Indicator will plot bullish and bearish candles in separate colors.
This ADX version is used on many other popular trading platforms. It is different to the standard one included with Metatrader.
The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.
This code base is a simple function to check if current time lies within two specified times.
This indicator draws coloured histograms to identify bullish and bearish bars.
This code can be used to find out whether the symbol is a binary option symbol or not.
This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.
The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.
This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.