Forum

How to detemine cross-over point value?

Hi, Please help me. I am coding an EA that open a trade (buy or sell) when MA20 cross MA5. I want to stoploss at cross-over point. How can I detemine cross-over point value ? Thank you very much

I need History data with GMT time.

Dear All, I need History data with GMT time for backtest . Please advice me where can I download it. Thank you very much DoHung

Auto login MT4 continuously

Hi, I organize an FX game with hundred of Demo accounts . I want to make update ranking report on web regularly and I want all works should be done AUTOMATICLY. I use Multi-terminal but it is only allow to connect maximum 10 demo accounts at a time. I have idea to make an EA that can auto login MT4

How to know IP of PC that using EA

Dear, I would like to code in mq4 a function that can give me IP address of PC that use EA. I've searched on Internet but I've not got solution for this issue. Please support. Thanks you

Ping IP with EA

Dear all, I need to Ping an IP to check if my VPS is alive or not. I want to code with EA mql, of course ! I try to use ShellExecuteA, it can call cmd.exe then ping. Unfortunately, ShellExecuteA does not return value of ping's result. Is there any other way that we can check if my VPS SERVER IS

My EA: Demo make profit while live account make loss, Why?

My EA have excellent for back test from 2000 - 2009, event 2 first month of 2010. But it does not act well in a live account. I run EA for Demo and Live Account at same time on 2 different computers. It made quite different result. Demo account made profit while live account made loss. It's

Can we use FileWrite for backtest?

I have EA as follow that use FileWrite to record indicator information for BACKTEST. This EA works in real-time trading but NOT for backtest. I wander, does FileWrite works for backtest. If Yes, what am I wrong? Thank your all, //=================================================== void DataRecord()

Why do Tester System does not stop order to take profit?

I am testing my EA. I am in good position with sell order (with TP at 21174) but when market price down bellow TP (21168) Tester System does not close order to take profit. Someone please help me on this. Thank you very much

How to progame RSI Expert Advisor

Hi all, I am newbie for MQL4 . I would like to program Exper Advisor with condition as follow: 1. If RSI(14) > 70 --> Sell 2. If RSI(14) < 30 --> Buy Please help me. Thanks