Heiken Ashi in Subwindow – indicator MetaTrader 4

HAshi_sub with Bid and Ask lines
The indicator simply draws the Heiken Ashi candlesticks with high precision in a separate subwindow, and helps to navigate them without cluttering the main chart. It is possible to customize the color and the width of the candlesticks, and also to enable the display of the Bid and Ask levels. Heiken Ashi in Subwindow – … Read more

SubWindow – library MetaTrader 5

SubWindow - library for MetaTrader 5
The library can be connected using #include <fxsaber\SubWindow.mqh> All other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library. Features // Getting the index of the chart subwindow based on coordinates int SUBWINDOW::Get( const long Chart_ID, const int X, const int Y ); // Deleting … Read more