Thank you so much @miro1360 with your help I found a temporary workaround.
I tested:
Value, numeric --------> NormalizeDouble(G2RealTimeProfit,2) ----> same issue 
Text (code input) ----> NormalizeDouble(G2RealTimeProfit,2) ----> same issue 
Text (code input) ----> DoubleToString(G2RealTimeProfit,2) -------> working 
That will only convert the number at the moment of display, we still may need to normalize a variable in memory or that to be automatic. I hope we can find the root of this issue. In my opinion is not MQL but how fxDreema handles numeric datatypes.
Thanks again for your help, any insight is much appreciated