On the evening of August 22nd, AICoin researchers conducted a live graphic and textual sharing of the "Exclusive Community Indicator Strategy Mining (with Membership Giveaway)" in the AICoin PC-end - Group Chat - Live. Below is a summary of the live content.
I. TD Bottom-Fishing Strategy
First, let's share this bottom-fishing indicator, which was previously explained in a live broadcast, the TD optimized indicator. Features: simple and brainless. When a green arrow appears, you can take action.
The underlying of this indicator is TD, TD9, and TD13.
// Code example
// @version=2
// Calculate the value of TD
[td]=td(close)
buy = td == -9 || td == -13
// TD9 on the decline
enterLong(buy, price='market', amount=1)
alertcondition(td == -9, title='TD9 oversold', direction="buy")
alertcondition(td == -13, title='TD13 oversold', direction="buy")
// Draw on the chart
//plotText(td == -9, title="TD9 oversold", text='Buy', color='green', refSeries=low, placement='bottom')
//plotText(td == -13, title="TD13 oversold", text='Buy', color='green', refSeries=low, placement='bottom')
// Sample code
plotShape(td == -9, title="TD9", shape='arrowUp', color='green', refSeries=low, placement='bottom', fill=true)
plotShape(td == -13, title="TD13", shape='arrowUp', color='green', refSeries=low, placement='bottom', fill=true)
Super simple, let's backtest and see how the returns are.
When you put it into the indicator and backtest it, you can see
Because there is no sell, it will only execute one buy. However, there are multiple alert prompts. Note that this strategy is suitable for bottom-fishing. So, if you want to find bottom-fishing signals in the near future, use it, use it to the extreme, set up alerts, and bounce out of bed immediately in the middle of the night, without missing any money-making opportunities, and reach the peak of coin life.
How to add the indicator to the chart?
Here, just display it on the main chart
II. Example of Community Indicator Strategy
This time, the researcher took everyone to look at all the indicator strategies shared on AICoin.
Let's click here together and see how many good things are in this indicator community.
It's simply an ocean of investment indicators.
With so many options, how should everyone choose?
Here, the researcher suggests that you can start with Featured and Supports Backtesting.
For these two modules, the featured ones have been analyzed by the researcher and are indeed valuable for a certain period of market conditions. For the ones that support backtesting, everyone can follow the backtest once, look at the data, and take action with a clear understanding.
Let's take a look at this pinned one that supports backtesting, and the test results show a decent win rate.
Let's look for other people's writings and backtest to see the results:
Alternative Strategy 1
First impression, continuous increase in returns, and multiple signals.
Let's backtest this master's indicator together.
The backtest results are very positive, no wonder so many people subscribe.
We put it on the candlestick chart, and the signals are also good.
Alternative Strategy 2
First impression, very good.
Let's backtest this good strategy together.
However, there is a drawback. In the previous market conditions, there may be some drawdowns.
Let's see it on the candlestick chart, the signals are great, capturing both trends and oscillations.
Both Alternative Strategy 1 and Alternative Strategy 2 are very good, and they are the results contributed by many indicator masters on AICoin.
III. USDT Issuance and Destruction Strategy
This strategy is more macroscopic, suitable for trends, utilizing the issuance and destruction of USDT, and combining on-chain analysis signals.
Let's backtest and take a look:
First impression, both returns and win rate are good.
The backtest results are also acceptable.
In summary, in this live broadcast, AICoin researchers led everyone to explore 4 sets of strategies: 2 sets were publicly released by the research institute, and 2 sets were publicly released by AICoin users.
They are:
TD bottom-fishing [Research Institute]
Caiyuan639's MACD indicator
Super Little Rabbit's Dust indicator
USDT issuance and destruction [Research Institute]
The above is all the content of this live broadcast. Building and improving a personal trading system is a key factor in successful investment. We hope that every AICoin user can find suitable indicator strategies for continuous financial resources!
Recommended Reading
For more live broadcast content, please follow the AICoin "News/Information - Live Review" section, and feel free to download AICoin PC-end platform.
免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。