About 2147483647 value
-
@fxDreema said in About 2147483647 value:
EMPTY_VALUE
hola , puedo detener un bucle con este numero o con alguna variable ?
-
Hello!

I have a problem with a buffer, I have read all post and your "updated history" about it but I have not found solutions!
I have try a solution but something wrong occur with the "compare block".
I use a custom indicator that have two available buffers.There are two condition:
1. trend up
http://imageshack.com/i/poOT7urvp2. trend down
http://imageshack.com/i/pnTfuHzApI' need to detect when the buffer = 2147483647 but I cannot do it.
I have try with compare with:
- "different to 0"
- "> 1000"
- "=2147483647"
... nothing active the block output
So I have try to compare the two buffers:
http://imageshack.com/i/po6TXRl9p
The problem is that the OUT 1 IS ON when are the same , otherwise OUT 2 DO NOT WORK ...is possible?

http://imageshack.com/i/pmijKs7Sp
%(#FF0000)[I know that this is a value like "null/nothing" but ...Please have you suggest about how to detect this values of the buffer (2147483647)??]
Many thanks!

-
In "Condition" when one of boths sides equals to 2147483647 (which is also known as EMPTY_VALUE), the block does not pass. I decided to make it like this for few good reasons. It should work if you put -1 in "Adjust" in both sides, I guess
-
Ok... many thanks... I'll try it!

-
@cristian-0 ¿Has probado la solución sugerida en el post anterior? Selecciona el valor -1 an ambas pestañas 'Adjust' del bloque que cause ese bucle.