forexistence
forexistence
Friends

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

forexistence
Added topic How to Print() IN chart?
Dear. Is there a "trick" or something like this, to be able to use the Print() function IN the chart (in example creating text objects) in an expert advisor (not indicator), instead of regular printing in the expert/journal of toolbox window? This
forexistence
Added topic Will tester.exe(32bit) agent, do testing of optimization started from lan terminal64.exe(64bit)?
Dear. I have still not tried since i've not the immediate possibility, but before changing operating systems and hardwares, i want know if this scenario will run: - If i launch optimization on terminal64.exe on windows vista 64 bit, will the agent
forexistence
Added topic How to obtain period current and account name of the attached EA in chart?
Dear. I want simply to print(or alert) the current account name and current period of the EA attached to the chart. About the name no problem, i solved with: string account=AccountInfoString(ACCOUNT_NAME); Alert ( "account:" +account); But for the
forexistence
Added topic Championship: criteria for evalutating the EA efficiency
Dear. For what i've understood, the unique criteria for declaring the EA (and it's own possessor) the winner is the Balance Max value (Final Balance starting from 100.000 $) I can understand this, since it's the best and easy way, easiest meter for
forexistence
Added topic Will MT5 run for live trading on a server-pc?
Dear. My question is simple. I want know if MetaTrader5 can run 24/5 on a server, Dell PowerEdge T110 to be precise (i do not want advertise) that is configured to have Intel® Xeon® X3440, 4C, 2.53Ghz, 8MB Cache, 95W TDP, Turbo, HT, Memory runs at
forexistence
Added topic virtualstore etc.. folder: not created
Hello. My installation of MT5 does not create the folder virtualstore/... where all data of custom experts advisor and other stuff are created for metatrader5. I suppose this cause internal error #55 when i try to compile experts advisors that
forexistence
Added topic internal error #55
Hi. I installed the last build of MT5 and updated of course by liveupdate. I noticed soon that in the tester there aren't pre-complied EAs samples, the sub windows is void. When i create a new EA in the mt5 editor, and compile, it give internal error
forexistence
Added topic MetaTrader5 not working on older cpus?
Hi. When i install metatrader5 on a "older" pc, the installation say: "It should be CPU with SSE2 support in order to run this application!" It is a solvable problem, in a software way? Thanks
forexistence
Added topic Skilled coders want help me to port this EA from mql4 to mql5?
Hello. I've tried to port this promising EA http://codebase.mql4.com/6449 from the great coder Kimitrio https://www.mql4.com/users/kimitrio into mql5 language, but still i've many difficults specially on the orders (seltct,ticket,close, etc..) part
forexistence
Added topic MACD Sample EA: a modify with the goal to switch "strategies"
Hi. My idea is to modify a bit the EA called MACD Sample EA, in this way: i would like to reprogram the algorithm in the way that i can switch between many entry(and also exit and modify) strategies. In a concrete example: When in the code there is
forexistence
Added topic Maxium amounts of steps in optimization
Hi. Is there a predefined limited number of steps of optimization, or it depends on RAM/CPU capabilities of the computer where the metatrader5 terminal optimizer is hosted? It is possible to extend the number of steps beyond the limit
forexistence
Added topic How to fastly/simply obtain order open price?
Hi. How to obtain the order open price ? Ive tried this for see printed results Print ( OpenPrice" , PositionGetDouble ( POSITION_PRICE_OPEN ),         "   Profit" , PositionGetDouble ( POSITION_PROFIT )
forexistence
Added topic Converting PERIOD to numbers and working with 2 periods in one EA
Hi. It is possible to convert the PERIOD and the ENUM_TIMEFRAMES (PERIOD_M1, PERIOD_H1, PERIOD_D1, etc...) into something like numbers, in example an int variable? In example it is possible to convert PERIOD_M1 into an int? something like int peri =
forexistence
Added topic Results of trades Window?
Hi. Will the Results window of old MT4, with orders details (open,close,modify..) inserted in the optimization function in meta trader 5? I hope yes, since that windows can be very helpful to debug the logic of an EA, and monitor trades during
forexistence
Added topic OrderClose problem and how to check closed order
Hi. It's still very unclear to me how to manage the closing of the orders like in mql4. I understand that on mt5 aren't more closed orders, but the order are "closed" by opening an opposite position, but how to manage something like orderclose() in
forexistence
Added topic metatester 32 and 64 - and build 298 does not run...
Hi. I've installed metatrader and metatester of course, on 3 pcs, all build 298.   On the main pc, i've the 32 bit version, and is the pc from where i launch the optimization.   The other 2 pc/hosts, are with windows 64 bit, and i
forexistence
Added topic Where are in mq5 iLowest/Highest and iLow/High etc... ?
Dear all. I'm asking where on mq5 language are the iLowest iHighest and iLow iHigh since when i try to write them in the editor, it seems no existence of those "indicators" but seems exist on mq5 only the indicators shown in the pdf guide like iADX
forexistence
Added topic It's not time to begin coding some professional EAs?
Hello community. I've tought: it's not the right time now that Tester and Agents released, to begin code some popular and professional EAs of MT4 into MT5 language? This is for learning and practising with the new mql5 language and to give all of us
forexistence
Added topic Dream or reality? : strategy tester now on mt5! Reality!
Good news today when i updated the software mt5. The strategy tester has been inserted. Now looking for the use of the agents. Good testing to all
forexistence
Added topic Not able to create new EA since the last MT5 update
Hello. I've updated just friday to the new upate of the MT5, but since that, i've noticed i'm not able both to create new ea and FIND them in the terminal, and to locate the MT5 folder and the new created EA . In other words, the MetaEditor create
12