its not opening sell trade
-
hi
https://fxdreema.com/shared/uki8818dc
this my bolingerband based ea not opening sell order -
if value of Bollinger Band is > of TotalBodySize of candle then BUY
is a strange strategy
however, make an example: TotalBodySize is 50pips value of Bollinger Band on EURUSD is 1.2300
you make a comparison between apple and banana
try to compare apples with applesuse Candle Close id=1 instead of Candle Body Size
you can compare a PRICE (previus candle close) with a PRICE (bollinger band value)my two cents
-
Yes, on the right side of each block there is a value that is something like 10 (for 10 pips), nothing like the kind of value on the left side that is like 1.2345.
I don't like the way you connected those 2 Condition blocks. Now you have 2 paths to reach the "Buy now" block. It's the same for the Sell part. If for some reason both Condition blocks can be true at the same time, you will get 2 Buy trades.
As a general rule, if you think that you want to detect 2 crossovers, just turn one of them into < or >. Because if two lines (or whatever values) crossed somewhere in the past, now at this moment one of them is bigger than the other and by that you can tell that they crossed.