• Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
I started on trading Forex since 2003. Two years later I started to develop an EA. Like most of the EA developers, I have been trying all kinds of strategies. Lately I believe my recent system should work for long term profit. It is based on martingale and hedging strategy but it won't wipe out your account overnight like most martingale system. Unfortunately this feature of the EA can not be tested in the strategy tester because the system signal comes from real time support and resistance that are manually identified. You are welcome to try it for free. You can get more details from my website www.4xGoldenFisher.com
hongguang yin
Added topic how to perform backtesting to my EA linked to an external program ?
My EA is exchanging data with Matlab program via csv file. Is there a way to backtest my EA? Any help is appreciated. thanks. Anybody can help me
hongguang yin
Added topic Anybody know the reason?
I have a trailing stop system that adjust its trailing points as per the current profit . After a position is opened and has got some profit, the trailing system is supposed to work on the position, but it doesn't, not until I remove the EA from the
hongguang yin
Added topic 100% CPU USAGE ?!
After I attached my EA to some charts (4-7 charts), 100% CPU usage goes to Terminal.exe, other applications were slowed down to an unbearable extent. Does anybody know if anything is wrong with my EA. In my EA, there is NO dead loop, I cautioned not
hongguang yin
Added topic I need help with import dll
Hi, I have compiled my matlab function into dll. In the EA, I put in the following code: #import "MLfun01.dll" double GetArrayItemValue(double ML_Signal[]); ML_Signal[8] = MLfun01(string CP, string dataCL,double arr[8],string OTM); #import
hongguang yin
Added topic What is wrong with this code?
Hi, I need help with this code: double v[5] = {iRSI(NULL,240,14,0,0), iRSI(NULL,60,14,0,0),iRSI(NULL,15,14,0,0),iMA(NULL,60,14,8,MODE_SMMA,PRICE_MEDIAN,0), iClose (NULL,15,0)}; I got the following errors: '240' - variable expected ')' - unbalanced
hongguang yin
Added topic how to get the cell array variables from the Matlab function in MT4?
My matlab function is like this: Y = Myfunc(v1,v2) The ouput Y is a cell array {y1 y2}, y1 is a 1x1 matrix, y2 is a mxn matrix, If I call this function in MT4 via DLL, how can I get the output to MT4 environment ? thanks a lot
hongguang yin
Added topic how to handle a matrix in MQL4?
My Matlab function has a matrix output. If I call it from my EA, how do I deal with it ? If MQL4 can not handle it, how shall I get around it? Pls help me. Thanks
12