• Информация
10+ лет
опыт работы
0
продуктов
0
демо-версий
0
работ
0
сигналов
0
подписчиков
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
Зарегистрировался в MQL5.community
hongguang yin
Добавил тему My EA can not call function from Matlab -- error 127 What is the problem?
I got the dll using mcc command in Matlab, but I import the dll in my EA, it can not call the Matlab function , Anybody pls help. thanks
hongguang yin
Добавил тему Pls help me with import dll, thanks
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