hhchenfx / Profile
hhchenfx
Added topic EA trade incorrect entry
Hi, I have a simple EA that take entry,sl,tp from some indicators and trade. It works fine. And then, I make few extension to my indicators. When I run the EA again, on the chart, I see many wrong trades where: there is NO BUY Arrow on chart
hhchenfx
Left feedback to developer for job 5 minutes job. Minor error on code
He is fast, helpful. I definitely work with him again.
hhchenfx
Added topic Buffer value of custom indicator appear blank on EA backtest chart
Hi Everyone, I have a EA that trade based on the signal value of an custom indicator . It works fine for MQL4. Today I write a new idicator on the new MQL 5.00 Build 914. When attached to chart, this indicator work right, arrow show up. Then I
hhchenfx
Added topic Count bar above mid point of 5 days
Hi Everyone, I am trying to count the number of bar (within the 5 bars) that are above the mid point. This code does not work for me and I cannot find where it goes wrong. Could you please help me with that? Thank you so much. HHCFX for
hhchenfx
Added topic backtesting on H/L/C/O price only and fxt
Good morning, My EA is kind of set-and-forget based indicator of D1 and H4. Trade will be placed on H4 chart. Entry is based on HLOC of D1 and H4. Exit is based on whether H4 price hit SL or TP. I download Tickstory data and get 2 file: .hst and .fxt
hhchenfx
Added topic Help with Engulfing code
Hi Everyone, My idea is that: If there is a Down-bar, I will track the first Up-bar that has Close higher than the Open of the Down-bar. Also, the first Up-bar must be within 5 bars from the Down-bar. Could you please help me debug my code below
hhchenfx
Added topic Help with simple export data code
Hello, I am trying to export data from MT4 to excel for a list of date recorded in the input file. The High, low, close and Sto is exported correct to the output file but I cannot get the RSI information out. This code return the value of RSI of the
: