Tâche terminée
Temps d'exécution 33 jours
Hi,
A well known indicator that was released to the masses on FF has not worked for a sustained time due to FF removing the original xml datafeed source and the developer no longer being active for several years. The indicator can be found here.
https://www.forexfactory.com/thread/326551-mt4-news-calendar-indicator
I found the original first version source code here https://www.bullforyou.com/Sourcecode/Indicators/153735916913961.html here.
I would like a working version that pulls data from FF Breaking News section and presents the news in the same way as was previously possible. Note various people still pull FF new feed data e.g. https://fx-bots.com/rss-forexfactory.php so I'm assuming it must be possible to update this indicator for me to continue using.
I will not be sharing the updated version with anyone and the original code is freely available on the web so copyright conflicts are minimal here. I just want to use the indicator again.
Commandes similaires
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity