I need to put like a filter that only open trades when there's a big bull candle before the actual price, just like the image...
I hope some one can help me thanks!!
I need to put like a filter that only open trades when there's a big bull candle before the actual price, just like the image...
@fabcast95 This is one way to do it. In this example you are requiring a bull candle 30 pips long:
Thanks mate! I will try to do it and see if it works correctly as I want
Thanks mate! I will try to do it and see if it works correctly as I want
@fabcast95 Can you please share the link instead of providing the screenshot?
@l-andorrà
Sorry I'm new in this, how can I share the link ?
https://fxdreema.com/shared/lV6HBNsWb This is the link! thanks
@fabcast95 Block 3 should have the same candle ID on both left and right operands.
Block 7 should be separated from that tree and create a new separated block tree connected below a 'Pass' block.
Why the bull candle condition is applied only if spread is equal or highr than 5 pips? What's teh point of that?
The changes in block number 3 wouldn't make the awesome oscillator work right so I can't change that
I still don't get quite well how block number 7 could fit in the new tree and how to design it... Can you show me ? thank you!
Sorry about the bull candle condition of 5 pips it should be 10000 "pips" because is not forex or something like that ....
The main problem is how to fit correctly the bull candle condition and why the trade doesn't close after 2 minutes
Maybe if I explain how the bot works you can understand better what I want to make.
Look it only has 1 indicator which is the awesome oscillator so when the awesome oscillator goes red in the second bar after a big bull candle in the price the bot makes a small sell that must last 2 minutes or a certain amount of pips, just like the image shows.
@fabcast95 So you want the AO opens a sell at the second consecutive red bar after a green bar higher that the two previous one? Then you need this:
https://fxdreema.com/shared/6Pa1UJVbd
Please remember thatred and green colour just indicate higer than or lower that the previous candle.
Thanks for your answer man, No sr. what I want is to open a sell after the second consecutive red bar after a green bar in the AO (it doesn't need to be higher), what it needs to be higher is the bull candle (the pip filter that you told me can work really well) in the market as you can see in the picture
@fabcast95 I know, but if you look at the AO indicator available in fxDreema, there are no colour buffers. This means you cannot select the bar's colour as a condition. In effect that is not necessary because a bars is green only when it is higher than the previous one and red if shorter. This is why it can still be used.
@l-andorrà said in OPEN TRADE ONLY AFTER A BIG BULL CANDLE:
it can still
Well that's right and the AO works, but what is not working is the bull candle filter, please help I just need that part.
@fabcast95 Ok. What conditions are supposed to be applied to the bull candle only?
The bot needs to analyze if there is a big candle before the AO condition. Is just open a sell trade after of:
If there is a small bull candle before, the bot shoudn't open a trade like I said in the beginning of the thread
@fabcast95 Then you need to create a variable to identify when that happens. This is the way for a bull candle:
https://fxdreema.com/shared/ylKQxttpe
Now you need to duplicate it for a sell.
you need seperate code for that you will not find that in fxdreema blocks