TradingView
TradingStrategyCheck
2021年5月31日午前10時34分

Tripple super Trend + EMA + RSI Strategy 

Euro / U.S. DollarFOREX.com

詳細

Greetings!

Here I show you the Tripple Super Trend Strategy.
I discovered the strategy on a YouTube channel and tried to transfer it as a strategy into a script.

Tested with the currency pair EUR/USD in the one hour chart.
Period: beginning of 2020 until today.

The strategy should also work with cryptocurrencies. But then the settings have to be adjusted.

There is the possibility to activate only long or only short position.
The EMA can be used in a time different from the chart.

-----------------------------------------------------------------------------------

How does the strategy work?

For long positions, the candle must be above the EMA .
The candle must be closed above at least two of the supertrend lines.
The stochastic RSI must show oversold and the k line must cross over the D line.

For short positions, the candle must be below the EMA .
The candle must be closed below at least two of the supertrend lines.
The stochastic RSI must indicate overbought and the K line must cross below the D line.

The stop loss is determined with the "lowest low/highest high lookback".
The profit factor is multiplied by the value of the lowest low/highest high lookback.

The results of the strategy are without commissions and levers.

If you have any questions or feedback, please let me know in the comments.

In the future I will add other types of stop loss / take profits. (ATR; %; eg.)

If you need more information about the strategy and want to know exactly how to apply it, check out my profile.

I wish you good luck with the strategy!

リリースノート

I found and removed a bug that opened incorrect short positions and calculated the SL TP incorrectly. I choosed ETH/USDT instead of EUR/USD cause of better profit.
The strategy continues to work very well with foreign exchange. But then the settings have to be adjusted.
コメント
TradingStrategyCheck
I have discovered wrong entries in the short positions.
It is therefore recommended to use only long positions in the strategy until I have fixed the bug.
TradingStrategyCheck
@chevilo91, SOLVED
mazenstudio
@TradingStrategyCheck, thank you, btw for some reason the chart is empty in most parts of it, with Eth/USD 15min
i was trying to adjust and change some settings and it just giving different profit or even loses!
i even tried with different currency still giving random signals, if you have more info would be appreciated.
mazenstudio
@TradingStrategyCheck, and if you can add alarm option would be very helpful since most of us in comments trying to figure out to connect it with 3commas
sinosuke1996
@TradingStrategyCheck, hi, bei mir macht er short pos auf obwohl die Balken über 3 oder 2 grüne Linien ist und mit long pos habe ich das selbe Problem. Wie kann ich das lösen?
TradingStrategyCheck
@sinosuke1996, ja, das ist mir auch schon aufgefallen. Die Berechnung ist an sich korrekt, normalerweise verdecken die Balken ja die Linien nur werden hier die Linien weiter kalkuliert. Ich muss mir mal Gedanken machen, wie man das lösen könnte.
ta.amine93
Hello, thank you for this great script ! one thing I want to point out is the entry condition, for example for long you put this :

longcondition1 = (emaconditionlong) and (crossup) and (oversoldcondition) and (alllinesunderprice)
longcondition2 = (emaconditionlong) and (crossup) and (oversoldcondition) and (twolinesunderprice)

With this, there won't be many opportunities for entries. In fact the strategy as I know it is to look for the crossup of the Stochs in the over sold area and then wait to meet the other conditions as long as the k > d and the stochs aren't in the over bought area.
maesiefrancisco
@ta.amine93, hi
Britewire
This is great thank you. I'm trying to figure out how I get alarm conditions for the ST and TP points into this script, but i'm failing miserably.
TradingStrategyCheck
@Britewire, Greetings :)
It's not that complicated.
1. Create an alert
2. You can integrate a command into the alert itself.

To do this, simply use the following command:

{{strategy.order.action}}

Returns the value "buy" or "close"

There are also many other commands. You can find some of them on the following Tradingview website:

tradingview.com/support/solutions/43000481368-strategy-alerts/
詳細