hhchenfx
hhchenfx
Friends 2
hhchenfx
Left feedback to developer for job Modify script to draw text/line on chart
hhchenfx
Left feedback to developer for job Script to draw box on main chart
hhchenfx
Added topic Draw Vertical text turn with even number text size (say 14)
Hi, I have script that draw text vertically on chart. However, it draw correctly for all odd text size, sa 11, 13,15. When I change text size to even number (say,12 or 10), sometime text turn to horizontal . Thank you, HHC
hhchenfx
Added topic Text label not show up on Main chart
Hi, I try to draw a text and put it vertical from High of a bar. The problem is that when the High is near top of screen, the text is created but not show up. It only shows up when I squeeze the chart. Is there any way to make the Text show up even
hhchenfx
Added topic Change Color for arrow in script
Hello, I try to change the arrow color to Aqua but this below code doesn't work. Could you help me fix it? Thanks a lot. HHC void OnStart ()   {    long chart_ID= ChartID ();    //---- obj_arrow, window to draw, time
hhchenfx
Left feedback to developer for job Draw csv data into MT4
hhchenfx
Left feedback to developer for job Create a Text box on MT4 Chart using csv file
hhchenfx
Added topic MQL4 buffer trick, I cant believe MQL4 is that weird!
Hello, When I check how indicator run in Tester, the buffer show up wrong value. Here is the code. Somehow MQL4 read the "condition(i)" incorrectly. I check, check, check, go back to the original indicator to make sure that it works fine. if
hhchenfx
Added topic Help with finding Hour for a bar
Hi Everyone, I want to find the hour of the bar when my indicator show value. I am not familiar with that and any help is very much appreciated. Thank you. HHC if (my_indicator(i)!= EMPTY_VALUE ) {hour_of_bar[i]=....;}
hhchenfx
Left feedback to developer for job Script to cancel all other order when 1 order executed
hhchenfx
Left feedback to developer for job Script to send notice to FEW emails and text message to phone
hhchenfx
Left feedback to developer for job EA to run script
hhchenfx
Added topic My indicator is not updated when I change parameter
Hi Everyone, I wrote this indicator to calculate number of up bar and down bar within a certain window which I called "lookback". To my surprise, when I change lookback value, this indicator is not changed (still show the old value) But if I delete
hhchenfx
Added topic Chart with custom start and end date
Hi, I want to open a GBPUSD chart with starting date of 2010.01.01 to end date of 2015.01.01 Is there any way to do it? Thank you, HHC 
hhchenfx
Added topic Stock data into MT4 - issue of Date
Hi Everyone, I import Daily and Weekly data for US stock into MT4. What I see is for FX, Weekly data normally start on Sunday . For Stock weekly data start on Monday. I wonder if the above difference can cause any issue when I try to draw/analyze
hhchenfx
Added topic My code is working but slow on a Min/Max, please help
Hi Everyone, I wrote the below code. The idea is: From a given bar i (say when MA5 cut MA10), lookback 15 bar, find Min Close bar (call min and nmin) From bar i to Min Close bar, find Max Close bar (call max2 and nmax2) From bar i to Max Close bar
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  
12