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

Clean up all drawings ( Delete All Object Comment etc ) – script MetaTrader 4

Clean up all drawings ( Delete All Object Comment etc ) - script for MetaTrader 4
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs. Recommendations: Create keyboard hotkey for the script – right click on script name and then select “Set hotkey”. Or drag and drop … Read more

Clean up all drawings ( Delete All Object Comment etc ) – script MetaTrader 5

Clean up all drawings ( Delete All Object Comment etc ) - script for MetaTrader 5
The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs. Recommendations: Create keyboard hotkey for the script – right click on script name and then select “Set hotkey”. Or drag and drop … Read more