a very simple ea help you test your strategy – EA MetaTrader 4

a very simple ea help you test your strategy - expert for MetaTrader 4
A really simple ea help you test your strategy with history data create buy position by create a horizontal line above the current close price. create see position by create a horizontal line below the current close. to modify the stop loss and Take profit just create a horizontal line to the price . to … Read more

OpenCL Test – script MetaTrader 5

Mandelbrot set in MQL5, generated using OpenCL
Starting from build 581, the native support of the OpenCL interface has been added for using GPU capacities. Here is a small working example of the Mandelbrot fractal calculation in OpenCL. The OpenCL accelerates calculations of fractal approximately up to 100 times in comparison with the CPU calculations. OpenCL Test – script MetaTrader 5

ChartEvent Test Example – EA MetaTrader 4

ChartEvent Test Example
The “Test_ChartEvent.mq4” Expert Advisor is an example demonstrating the various types of ChartEvent: keyboard keys events, mouse click & move events, custom events. You can press the ‘H’ key for help and press the ‘M’ key to enter the MOUSE_MOVE event mode. The source code works both in MetaTrader 4 and MetaTrader 5. Function Prototype … Read more

Candle Pattern EA /test – EA MetaTrader 5

Candle Pattern EA /test - expert for MetaTrader 5
This is a simple EA test code I made for adapting Candlepatterns.mqh found at https://www.mql5.com/en/code/291.  It has also another desired translation inside: The news template found at https://www.mql5.com/en/code/19138. Although it is not totally translated to MT5 as I am using MT4orders.mqh. Remember you must add MT4orders.mqh inside your include folder.  You can use it straight … Read more