General - page 1417

hi traders i want to use a custom indicator in my EA. how can i use its data like iMA or iRSI? should i define a class or other else? thank you
hi i want to use a variable that be shared between some program so that by every thick an EA and an indicator can use and change it. is it possible? thanks
Hi, I would like to know how can I use the MetaTrader5 (no broker branding) as a platform on my PC to run my algorithm and to communicate with more/one broker`s API? What Im looking is to avoid building a .NET code for "everything" and instead only to build the trading algo. Thanks!
hi https://www.mql5.com/en/code/1031 EA_AML i compile both ; indicator and indicator. in test strategy indicator worked but the expert does not worked .., in jornal: 2012.11.09 17:41:55 2012.10.01 00:00:00 cannot load custom indicator 'AML' [4802] can you please run it . to check if...
I am trying to run Meta Trader 5 on my 64bit Windows 7 Laptop and after installing I am getting a DLL error any ideas how I can fix this? "The procedure entry point could not be located in the dynamic link library ole32.dll"
Hi all, could someone please add the following EA following options: - Time trading from: to: - Possibility to set the percentage of Risk opening positions (1%, 2% ....) - Option to set how many pips I want to get when you move SL to BE (1,2,3,4) Thank you very much
  TWO bars EA  (4)
Hi guys. I created EA via forex generator for range bar chart. I use 30 pips range. Great result in the backtest (over 10000 pips this year and 700 last week) But it does does not work on the demo the same like in the backtest. (last week -100 pips) Could You help me find a problem? Thanks
We are pleased to announce that the MetaTrader 5 trading platform has been successfully certified by the Ukrainian Exchange. The certificate received from the Ukrainian Exchange states that the platform is in compliance with all requirements of the Ukrainian part and admitted to trading...
Hello all I've (e.g.) two EA attached to two different charts with different magic number for each EA. If I trade EURUSD with 1.0 volume and after a while a second order is send out with 1.0 volume. Now I see in MT5 EURUSD 2.0 volume. Is it also possible to display the two different trades in two...
Help!运行MT5测试C盘空间被大量侵吞了,如果删除?谢谢 Help! Run the MT5 tests C disk space has been embezzled, if you delete? Thank you
Our company is rapidly developing, launching new products and improving the already released ones. We have made a certain progress in all areas of our interest and we regularly tell about our achievements at conferences, seminars and webinars. Today we are holding MetaTrader 5 Workshop...
Can I test a EA with multiple currency pairs with multiple period?
[Deleted]
FXReplitrader Home | FXReplitrader FxReplitrader is a unique automatic trading system which lets traders receive daily signals from traders and signals providers from around the world for free. FxReplitrader incorporates signals into its trading system which is fully compatible with Metatrader 4...
Let us provide you with data on deals and positions as of the end of the fifth competition week in our usual "Minutes of the Automated Trading Championship 2012". The main event of the week is the positive difference of the floating profit and loss. This has become possible mainly thanks to the most...
Hi all.. Might sound to be a really silly but do EA's take over when you manually enter a trade ?? Im new to robot trading (obviously) :)-
Hi How can i drow 6 horizontal line?What codes? for Support & Resistance on price. This code just drow 1 line in last price. for(int j=1 ; j<6 ; j++) { ObjectCreate(0,"S&R",OBJ_HLINE,0,0,array[d]); ObjectSetInteger(0,"S&R",OBJPROP_COLOR,clrOrangeRed);...
Hi All, It kills me that I don't quite understand this. Could someone put it really simply for me. I have leverage of 500:1. If I run an EA, and get a "margin level" of say 5000... what does this mean exact. If I run it a second time and get 3000... which time did I use more margin? What is the...
Hello, I am new to the forum so please accept my apologies if I have done this request incorrectly. I would like to know if it is possible to ask for a quotation within the JOBS section ? I do not know what the cost would or should be for the job I need written. I do not have a lot of funds...
I'm starting this trading journal so I can keep an electronic log of my trades in one place. The method of trading that I will be using for these trades is something that I have been thinking about for the past few months. I've decided now is the time that I will begin to demo trade this method...
The fifth week of the Automated Trading Championship 2012 is over and we can sum up the first results. The gap between the current leader JPAlonso and SAFF (Russia) occupying the tenth place has increased again comprising $60 000. We cannot say if it is possible to reduce that gap yet. However, we...
Hi all, 2D/3D visualization in MT5 is simply genius . But of course, as always, when a baby gets a toy, it wants more! :) 1) besides maxbalance as a z coordinate (3D), i would like to visualize it with other results, e.g. balance drawdawn relative (%) 2) I'd love to check the older results by
There are many people who are afraid of loosing money in forex Im one of them. There are times i close my trade even if its the market would still go one in the direction that i predicted mainly because Im afraid it will re-bounce back and would loose money if i did not close it. Even if it is not...
I'm very new to programming indicators and was wondering is it possible to show the last three bars direction (as displayed on the chart) on close. Or failing that, the last bars current direction (above or below open) and the two bars close before that? e.g. USDCHF last three bars closed bearish so...
We are happy to announce that MetaQuotes Software Corp. has won in Best Forex Software Developers nomination of Forex Expo Awards. The award ceremony was held today at 18:00 (Moscow time) as a part of Forex Expo 2012 exhibition in Radisson Slavyanskaya Hotel, Moscow. Forex Expo Awards...
Dear Traders, I want to as which forex MT4 or MT5 EA do you think is the best and it is more profitable. A proof to your answer would be of more great help to anybody who come across this topic
Any Idea which is this system,
Which are the Best Money Making Automated EA(s)
Hi everyone, I have an ea and it directly reads from an indicator buffer, It was working perfectly, bu somehow now ea reads indicator value as 0..I thought it used too much memory and simplified the code but still returns 0 value.. What may be the problem?I am new to this forum and expect assistance...
The fourth week of the Automated Trading Championship 2012 is over and it is time to examine its results in details. EURUSD is losing profit, while USDJPY is gaining momentum. What else has happened this week? Let's have a look! Here you will know about the distribution of the number of deals,...
Hi, did anybody manage to use the winapi for file handling? On same computer, win7/64, it works in MT4, but not on MT5.