Resolving Conflicting Bias in GOLD Confirmation Logic (MQL5) - page 2

 
I did, ❤️
 
Comments that do not relate to this topic, have been moved to "AI-Assisted Coding and Prompt Engineering".
Let me remind you that the source code for the most recent (published) version of the advisor is attached to post #7. Anyone can download and test it.
 

You can treat this "problem" as an statistics one, usign covariance, correlation, p-value, etc...

Using covariance and correlation for knowing if there exists a true (statisctly based) relation between symbols, or in a case that you have multiple, choosing that has the higher correlation.

So, doing an study on your symbols may give you a more statisctial perspective on this problem.

 

As I continue reading, I can tell you are well versed on this topics (correlation and covariance), so then I will suggest checking more advanced statistical technics such as ARIMA (for forecasting an only symbo) or VAR (for forecasting and checking correlation on multiple symbols) for your correlation problems.

And GARCH or ARCH for variance (volatility).