Roberto Danilo Riccio / Publications
Articles
Creating an Interactive Portfolio Analyzer Dashboard with CCanvas in MQL5 for MetaTrader 5
This article presents a standalone Portfolio Analyzer dashboard implemented as an Expert Advisor for MetaTrader 5. It reads account deal history, reconstructs closed positions, and attributes results by magic number or normalized comment to deliver clear per-strategy metrics. The interface provides
Creating an HTML Dashboard for Strategy Tester and Prop Firm Challenge Analysis in MQL5 for MetaTrader 5
This article demonstrates how to build a reusable prop‑firm evaluation module for MQL5 Expert Advisors and export results to an HTML dashboard. The module monitors balance and equity during backtests, simulates single or rolling challenges, checks profit target, daily and overall drawdown, and
Forum
Problem with mql5 login
Hi, a very strange thing happened to me. I always have access to my mql5 account through the metatrader 4, I also bought some products from the market I was using, but since this morning I can no longer log in so much so that even if I have renewed the products I cannot use them (the trial version
Market indicators not working?
I would like to know if it only happened to me! this morning I opened the mt4 and the indicators downloaded from the market, bought or free, no longer work. I try to stick them in the chart and nothing happens, yet I log in to my account and so it's all right. They don't even work in the strategy
Push mobile notification
Is there any way to create an indicator that generates a notification on the mobile phone, every time arrows (a signal) appear from another external indicator? That is, I would like to receive notifications from an indicator without having access to its code to implement them...but I do not know if
Problem with breakeven fuction
Hello everyone, I have a problem with a function I already used in another code and it was working. In this expert, even inserting it does not change anything and does not seem to work, I mean the breakeven. //+------------------------------------------------------------------+ //|
Take profit candle pips
Hi everyone, I'm a beginner and I'm trying to learn. I have a problem, in this practice expert, I insert the stop loss exactly on the minimum of the candle and I would like the RR ratio to be 1 to 1. I'm trying to calculate the difference in pips between the maximum and the minimum and then add it
find candle patterns for tests
Hello everyone, I'm really curious to do some backtests of the famous candle patterns. I'm not very expert in programming, I wanted to ask you if you think this code is right to identify the three white soldiers .. thanks in advance for your answers void OnTick() void OnTick () { open1
trading within a time
Hello everyone, I wanted to ask how I can set up an ea to open operations only from one hour to another. For example, I would like you to open long or short transactions only if a maximum or a minimum is broken between 2 and 3 pm
problem with moving averages (noob inside)
Hello everyone and sorry for my English, I'm starting to program in mql4 and to do a simple and on the crossover moving averages. The problem is that the ea does not open positions, opens them only if I delete Lastfastmovingaverages, lastmediummoving etc. .. and I leave only those on the current

