Forum

How to get second indexbuffers from iCustom using CExpertTrailing Class

Hi I developed a EA using CExpert, and create my signal using nrtr_atr_stop.mq5. Also I created an trailing stop based in same indicator. (class CTrailingNRTR_ATR : public CExpertTrailing ) but what happens is that the indicator use two buffers, one for UP Signal and other for Down Signal. In

TrailingParabolicSAR.mqh is returning wrong _symbol.Point() value causing invalid stops

Hi I am tring to use Cexpert with TraillingParabolic Sar in BM&F, with WINJ16 Tick size is 5, Digits is 0 But I get invalid stops when expert tries to modified stop loss , it try for examplo 50323 instead a 5 multiples like 50320 or 50325 I put some comment in TraillingParabolicSAR.mqh to show the

How to set or change TrendType or type_filling to IOC instead FOK

Hi I want set de Cexpert class to use type trend some times as Fill or Kill (FOK) that is default in Expert Advisor generator, but also want use some times as ORDER_FILLING_IOC (IOC) I tryed set trailing.TrendType(ORDER_FILLING_IOC); //enum_type_trend but didn't work. also, How can I set some