hhchenfx
hhchenfx
Friends 2
hhchenfx
Added topic D1 price on H4 chart issue
Hi Everyone, This code below works fine with indicator value of D1 on H4 chart. But when I want to compare Close(previous day on D1)  and Band(previous day on D1), it only work on D1 but not on H4. Could you please help me to fix it? Thank you
hhchenfx
Left feedback to developer for job Indicator value D1 or lower TimeFrame chart - Correct
hhchenfx
Added topic iCustom a weird issue
Hello, I fall in a problem where the following code directly uses iCustom works if ( iCustom ( NULL , 0 , "indiname" , 7 , 10 , 199 , 0 ,i)==- 3 )   sell[i]= 1 ;   But the below using a middle variable doesn't work. double
hhchenfx
Added topic How to draw historgram on chart window
Hi Everyone, I create an custom indicator and would like to draw histogram on chart window instead of Arrow. I try this code below and it doesn't work. Can you help me with that? Thank you, HHC //--- plot sell2 #property indicator_label4  
hhchenfx
Added topic Help with indicator value on bar(j) not bar i=1
Hi Everyone, Sorry for the subject but I am not sure how to express it correctly. I wrote an indicator that right now can identify the High/Low (buffer name: Upper/Lower) of a given period, kind of Zigzag point. The next step should be like
hhchenfx
Added topic Help with create global condition
Hi  Everyone, I want to create a compound variable for my program so that in the code, I can call its value instead of write that long code for it again. Previously, I wrote that upbar and body variable and put it below the buffer section. It
hhchenfx
Left feedback to developer for job EA trading on Indicator with Entry/SL/TP
hhchenfx
Added topic andrews pitchfork indicator
Hi Everyone, I am looking for an MT4 andrews pitchfork indicator. I am not sure if I miss anything but I cannot find any place to download it. Few have but the indicator doesnt work. Can you share that indicator in case you have one? Thank you