Comment block does not show the correct information on chart
-
In fxDreema for MT5, the Comment block does not show the correct information from the Bucket of Positions block, on the chart in MT5 platform.
For example, here is what I see on the chart in MetaTrader 5 :
Trades Count: 6.75948526541678E+273
Lots Total Value (Sum): 6.75948526541678E+273
Profit Total Value (Sum): 6.75948526541678E+273
For some variables used in the Expert Advisor, values I see on the chart are:
0.00000000000000e+00
inf
Otherwise, the Expert Advisor is working fine.
It is opening and closing trades as expected.Anyone had similar experience.
Any help would be appreciated.
-
This is a known problem with mt5, you have to use a ping block set up to mimic, set a variable to 0 - for each position - formula block to add 1 to the variable... you can use this set up for any information you need to get.