Graphic Panel Contest – EA MetaTrader 5

Trading Plan
Graphic Panel Contest Submission. Code: Source code and presentation is attached as ZIP file. Hints: 1) Setting take profit and stop loss levels can simply be done by dragging BLUE line (suggestedEntryLine). TP and SL is set automatically depending on Action type (BUY or SELL) and entered into S/L and T/P fields. It can be … Read more

Money Manager Graphic Tool – indicator MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4
ChangeLog: v1.03: Correction for more stability. Works now fine with symbols with 1 digit. Correction on the EA, better information on error, correct the open order. v1.02: Added Magic Number. Added button Stop Loss On/Off. Correction on the indicator and the EA, pending order correction (don’t forget to update the EA). Money Manager Graphic Tool … Read more

Making and Saving Graphic Charts from the MT5 Strategy Tester – library MetaTrader 5

ExampleChart
This Expert Advisor demonstrates how to create and save graphic charts to a .bmp file  from the MT5 Strategy Tester.   The Graphic.mqh package (Include/Graphics/) is used.  In MT4 this operation can be done very easily as the ResourceSave()  function can create the .bmp file directly from  the Strategy Tester.  In MT5, this method does not … Read more

Static arrows and graphic objects on MT4 Chart – EA MetaTrader 4

Static arrows and graphic objects on MT4 Chart - expert for MetaTrader 4
In general when you create an arrow on the chart, and then if you scroll the chart the location of the arrow will be changed.  sometimes it will be very high above the bar and sometimes it will be very much below the bars.  This is really confusing at time and not well visible.  In … Read more