Calculation of a TP trough RSI Divergence
Forums › ProRealTime English forum › General trading discussions › Calculation of a TP trough RSI Divergence
- This topic has 26 replies, 2 voices, and was last updated 2 years ago by Zigo.
-
-
01/07/2021 at 9:42 AM #156718
Would you typically use fixed or trailing stops here? And if trailing, do you have a setting that consistently gives the best results? I struggle with trailing to be honest… always seem to give back too much profit from my chosen exit.
of course it means I miss some runners but i guess you cant have it all.
01/08/2021 at 4:46 PM #156943A stop loss that gives good results, is based on parameters from the Ichimoku Indicator and ATR,
1234567891011//Zigo//Berekening stoploss//c1=(highest[9](high)+lowest[9](low))/2C2= (highest[26](high)+lowest[26](low))/2c3=(c1+c2)/2//Dynamic stop for Long positionsx//Dynamic stop for Short positionsstlong=TriangularAverage[5](c3- 0.89*AverageTrueRange[14](close))stshort=TriangularAverage[5](c3+0.89*AverageTrueRange[14](close))Return stLong as"StopLong", Stshort as "StopShort"don’t tell anyone,
1 user thanked author for this post.
01/08/2021 at 6:53 PM #156979don’t tell anyone,
You have my word! 😬😬👍👍
01/08/2021 at 8:19 PM #15699201/08/2021 at 10:04 PM #15700001/08/2021 at 10:09 PM #15700101/09/2021 at 3:07 PM #157098You can do it with “once n= … ,” once ob = 60, once os = 40 for example.
That sorted it, thank you.
01/09/2021 at 3:23 PM #157102A stop loss that gives good results, is based on parameters from the Ichimoku Indicator and ATR,
Hey Zigo 😉
these stops are interesting…. but way too tight for my strategy.. im currently building a reversal strat and using fixed SLs of around 60 pips – with TP…… using your RSI code above! seems to work well, but i’m looking for something more dynamic than a fixed SL.
DAX, 1 min timeframe… any ideas?
01/10/2021 at 12:14 PM #157181You prefer this? (a= 4.23)
Line 10 and 1112stlong=TriangularAverage[5](c3- a*AverageTrueRange[14](close))stshort=TriangularAverage[5](c3+ a*AverageTrueRange[14](close)Line 10 and line 11 in the indicator: 0.89 is changed as variable and becomes “a”
06/08/2022 at 5:38 PM #194932Target Indicator.
Target Indicator aims to deliver one or more well-founded and visible targets.
Example:
RSI crossing above 30 for a long position or an RSI crossing below 70 for a short position.
CCI above 100 or CCI below -100Ø
Crossing of the signal line with the MACD lineAny classic indicator or a self-developed indicator, or a combination of the two is able to be linked to the TargetIndicator, with each signal of those indicators or combinations the TargetIndicator will generate price targets.
These price targets are calculated from the moment a signal of purchase or a signal of sale is given.
The TargetIndicator immediately indicates the “entry” the “stoploss” and 5 price targets. These values are sometimes already visible when forming the candle.
On the basis of some practical examples, it is explained how it works. In addition to these examples, the TargetIndicator can be used on most of the classic trend indicators as well as on various oscillator indicators. TargetIndicator can also be used for combinations of conditions. Three classic indicators are each linked separately to the TargetIndicator, the RSI, CCI and the MACD.
All three classic Indicators show alternating signals. After a signal up, a signal comes down. The different linked indicators are shown below.
Not all signals are usable as will become clear later.Target Indicator.
Target Indicator aims to deliver one or more well-founded and visible targets.
Example:
Ø RSI crossing above 30 for a long position or an RSI crossing below 70 for a short position.
Ø CCI above 100 or CCI below -100
Ø Crossing of the signal line with the MACD line
Any classic indicator or a self-developed indicator, or a combination of the two is able to be linked to the TargetIndicator, with each signal of those indicators or combinations the TargetIndicator will generate price targets.
These price targets are calculated from the moment a signal of purchase or a signal of sale is given.
The TargetIndicator immediately indicates the “entry” the “stoploss” and 5 price targets. These values are sometimes already visible when forming the candle.
On the basis of some practical examples, it is explained how it works. In addition to these examples, the TargetIndicator can be used on most of the classic trend indicators as well as on various oscillator indicators. TargetIndicator can also be used for combinations of conditions. Three classic indicators are each linked separately to the TargetIndicator, the RSI, CCI and the MACD.
All three classic Indicators show alternating signals. After a signal up, a signal comes down. The different linked indicators are shown below.
Not all signals are usable as will become clear later.
Target Indicator.
Target Indicator aims to deliver one or more well-founded and visible targets.
Example:
Ø RSI crossing above 30 for a long position or an RSI crossing below 70 for a short position.
Ø CCI above 100 or CCI below -100
Ø Crossing of the signal line with the MACD line
Any classic indicator or a self-developed indicator, or a combination of the two is able to be linked to the TargetIndicator, with each signal of those indicators or combinations the TargetIndicator will generate price targets.
These price targets are calculated from the moment a signal of purchase or a signal of sale is given.
The TargetIndicator immediately indicates the “entry” the “stoploss” and 5 price targets. These values are sometimes already visible when forming the candle.
On the basis of some practical examples, it is explained how it works. In addition to these examples, the TargetIndicator can be used on most of the classic trend indicators as well as on various oscillator indicators. TargetIndicator can also be used for combinations of conditions. Three classic indicators are each linked separately to the TargetIndicator, the RSI, CCI and the MACD.
All three classic Indicators show alternating signals. After a signal up, a signal comes down. The different linked indicators are shown below.
Not all signals are usable as will become clear later.
06/08/2022 at 5:41 PM #19493506/08/2022 at 5:43 PM #194937 -
AuthorPosts
Find exclusive trading pro-tools on