New EA mt4 BBands.
-
Dear fxdreema,
I made the EA on the fx dreema platform, when I test on my demo
it only makes sell trades. The is attached you may try it.sincererly
mayfair22......
dodaBBands(1).mq4 -
I don't have the indicator so I can't check it, but you can always use "Draw arrow" to check where things does not work. Connect this block after another block to see if it passes.
I think you don't need blocks 9 and 10. -
Dear fxdreema ,
The indicator is attached on the email, I require the condition block setting,
where the indicator is to be uploaded to myindicators.sincererly
mayfair22......
BBand Stop Alert.mq4 -


......
fxdreema blocks.png -

......
fxdreema conditionsblock.png -
I don't like how it looks in your project, you probably didn't added it successfully in fxDreema, this indicator has many input parameters and buffersand it should look like this: http://prntscr.com/3y3mdm
That indicator, when it does not draw anything, it's value is -1. Which is currently not supported by "Indicator appear", because "Indicator appear things that -1 is a regular value because some indicators can use it. Or maybe not, I will probably integrate it somehow, but anyway.
For now you can check if the indicator is > 0, which means that it is visible (buffer 0 or buffer 1). Also in Condition, crossover with 0 will work somehow, like this: https://fxdreema.com/shared/yiZrQbZEd
-
Thanks very much.