"One other thing you can try is make buy and sell a different group. Buy group 1, Sell group 2.
Just to create a chance to open both buy and sell trade."
@biztet How can i achieve this?
"One other thing you can try is make buy and sell a different group. Buy group 1, Sell group 2.
Just to create a chance to open both buy and sell trade."
@biztet How can i achieve this?
@biztet Yes it does, it could breakout both buffer
@biztet Yes i did, I've been watching its behavior.
It only wait for the first breakout, after that happen, the EA will start to trade (BUY) and keep buying and buying and buying after hit tp/sl.
It wont go back and wait for another breakout, or even to sell
Sorry to mention but, anyone up for solution? @jstap @l-andorrĂ
@uriel-0
Okay, just found out the my indicator on chart i screeshot was modified, i reinsert them on my chart and this is the data

i did import the indicator and put the buffer

And use it like this
fxdreema.com/shared/ktUtcA5Md
But still, only buy (I tested it on GBPUSD 15 min)
Im missing something?
@uriel-0 said in Using custom SnD indicator:
h MA condition E.G
https://fxdreema.com/shared/ZDEBFDUKc
i tested your shared, but it also only take BUY trade. Why?
Okay, i will to follow along the links, thanks
About the confirmation indicator, it's actually not MA. It look like this 
the confirmation will be, if the breakout has happened, check if the momentum is also there (as you can see there is 2 lines and bars between them) if breakout happen upward, check if the bars also breaking up the line of SW indicator, then buy, vice versa
But that will be used later, i will see if the breakout work first
Yes im trying to implement the breakout trading strategy here
Here is the indicator: https://1drv.ms/u/s!AkiKVSiT_YUIhtYb7oRyI6PPrJ3_dw?e=OmwVgN
2 indicators, the fractal if for the SnD, and SW indicator is for the confirmation later after the SnD breakout work
I'm also a bit new with the buffer and stuff
If you can make a project solving this problem and share it, I'll be very thankfull
Ello
So i have a strat i want to test
Im using this custom indicator that can draw Support and Resistance level on every timeframe (no repaint)
Now i want to utilize it to the EA
Logic:
If candle break above the resistance line, buy
If canlde break below the support, sell
This is the basic project https://fxdreema.com/shared/8Xp1ow3Qb
I have imported the custom indcator there for the first test, but im not sure how to get it working, because if i run the EA, it does wait for the first breakout, but after that happen once, the ea is just doing BUY trade, idk why, no sell, and no wait, just keep buying till hit tp/sl, then buy again without waiting for another breakout
If this is working for the basic, i have another indicator which will be adding the second rule of the trade
But for now, i need help with the SnD indicator first to get it working
This is how the indicator in action

Data Window (the indicator is the fractals)

Colors:

Variable:

Maybe check distance from band to closing candle, if close enough then open trade?
Or of candle is crossing outside band but reverse and close inside the band?
Which one is applicable?
Simple start
shared/shx9IkfMd
Indicator:
Bollinger band with 20 period and 2 deviation
Logic:

note: upside arrow is buy, downside is sell
Im struggling to put the logic to the board
Cheers 
ahahaha, @jstap
But im confused on using th e block.
Is this the right way to set the MACD condition for crossing up?

And also for the PSAR,

Because im not sure if it is right
How do i achieve this?
Im using 3 indicators on my strategy:
How should i be arranging the indicators? which one first?
Here's the strat:
Cheers.
https://ibb.co/cTS6bgN
Especially in this type of condition, my EA will just buy and ignore the crossing down which is a losing possition. If i can fix this, the EA will be more profitable since it wont counter the trend
EDIT:
This is a more clear issue im facing with
https://ibb.co/qdt0Skx
Why does my ea counter the condition?
Okay, since im still confused about how to use this and that on the builder, i decided to just real live test the standard version of my EA which, if MA fast cross up MA slow buy, if MA fast cross down MA slow sell.
BUT i found something not right, sometimes, when the MA is crossing up and then cross down in a couple of canldes (im using 15M timeframe)
my EA is not catching that cross down and just leave the buy trade open, which cause a massive loss
How can i fix this?
https://fxdreema.com/shared/c3SEz7ETc
like this?
its also not working hmmm
@jstap https://fxdreema.com/shared/C54kbCrnc
Im not sure what i did there, can you check where i did wrong?
@jstap okay, I will check it out
@jstap sounds complicated for me.
Can you give me the tree please? so i can modify them