Wunderbit

Wunder Trend Reversal bot

Wunderbit 已更新   
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

受保护脚本
该脚本是闭源发布的,您可以自由使用它。您可以收藏它以在图表上使用。您无法查看或修改其源代码。
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?