General - page 1421

  MT4 Money Manager  (10)
Hi, We developed a totally free (mt4) money management script, which calculates the risk, the stop loss value and adjusts the position size automatically for each trade. Your feedback would be highly appreciated. Thank you. The link: www.mt4trademanager.com.au/moneymanager Again: it is NOT for...
I am having hard time using IndicatorAdd, It does not even being recognized by the complier. IndicatorAdd Adds an indicator with the specified handle into a specified chart window. bool IndicatorAdd( int sub_win // number of the sub-window int handle // handle of...
Hi, I've saved a new EA to the program files/experts/advisors folder but when I start up MT5 my EA is not displayed? I have saved both the mql5 and ex5 files but neither show up. Any thoughts? Thank you.
"Algorithmic trading should become popular" - that is the motto of MetaTrader 5 trading platform development. We have applied our best efforts to make trading robots available to the widest possible range of traders. Modern MQL5 development environment allows users to develop Expert Advisors and...
Hello, I want to follow some of the free signals however, where I must type my broker, TradeFort, is not recognized. Is this normal? Do I have to change brokers now?
  The Fear Factor  (15   1 2)
Market knowledge and ability to understand analysis will only get you so far in forex trading , but without the nerve to actively compete risking your own money in the process you can never become a successful trader. Wagering huge volumes of money in a market as susceptible to change is liable to
Hi How can I close some of volume(lot) a position? Equivalent OrderClose(OrderTicket(),0.01,Ask,3,Violet) in mql4.
Today we talk to Anton Nel (ROMAN5) from South Africa, a professional developer of automated trading systems. Obviously, his Expert Advisor just could not go unnoticed. Breaking into the top ten from the very start of the Championship, it has been holding the first place for more than a week....
Hi Traders, I need an EA which can do the following: Close one part of the current running trade after 10 pips, the second part after 20 pips and the third (and last) part after 30 pips. Maybe it is also possible to move the SL to breakeven after closing the second part. Maybe there is an EA like...
well i think forex is a good business program. but in the initial stage for forex we need to invest good money. and i think its impossible for the students to invest in forex. as students have greater power to understand new things and have a good analytical knowledge due to their learning phase...
  Profiles  (5)
Hello I am trying to save a profile in MT5. I have gone through the procedure and it is saved and can be seen on the platform under "file" - "profiles" But when I go into "my computer" - "programs" etc it cant be seen in the "profiles" - " charts" folder. I want to uninstll MT5 and save all my...
It's the second time Matúš German participates in the Automated Trading Championship. By the end of the fourth week of ATC 2012 his Expert Advisor has been holding its positions in the TOP-10 having about $30 000. Matúš is from Slovakia, from the little town Bardejov. "I came to trading when I was...
I prepared the following simple code:int OnInit() { MqlTradeRequest request; request.action = TRADE_ACTION_DEAL; request.symbol = Symbol(); request.volume = 0.01; request.type = ORDER_TYPE_BUY; request.type_filling = ORDER_FILLING_AON;   MqlTradeResult result;...
I got this indicator 3weeks back, I mainly use it for binary options and it has been so wonderful..............I rarely lose trade with this indicator and even when i lose trades, it will be during the cold market hours..........This is the best forex indicator ive ever seen.............Im a binary...
  Popular Currency Pair  (41   1 2 3 4 5)
What is the most popular currency pair in forex trading?
Will MT5 feature detachable charts? For us folks with multiple monitors it would be nice if we could drag charts to another monitor rather than opening multiple instances of the client. This was always my biggest hang up with mt4. I'm assuming there is a reason for it but it would be nice !
Hi all, when i am doing a genetic based forward testing with balance max criteria, in the the optimization results tab, i get columns: Forward -> Final Balance in forward test Backtest -> Final Balance in backward test Profit -> Profit in forward test However, if i repeat the test with custom...
I already posted this question in the discussion section of an article about backtesting (https://www.mql5.com/en/forum/2309), but no one has responded so I'll post it here. Is there a way to access the functionality of metatrader's genetic optimizer in code without having to manually run the...
Hi All, I'm loving the power of the strategy tester in MT5... awesome. I've been getting stuck into Optimizing based on Custom Max, and I'm loving it. But I have a question... After I run an optimization, I see a table of results. This table includes things like Profit Factor, Sharpe Ratio... etc....
Twenty trading days of the first month of the Automated Trading Championship 2012 are over, and we have already got used to the current leaders. The first two places are still occupied by mysterious JPAlonso (USA) and ROMAN5 (South Africa). Both had no losses up to the last day of the last week when...
  Forex Star - Free Forex Signals !  (213   1 2 3 4 5 ... 21 22)
Free Forex Signals 2012-10-29 07:15 GMTTrades currently in progress; includes working risk-management and target orders.EUR/USD SELL @1.2919 SL @1.2979 TP @1.2889GBP/USD SELL @1.6078 SL @1.6138 TP @1.6048
  Forex Star - Free Forex Signals !  (216   1 2 3 4 5 ... 21 22)
Free Forex Signals 2012-10-29 07:15 GMT Trades currently in progress; includes working risk-management and target orders. EUR/USD SELL @1.2919 SL @1.2979 TP @1.2889 GBP/USD SELL @1.6078 SL @1.6138 TP @1.6048
Greetings, This is going to lead me into too much time spent in front of the pc. Not that I don't stay glued to it already but let's please stay focused on the problem. Hopefully we can all help each other learn something new. What I have here is a copy of a free program available on the internet
Hi metaquotes and others, let me share some comments and suggestions: 1) One of great improvements of the MT5 is the OnTester() function which gives you a possibility to define your own fitness function of population, and thereby target the population in desired direction. However, this...
for sale for own use for pleasure/hobby for share/help others to improve skills for others (please specify in comments)
hello Im looking for a reliable broker with a leverage 1:500. For these reason I want know if anyone have proofs of withdrawal funds from their brokers. I have made some research in google and i see people complain that they have requested the money from their broker, and they dont receive that...
We continue to publish our brief weekly reports displaying dynamics of the Championship currency pairs. Pound and Yen are main "heroes" of our today's Minutes. We present statistical data on trading results shown by the Championship's participants during the third week. Here you will know about...
Hi Metaquotes and others Metatester Agents are the first good implementation of agent paradigm i have seen so far. You are also claiming that it can be used for developing of mathematical models. Is there an API for that, or what did you think by that?
Hello there! 1) Could somebody tell me what exactly triggers BookEvent? Does it use volumes of buy vs sell orders and if yes how to obtain those programatically in real time? Is it fair to say that this event only relevant to current tick(time)? How often on average does this event occur? 2) Also,...