yohmm / Publications
Forum
How to send internal events from one chart to another?
Hello, I want to send internal events like CHARTEVENT_CLICK, CHARTEVENT_MOUSE_MOVE etc. from all open charts to one chart. Only this one chart has an EA attached which receives and processes the events. The reason is: There is one panel on each chart. When I click/change one panel I want to auto
Bit mask for Pattern Usage
In the ExpertSignal Class of the Standard Library we can use the method PatternUsage (sets m_patterns_usage) if we want to use specific market models from the signal modules. The method has one parameter which is a bit mask. I don't know how to set up the bit mask correctly. I found this thread
How to develop an Expert Advisor based on the ExpertSignal Class?
Hello there, I want to build something based on the Expert Signal Class from the Standard Libary. I know quite a lot about Web programming with PHP, JS and stuff but I am fairly new to those "higher" programming languages. MQL (C++ based) is one of those I guess. So I have some questions and I hope