Page 400 of 424

Re: Something interesting please post here (Metatrader)

Posted: Sun Sep 08, 2024 7:02 am
by dmnik
:thumbup: :thumbup: :thumbup:

Re: Something interesting please post here (Metatrader)

Posted: Sun Sep 08, 2024 9:02 pm
by ujtrader
nice algo :) Works well on M15 for gold and BTC, especially in trending markets. Enjoy!

Re: Something interesting please post here (Metatrader)

Posted: Sun Sep 08, 2024 9:26 pm
by Antonov
packwarrior wrote: Fri Aug 30, 2024 6:05 am testing live....
Image
Hello. What is the indicator you are testing on picture? Thank you

Re: Something interesting please post here (Metatrader)

Posted: Wed Sep 11, 2024 9:19 am
by andrei-1
A very rare situation. I found a few pieces. All of them were +, if you don't choose the green one :) .

Re: Something interesting please post here (Metatrader)

Posted: Tue Sep 17, 2024 4:57 am
by AllenW
funchi 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
Does anyone have this indicator? Only working, on MT4 or mt5. Preferably in mql so that you can edit
Very need it, please send it to anyone who has it

Re: Something interesting please post here (Metatrader) A patent for an invention.🎄

Posted: Fri Sep 20, 2024 8:23 pm
by andrei-1
A patent for an invention.

Alternative price v1.
Changes only candles of the same color.

Alternative price v2.
She changes everything. This should be linked to volatility.
for Russia
https://vk.com/video-210352053_456240569

Re: Something interesting please post here (Metatrader)

Posted: Fri Sep 20, 2024 9:35 pm
by Kjamie993
packwarrior wrote: Fri Aug 30, 2024 6:05 am testing live....
Image
Hey! Please can you provide the indicator you are using?

Re: Something interesting please post here (Metatrader)

Posted: Fri Sep 20, 2024 9:39 pm
by ionone
Kjamie993 wrote: Fri Sep 20, 2024 9:35 pm Hey! Please can you provide the indicator you are using?
that's not the same but this one is not bad :

Re: Something interesting please post here (Metatrader)

Posted: Sun Sep 22, 2024 3:14 am
by vvFish

Re: Something interesting please post here (Metatrader)

Posted: Tue Sep 24, 2024 1:55 pm
by FFFOOO
bilbao 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.
Hello bilbao

Thanks for posting a useful indicator. (urdala_news_investing.com.mq4)
But I got "Error calling internetOpenurlA()" message when attached to the chart window.
wininet.dll is located in the MT4 library folder.
No errors other than those listed above.

Below address can be accessed by copying and paste to the browser.

///
int hURL = InternetOpenUrlW(hInternetSession,
"http://ec.forexprostools.com?columns=exc_currency,exc_importance&category=_employment,_economicActivity,_inflation,_credit,_centralBanks,_confidenceIndex,_balance,_Bonds&importance=1,2,3&countries=25,6,37,72,22,17,39,10,35,43,60,36,110,26,12,4,5&calType=week&timeZone=15&lang=1", "", 0, 0, 0);
if(hURL <= 0)
{
Alert("Error calling InternetOpenUrlA()");
InternetCloseHandle(hInternetSession);
return("");
}
///
Please let me know if there is any solution.
Thank you...
MT4:V4 build 1421