Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 1121
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Guys!
When trying to run a timer based EA, the errorCannot set timer (1) pops up.
What can it be associated with? Thanks in advance.
https://www.mql5.com/ru/forum/167394
There was a discussion in a neighbouring thread...
Good evening,could you please tell me if there is an indicator, 6 buffers are present in the code, when viewed through the data window of the terminal, I can see that they work, but I can not see the values through icustom, it shows 0 everywhere. How can I view the buffer values to create a condition for technical analysis?
Vitaly Muzichenko:
Значит не правильно прописываете данные в iСustom
So you do not write the data iniCustom correctly
Do you know codes?
flyyy09:
Do you know about codes?
Hello, everyone.
1. Is it possible to "filter" news in the feed or at least use a word search in the title or text of the news? Maybe there is a free MT4 add-on or resource?
2. Is there a possibility to automatically copy news from the newsfeed to a text file or any other office file, or anywhere? Preferably with the possibility to view the text of the news itself.
For example, in the MT5 terminal there are some Expert Advisors (MACD Sample and Moving Averages), but if I try to put a specific TF in their code, for example PERIOD_H4, instead of "_Period", then in the test on the open prices of higher TF, the following indicator loading error occurs: cannot load indicator 'MACD' [4805] and as a result: tester stopped because OnInit failed. What are your opinions? Maybe I'm doing something wrong? Is it possible to code the Expert Advisor so that it is tested for the open prices of any TF?
I have tried to use the indicator as a custom one, the error is the same.
Thank you in advance for your feedback.
int OnInit(void)
{
//--- prepare trade class to control positions if hedging mode is active
ExtHedging=((ENUM_ACCOUNT_MARGIN_MODE)AccountInfoInteger(ACCOUNT_MARGIN_MODE)==ACCOUNT_MARGIN_MODE_RETAIL_HEDGING);
ExtTrade.SetExpertMagicNumber(MA_MAGIC);
ExtTrade.SetMarginMode();
//--- Moving Average indicator
ExtHandle=iMA(_Symbol,PERIOD_H4,MovingPeriod,MovingShift,MODE_SMA,PRICE_CLOSE);
if(ExtHandle==INVALID_HANDLE)
{
printf("Error creating MA indicator");
return(INIT_FAILED);
}
//--- ok
return(INIT_SUCCEED);
}
Help! I'm copying deals from one vendor but I want to get two more brokers and the terminal says I can only get one! There's a way around it! I do not want to split the depot into different accounts because the lot will be reduced because of the percentage ratio. (I hate this percentage ratio it would be better to have the option to choose a fixed lot.)
Copy as many signals as you need to a demo account, each signal to a separate demo account, and from these demos to a real one - with a deal copier, there are many of them in the market. Although you can write your own, now it does not take much effort.