Strange behaviour - Wrong Variable Values New comment Mike Smith 2016.02.10 22:04 Hi,All of a sudden, I've got a very strange bug? with MT5 showing completely wrong variables values in my indicator.ALL variable values are wrong.Example:int test = 1;printf(test);Output: 34581140Output from iRSI is for example:1.708535919681431e-316All was working fine until last week Wednesday. I didn't change anything on the indicator since then!I'm completely lost!Does anyone have an idea what this could be?Some wrong setting in MT5?Bug?Please help! Thanks! How to Subscribe to a Signal - Trading Signals and Copy Trading Optimization Types - Algorithmic Trading, Trading Robots Working with Projects - Projects and MQL5 Storage Alain Verleyen 2016.02.11 14:01 #1 Please post your code and the corresponding output (log). New comment
Hi,
All of a sudden, I've got a very strange bug? with MT5 showing completely wrong variables values in my indicator.
ALL variable values are wrong.
Example:
int test = 1;
printf(test);
Output:
34581140
Output from iRSI is for example:
1.708535919681431e-316
All was working fine until last week Wednesday. I didn't change anything on the indicator since then!
I'm completely lost!
Does anyone have an idea what this could be?
Some wrong setting in MT5?
Bug?
Please help! Thanks!