Re: Something interesting please post here (Metatrader)
Posted: Sun Sep 08, 2024 7:02 am



Hello. What is the indicator you are testing on picture? Thank you
Does anyone have this indicator? Only working, on MT4 or mt5. Preferably in mql so that you can editfunchi wrote: Wed Mar 22, 2023 10:45 am Symbol changer
- Use Market Watch, or Custom Symbols list
- Set timeframe and template
- Tile Vertically, Tile Horizontally, Tile Windows 2x2
Hey! Please can you provide the indicator you are using?
that's not the same but this one is not bad :
Hello bilbaobilbao wrote: Wed Apr 26, 2017 4:46 pm The indicator can be used in your advisors to block trade or trade opening in front of the news.
Information on the news the adviser takes from the site Investing.
From the Expert Advisor, use the following function to call the indicator:
Double CheckNews = iCustom (Symbol (), 0, "urdala_news_investing (dot) com", TimeDo, TimePosle, offset, Vhigh, Vmedium, Vlow, symbols, 0,0);
If CheckNews is 0, then in the TimeDo period of minutes ahead and TimePosle minutes ago, there are no news falling under our settings.
If CheckNews is equal to 1, then news in this period of time is.
Urdala News Investing
Settings:
TimeDo - the time in minutes before the news to trigger the signal.
TimePosle - the time in minutes after the news to trigger the signal. offset - Server Time Zone of the trading terminal .
Vhigh, Vmedium, Vlow - adjust the importance of strong, medium, weak news. (True / false) symbols - currencies for display in news (empty - only current currencies). For example, if you specify here "EUR, GBP, USD", then at this chart will show only news on these three currencies.