Forum

Help: Russian to English-CodeBase Articales

Hi, Could anyone kindly help me to translate the following programs into English? 1. Link: Automated Choice of Brokerage Company for an Efficient Operation of Expert Advisors - MQL4 Articles 2. Link: MT4TerminalSync - System for the Synchronization of MetaTrader 4 Terminals - MQL4 Articles The

Build 207 Bug?

Hi, I don't know if it just me or it is bugs in new build 207. Some of my EAs don't trade according to the code. Some EAs backtesting totally differently from build 206. Judge from forwad testing result I think build 206 produce more correct result. If you run EA in life account, watch out. Good

Get Rich Or Die Trying

This thread is for high risk takers. If you have a system that can make large sum of money (like $million from $10k) in a short period of time but will be wiped out in one day, please post it here. Here is my reasons. Holy grail is too hard to be found. Let's say one have 50k to invest he can start

Swap open and close in metatrader alpari UK

Any one tried AlpariUK metatrader? The swap open and close feature of this Metatrader turns lots of my backtesting winning EAs into lossers. Is this going to be a common feature in all metatrader

Need help from experts! how to get objest value at time[0] in a EA from a indicator?

Hi, This might be a very simple (or very tough?) question for the experts in this board. Here is the code from a indicator: ObjectCreate("pr"+sName,22,0,Time[p],fx[p]); ObjectSet("pr"+sName,14,159); ObjectSet("pr"+sName,OBJPROP_TIME1,Time[p]); ObjectSet("pr"+sName,OBJPROP_PRICE1,fx[p]); Question is