Forum

Showing alert from logic sequence

Hi, I need help to fix my code. My intention is to identify trend with alert or some object text based on Moving Averages for several bars ( TrendMinDurationBars ). Here is the idea: "Trend Up" when MA[shift n] <= MA[shift ...] <= MA[shift 2] <= MA[shift 1] "Trend Down" when MA[shift n] >= MA[shift

Convert MQ5 codes to MQ4

Hi, I found this code in some article around here. input double Lots = 0.1 ; //+------------------------------------------------------------------+ // Connect the DLL adapter, using which we are going to use the DLL neuronet created in NeuroSolutions #import "NeuroSolutionsAdapter.dll" int

Using EA compiled with Build 765 in MT4 Build less than 765

Hi, I have some question regarding Build. If I create EA in my MT4 Build 765, can someone else use my EA if he/she still using MT4 Build less than 765? Rex

Help on Trix Trend Line

Hello, I'm using indicator: THV (Turhovich) Trix Divergence version 4 to read the trend. I also discover how to use this indicator into my algorithm with iCustom() function. Unfortunately, there's a problem occurred with this indicator. I also attached THVTrixDiv.mq4 below. There are 6 buffers

How to make it work on 5-digits?

Hello, I found this code and it seems only working on 4-digits platform. I don't see a need to change this code but I know I missed something in the algorithm so it won't work on 5-digits platform. So, how to make this code work for 5-digits? Please help and thanks. #define m 20050611 //---- extern

What is Expert Advisors?

Hi everyone, My name is Aras, and 24 years old. I'm sorry if my english is worst 'coz I'm asian. I have just know about Expert Advisors from several seminars and also from website explaining how to gain profit as soon as possible using Meta Trader. Actually, I used Meta Trader when I was work at

How to use Expert Advisors?

Hello again, As you know, I already downloaded RobotPowerM5_meta4V12, Copyright @ 2005 from this site . I tried to use it but, alas, I'm not capable with computer language or something like that, so I don't understand what I must do after download it... :( So, how to use it in Meta Trader ? Can