Help me plz: EA with Trading_volume_v1 indicator
-
https://fxdreema.com/shared/WmGB5Cwec
The indicator: 0_1554871997701_Volume_Trading_v1.mq4
Many thanks Bro
-
This indicator has one output buffer, but the value in it is always EMPTY_VALUE. It creates objects, two of which are named UpPer1 and DnPer1. They show the % numbers and they contain string data, this is the description property of the object. I tried this:
https://fxdreema.com/shared/Ovk2BHvT
I tried "Trace" first and it outputs the values, but without " %". The Trace block is designed to show numeric data, so I guess that MQL4 somehow converts the string into numeric, and it does that properly. To be sure, I added Condition block to check whether UpPer1 is > 50 and print Comment message on the right side of the screen. So, this Comment message should only show values > than 50. It actually shows the value with the % thing. But the important thing is that the Condition block works.