Forum

ChartId and subwindow of indicator-object

Hello everyone, when I create an Object of an indicator-class, let's say CiRSI rsi; ... rsi.Create( _Symbol , _Period , 20 , PRICE_CLOSE ); int handle = rsi.Handle(); Then it is automatically inserted as a new subwindow into the current chart. If I want to draw into this subwindow, I need the

Usage of Signal-Classes

Hello everyone, I tried to setup an Expert-Advisor in mql5 trading with several Indicator-Signals using the Signal-Classes from StdLib. I've searched a lot for examples, but can only find complete Trading-Systems with objects of "CExpert" (propably just made with a wizard). But I cannot find any