jimmyking
jimmyking
Friends

Add friends via their profile or user search and you will be able to see if they are online

jimmyking
Added topic 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
jimmyking
Added topic 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
jimmyking
Added topic 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
jimmyking
Added topic 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
jimmyking
Registered at MQL5.community
jimmyking
Added topic 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]);