Cross Width Doesnt Save
-
Hi,
I think there is a problem - the cross width property on a condition block it doesn't retain the value e.g 2 when you update the condition.
If you would kindly confirm if this is a bug.
Thanks
-
Yes, it looks that it does not work

-
Whether this already been fixed ?
-
It is, at least on the web version and on the latest local versions. But if you find that it's not working, let me know.
-
There seems to be working properly , the problem was custom indicator , of cource ...
But where was lost Bull & Bear candle block yellow output ?? ... Maybe my browser problem ?
https://www.diigo.com/item/p/qrrcaoczcaoseaqsdzbddaaccr
Line 24 of the code is missing "else" ?? .. OK , no problem , i can use Condition block for the same thing ...Second question(After several beers ;)) .. Whether it is possible to use more than one Candle ID parameter in the same block ?
Like that ... Candle ID= 0,1,2 .. I try that but compiler show error
.. So I did it as shown in image ...
https://www.diigo.com/item/p/qrrcaoczcaosedarczbddaadeqThis is all for now , sorry my bad english .. open new beer , cheers

-
When you view code from fxDreema it's always /* Orange output / and / Yellow output */, but in the output file it's not. If this is in the code, then this means that nothing is connected to the output.
Not possible

-
OK ... and what is the answer to the second question ( "Multi candle ID parameter") ??

Excuse me the stupid questions all the time but I learned more
-
Only 1 value can be used for Candle ID, and I don't think I will do something about it, at least not in Condition

Maybe "Indicator moves within limits" can be used for this, because it checks each candle. Normally it checks some indicator for each candle, but candle parameters can be considered as indicators, so... not impossible.