how to enter a new job
my EA doesn't want to trade anymore
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?
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!
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.
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
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
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?
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
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.
Is there any......?
You meant mql5.com? No need to search, this is the most comprehensive.
Expert Advisors: Exp_ATR_Trailing
The Expert Advisor moves Stop Loss of the open position along the border of the channel built using ATR_Trailing.
Author: Nikolay Kositsin
Indicators: PositionInfo
The simple indicator for displaying some relevant information about a position right in the chart window.
Author: Nikolay Kositsin
Indicators: ColorStochastic_HTF
Standard Stochastic oscillator displayed as a cloud that can be located by setting the indicator timeframe value different from the chart one.
Author: Nikolay Kositsin
Discussion of article "Interview with Leonid Velichkovsky: "The Biggest Myth about Neural Networks is Super-Profitability" (ATC 2010)"
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!
Author: Automated-Trading
Discussion of article "How to Be an Investor with the "Signals" Service"
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
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
XprofuterOverlay shows the line of the price future movement.
Author: Nikolay Kositsin
Indicators: Daily Range
This indicator calculates and shows daily highest and lowest prices, display them as two set of lines.
Author: Liping Wang