knili / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
knili
Added topic OrderSend question
Hello All, I'm using Interbank FX demo account and just testing the OrderSend() function . I created a new Expert Advisors and under start() I have place the following code if(Bars != bars) { bars = Bars; int ticket;
knili
Added topic Time fucntion question
Does anyone knows why this Alert (TimeToStr(Time[2300], TIME_DATE)); Displays the date as 1970.01.01 while this Alert (TimeToStr(Time[2299], TIME_DATE)); Displays the date as 2006.09.05 Thanks Kam
knili
Added topic How to get Slow K and Slow D
Hello all, Does anyone know what API or function call I need to call to get the value of Slow K(5,3,3) and Slow D(5,3,3)? Thanks Kam
knili
Added topic How to get the Histogram on MACD
Hello all, Can some one tell me how I can get the value of MACD histogram? I'm using iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1) to get the signal and iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1) to get the MACD but not sure what I need to use
: