Object List – library MetaTrader 5

Object List - library for MetaTrader 5
/**************************************************************** Object List The List class template provides a basic container for storing an ordered list of objects. For convenience, List also provides synonyms for stack operations, which make code that uses List for stacks more explicit without defining another class. /**/ /****************************************************************/ template<typename T>class ObjectList   { public:    //construction, destruction, initialization, and assignment                      … Read more

Basic List – library MetaTrader 5

Basic List - library for MetaTrader 5
/**************************************************************** BasicList The List class template provides a basic container for storing an ordered list of basic data type objects. For convenience, List also provides synonyms for stack operations, which make code that uses List for stacks more explicit without defining another class. /**/ template<typename T>class BasicList   { public:    //construction, destruction, initialization, and assignment … Read more

VR Watch List and Linker Lite – EA MetaTrader 4

VR Watch List and Linker Lite - expert for MetaTrader 4
The Expert Advisor changes a financial instrument by drag-and-drop from the “Market Watch” window. The user just needs to drag the financial instrument to the chart window where the advisor is installed. Thus, the trader can quickly view any financial instruments in all his open charts without changing templates and profiles. When you change a … Read more

VR Watch List and Linker Lite MT5 – EA MetaTrader 5

VR Watch List and Linker Lite MT5 - expert for MetaTrader 5
The Expert Advisor changes a financial instrument by drag-and-drop from the “Market Watch” window. The user just needs to drag the financial instrument to the chart window where the advisor is installed. Thus, the trader can quickly view any financial instruments in all his open charts without changing templates and profiles. When you change a … Read more

Attractive Market Watch List for Potential Entries – script MetaTrader 5

Attractive Market Watch List for Potential Entries - script for MetaTrader 5
INTRODUCTION Are you tired and lost when it comes to creating an attractive market watch list ? You don’t know from where to start ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well this script will help you to create … Read more

Attractive Market Watch List for Potential Entries MT4 – script MetaTrader 4

Attractive Market Watch List for Potential Entries MT4 - script for MetaTrader 4
INTRODUCTION Are you tired and lost when it comes to creating an attractive market watch list ? You don’t know from where to start ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well this script will help you to create your own … Read more