hhchenfx / Profile
hhchenfx
Left feedback to developer for job Modify script to draw text/line on chart
He is the best.
Fast and accurate.
Thanks,
HHC
hhchenfx
Left feedback to developer for job Script to draw box on main chart
I am very please to work with him! Number1!
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 Create a Text box on MT4 Chart using csv file
He is excellent!
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
He is the best !!!!
hhchenfx
Left feedback to developer for job Script to send notice to FEW emails and text message to phone
He is the best!
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
: