so the 2. condition would be enough right?
ok thank you.
Best posts made by fifeivkbdedwcf
-
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
Latest posts made by fifeivkbdedwcf
-
RE: Take Profit by indicatorposted in Questions & Answers
Nevermind the other indicator.
Just like i said, was only visual for me to backtest different settings.Yes sure i feel that, i'm very new to FX dream but have learned lots by you guys so far.
Thank you a lot.Currently using the default stochastic oscillator from the MT5.
Also build EA only using the default stochastic by itself, working in real time as well so far for entry signals.
But not on Take Profit.
Good the tip by other user, that need to be added by "If trade" tree,
because some indicators might work directly with TP and some not. -
RE: Take Profit by Parabolic Sar directly from Buy/Sell Blockposted in Questions & Answers
Hi, thank you for your idea.
So you mean extra condition block, right?
Tested the Take Profit function before directly from Buy/ Sell for other indicators like Bollinger Bands as well, did work.What i dont get is why is cant be closed directly by value based indicators like Parabolic.
-
Take Profit by Parabolic Sar directly from Buy/Sell Blockposted in Questions & Answers
Hi guys,
currently testing TPs directly from Buy/Sell section.
When selecting Parabolic Sar i only can select the Value of min. and max. but not if price must be above or below the indicator.
Somebody please know how to solve this?
Thx
-
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
so the 2. condition would be enough right?
ok thank you. -
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
Hi just thought about it, wouldn't it be enough to just use the "crossing back in" condition, because should be above 70 or below 30 before anyway.
Buy -> Main line x< 30 Level, crosses above 30 level
Sell -> Main line x> 70 Level, crosses below 70 level

-
RE: Take Profit by indicatorposted in Questions & Answers
i backtestet the previous stochastic in replay it gave an arrow right when stochastic main line crossed the 30/70 level back in. Might be different in real time, you might be correct about that.
But what i still dont get, by leaving the once per bar, the bot would potentially fire multiple trades open even if older onces still running.
My idea was to close it for current trade by the stochastic crossing over.
From backtesting the idea of mean reversion i've found that market sometimes goes back to middle bollinger bands and then returns and sometimes breaks through and would still run further than opposite outer bollinger band.
Therefore because like you said, every trades is different and you dont know how far your trade idea would be valid to play out if correct, i've found to protect complete reversal back to enter the stochastic crossing would help to close when market doesnt want to go further than middle bollinger bands. -
RE: Take Profit by indicatorposted in Questions & Answers
Ok got it, but asking because you said to use once per bar to close as well.
-
RE: How long is Flag Trigger workingposted in Questions & Answers
Ok ´, just asking so you simply mean like the beige/yellow condition onces as block?
-
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
Hi, looks good so far,
1 question, why do you use once per bar twice, 1 before first trigger and 1 to enter a trade.
Wouldn't 1 be enough 1 block pre the actual Buy in condition block, because of the flag it only enters if both are matching. -
RE: Range Bound indicators like RSI return after crossingposted in Questions & Answers
Hi,
do i need flag blocks as well? Check flag, set flag.
Like in the version of @Jnmejias.This looks very good so far.