Quantcast
Channel: MQL5: MetaTrader 5 trading, automated systems and strategy testing forum
Viewing all 75046 articles
Browse latest View live

how to enter a new job


my EA doesn't want to trade anymore

$
0
0
onewithzachy:

Hi danielthv,

I have MT with MetaQuotes server. Now my EA can't trade but script can. I think MQ wants to run ATC trouble free. That was just my opinion, I didn't check with other broker server.

However I don't understand your retcode 10027, did you click the auto trading button on MT toolbar ?

 

Thank you for your reply.

if temres is a MqlTradeResult type variable, temres.retcode is what is returned after an Ordersend command is placed.

However, it works again when I tried it this morning (probably Metaquotes did something on their side)

Daniel

How to Debug tick events?

$
0
0

You can test any time from strategy tester, it will use history data. Please do not double post the same question. Thanks.

 

FXstreet.com News Feeds and Analytics Now Available in MetaTrader 4 and MetaTrader 5!

$
0
0

We are pleased to officially announce the integration of FXStreet.com news feeds and analytics into the MetaTrader 4 and MetaTrader 5 trading platforms. This will significantly expand opportunities for traders allowing them to use additional information when making their trading decisions.

FXstreet.com News Feeds and Analytics Now Available in MetaTrader 4 and MetaTrader 5!

We believe that the addition of new extra features for traders is one of the very important aspects for trading in the financial markets. Our company is therefore not only engaged in the development of trading platforms but is actively investing in the implementation of such associated products and services. It should be noted that the MetaTrader Platforms already provide data feeds from other well-known news agencies.

Unlike other data feed providers, FXStreet.com's feeds offer not only financial news, but also detailed analytics. Thus, the trader gets informed of the financial market news for his independent analysis and receives useful recommendations for making trading decisions. FXstreet.com's analytics is illustrated with explanatory charts.

From this point onwards, FXstreet.com news feeds and analytics are available in all MetaTrader trading platforms!

Help open parenthesis expected

$
0
0
lion999:

I have no knowledge of coding yet while compiling an ea i managed to reduce the 15 errors to just 2, both are the same  ''   'if' - open parenthesis expected    ''  and when i click on this error it leads me to this point in the code which i cannot rectify      

  void tick22()
 {if {tick22==true} {

and the cusor is just after the curly bracket before if

i changed this code " {if (tick22==true) { "  to the above " {if {tick22==true} { " and reduced 15 errors to 2 errors

can anyone help me please  

 

Next time use SRC button to post the code

 

do this

 void tick22()
 {
  if (tick22==true) 
    {

    }
 }

Be careful when writing parenthesis { and } with ( and ).

Hope you have define tick22 variable before coz if not you will have more error though .

 

Get logged out automatically every time

$
0
0

Probably you have a dynamic IP address and you have the option Profile->Security->Control session by IP enabled.

Try to disable it and check if it still logs you out.

How can I test 2 EA for same pair?

$
0
0
codeidea:

I have 2 EA, they are work together for 1 pair, such as EURUSD, How can I run  backtest?

 

hongbin.fei 

From what I have read, you can only have one EA running @ the time. I think I had asked a question like this

a while back. Anyway the best bet you have is to have 2 other virtual machines and have the ea in each one.

New Services on MQL5.community: Payments and Jobs

$
0
0

i can Write an article about the mail malangpup@hotmail.com.

Indicators: i-AnyRange2

Downloaded and compiled indicator, how do i access it programatically.

Can I change the display of daily bar.

$
0
0
Create an indicator, display as bar/candle, you can control the ending time.

Is there any......?

$
0
0

You meant mql5.com? No need to search, this is the most comprehensive.

Expert Advisors: Exp_ATR_Trailing

Indicators: PositionInfo

Indicators: ColorStochastic_HTF


Discussion of article "Interview with Leonid Velichkovsky: "The Biggest Myth about Neural Networks is Super-Profitability" (ATC 2010)"

$
0
0

New article Interview with Leonid Velichkovsky: "The Biggest Myth about Neural Networks is Super-Profitability" (ATC 2010) is published:

The hero of our interview Leonid Velichkovski (LeoV) has already participated in Automated Trading Championships. In 2008, his multicurrency neural network was like a bright flash in the sky, earning $110,000 in a certain moment, but eventually fell victim to its own aggressive money management. Two years ago, in his interview Leonid share his own trading experience and told us about the features of his Expert Advisor. On the eve of the ATC 2010, Leonid talks about the most common myths and misconceptions associated with neural networks.

- Leonid, you are a rare representative of the traders' community, who use neural networks for trading. These are quite complicated developments, but the army of their fans keeps growing. What attracts you in neural networks?

- Six years ago, at the very beginning, neural networks attracted me with their novelty, unusual mysterious character and seemingly high profitability. Over the years, many myths have gone, but neural networks still attract me with their ability to adapt to any curve and to find patterns where nothing and nobody else can find them.

- Could you tell more about the myths associated with neural networks? Have you met any disillusionment in this field?

- The biggest myth associated with neural networks is their super-profitability. But this applies not only to neural networks, but to Forex as a whole. At first it seems that it is easy to earn - buy and sell, there's nothing complicated in it. Later, however, some factors appear, of which you did not even know - only then you start to comprehend and understand them. In neural networks, disappointing is the very thing that attracts you - their ability to train and adapt to any market with any data available. Their big advantage is a significant disadvantage when applied to financial markets. This is an amazing metamorphosis!

Leonid Velichkovski

Author: Automated-Trading

Discussion of article "How to Be an Investor with the "Signals" Service"

$
0
0

hello

 

good idea ....

 

1/ my broker only have mt4 !

 any way to go around that problem ?

 

2/ if yes; i want i am very interested by signal from competitor in  automated championship....

 

what is the way to reduce exposure/leverage ?

ie ea send order 5 lots want trade 0.05 lots ?

 

t h a n k s  

payment question mql5 market

$
0
0

Background: For one of our clients we want to write a Plugin/ExpertAdvisor which is providing a fast and machine-readable newsfeed normally used by Hedge funds and Algo Traders. Because this newsfeed needs an ongoing administration, we will need an ongoing payment from the users. Is this possible in your marketplace (www.mql5.com/en/market/expert)?

Indicators: XprofuterOverlay

Indicators: Daily Range

Viewing all 75046 articles
Browse latest View live