consecutive losses reset
-
Hello everybody,
I try to reset my consecutive losses after an event, for example when it is over 2. I have connected the following blocks, but it is not working as I have planed. Can someone take look at it?
-
Time is crazy
In block 795 the format of the time is in UTC format (integer value). In block 785 you have "Time stamp", which is a string (text). Maybe you don't have compile error, but I don't think it will work that way. So, if block 785 is the one that does not work, this would be the reason. Try to use that variable (candlereset) in Value -> Numeric.Also note that block 786 does not depend on block 785 in any way. Block 786 is doing its thing and does not care what block is above or below, it is not part of that "Bucket" idea.