TradingView
Wunderbit
Dec 9, 2022 12:25 PM

Wunder Trend Reversal bot 

Ethereum / TetherUSBinance

描述

Wunder Trend Reversal bot

1. Wunder Trend Reversal Bot - this has only one goal to find a reversal of the trend.
2. The strategy determines, based on the specified value for the filter, a market reversal based on the price actions of the previous bars.
3. A short EMA is used to filter false signals after the reversal signal was received. Crossing the EMA and changing its direction confirms the trend change.
4. There are 2 ways to calculate stop loss and take profit. You can choose one of them:
- Classic stop loss and take profit in a fixed percentage
- ATR stop loss and take pro
5. ATR uses risk reward (R:R) to calculate take profit. The script calculates the risk-reward based on a certain stop loss level and uses it to calculate the take profit
6. A function for calculating risk on the portfolio (your deposit) has been added to the script. When this option is enabled, you get a calculation of the entry amount in dollars relative to your Stop Loss. In the settings, you can select the risk percentage on your portfolio. The loss will be calculated from the amount that will be displayed on the chart.

For example. Deposit - $1000, you set the risk to 1%. SL 5%. Entry volume will be $200. The loss at SL will be $10.10$ this is your 1% risk or 1% of the deposit.

Important! The risk per trade must be less than the Stop Loss value. If the risk is greater than SL, then you should use leverage.

The amount of funds entering the trade is calculated in dollars. This option was created if you want to send the dollar amount from Tradingview to the exchange. However, putting your volume in dollars you get the incorrect net profit and drawdown indication in the backtest results, as TradingView calculates the backtest volume in contracts.

To display the correct net profit and drawdown values in Tradingview Backtest results, use the ”Volume in contracts” option.

版本注释

Added optimization using additional indicators:
- EMA
- SuperTrend
- MACD
- POC for the previous day

To enter Long, it is important to have several factors. First, we need to have the break of the low over within the last few bars, for this we will be looking for the lowest value over the last few bars. For confirmation, the supertrend indicator will be used, which should show a growing market. The histogram must be less than zero for a long entry and greater than zero for a short entry. Price must be above POC. Opposite logic is used to entry short.

版本注释

- Visual bug fixed

版本注释

- Visual bug fixed

版本注释

- Removed POC filter due to a change in the array processing system for Pine Script. Script will be updated soon
评论
alextrebek
Do you set the SL in the bot or the indicator? I'm wondering what to do with some of the settings in the bot like "move stop to profit".
tiimbo
Not working for me anymore, devs?
更多