Mary Clark
Mary Clark
Principal at finitelogic
Over 12 years of consulting, design and development experience. 4 years in the Financial and Investment realm. Languages : Mql4, Mql5, C#, Java, TSQL.
Mary Clark
Added topic Error Modify error 130 have checked all things possible
I have code that work in other strategies, but I had to change this slightly as the order can start off with no StopLoss and no TakeProfit. I think I just need another set of eyes. Thanks in advance.    This is just basic trailing stop code
Mary Clark
Added topic EA turned into Indicator
I have a EA that was working fine, and suddenly turned into an indicator with I think the last release, plus I made code logic changes only. I have no indicator code up in the initialization and it is in the Experts folder, but says
Mary Clark
Added topic How many buffers each indicator needs
Is there an article or some documentation which says how many buffers each indicator needs ?  I am also wondering how if I create an indicator, how would the EA communicate with it ? As well as, if there are functions that correspond to the
Mary Clark
Added topic iMACD not working or corresponding to screen indicator
I use this to open signal buffer      if((m_handle_macd=iMACD(NULL,PERIOD_M1,12,26,2,PRICE_MEDIAN))==INVALID_HANDLE)   // changed from 0 to input trend I use minute chart and same parameters for the macd as the
Mary Clark
Added topic Signal on Screen vs code
I am trying to trade based on the macd , I can clearly see it is above 0 on the indicator and has been for a while, but my trader sells into the position. What am I missing. Is it because the timeframe on the Screen indicator is different and always
Mary Clark
Registered at MQL5.community