Advanced EMA Strategy Automated Trading: The Secret Weapon for Doubling Your Wealth

CN
AICoin
Follow
11 months ago
On the evening of November 7th, AICoin researcher conducted a live graphic and text sharing of the "AICoin PC End-Group Chat-Live" on the "EMA Trend Trading Advanced Tactics". Here is a summary of the live content.

I. EMA Trend Trading Method

Strategy: EMA Crosses 0 Axis Method

Parameters: EMA12, 26

Period: 30 minutes

1. Let's take EMA as an example. EMA12, 26 is essentially the DIF line crossing above and below the 0 axis

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 1

2. Specific Operation Method:

DIF line crosses above zero axis (equivalent to EMA 12 golden cross EMA 26), go long (buy);

DIF line crosses below zero axis (equivalent to EMA 12 death cross EMA 26), go short (sell);

Example: 30-minute ETH signal indicator EMA(12,26) 30min golden cross death cross signal.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 2

II. Based on EMA(12,26) 30min Golden Cross Death Cross and Authorized Automated Order Trading

1. First, confirm the latest PC version 2.8.2

Click here to check for updates in the lower left corner of the image. It should be version 2.8.2 to support automated trading.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 3

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 4

2. Next, authorize on AICoin to enjoy automated trading

(1) Select as shown: More-Authorize.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 5

(2) Find the platform to authorize

OKX is used as an example, OKX's latest version supports rapid authorization.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 6

 

Simply open to link the account

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 7

Next, log in to the account and quickly authorize the API.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 8

Authorization completed quickly

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 9

For those with an OKX account, we can quickly authorize; for those without, you can also follow the tutorial inside for authorization.

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 10

3. Use Custom Indicators—Custom EMA and Alerts

(1) Click to use custom indicators as shown

Advanced EMA Strategy Automated Trading: Secret Weapon for Doubling Wealth_aicoin_Figure 11

The EMA golden cross and death cross signals shown in the above figure are exclusive to signal warning members. Signal warning supports signal display, real-time warnings, and can automate live trading. To experience, open the link: https://aicoin.app/vip/signal (2) After successful authorization, open the platform's ETH trading pair on OKX. If authorized on another platform, select the corresponding platform's ETH trading pair. (3) Select the EMA template as shown. (4) Click "Use Now," and ensure that the PC software is running. (5) Change 5 and 10 to 12 and 26. (6) After making the changes, the effect is as shown. (7) Click to display on the candlestick chart to view the signal. 4. Combine custom indicators (custom EMA and alerts) for automated trading. (1) First, open the function library and find the trading function. (2) Click on the trading function to understand the description of the related functions. (3) There are four modes for the trading function. (4) Add the trading code as shown. (5) Click "Run Live" to start automated trading. (6) For example, set the effect chart as shown. After setting the parameters, automated trading will execute the previously set signal. (7) Copy the spot trading code below for direct use, an important method not to miss out on market trends. // This indicator is created by AICOIN Research Institute. For any usage issues, you can join the indicator community for consultation. // @version=2 // Define parameters short = 12 long = 26 // Calculate EMA, equivalent to ema12 = ema(close, short) ```html

ema26 = ema(close, long)

// 计算预警条件的值

golden_cross = crossup(ema12, ema26)

dead_cross = crossdown(ema12, ema26)

// 创建对应的预警条件,以便在添加预警的窗口中使用

alertcondition(golden_cross, title="EMA12金叉EMA26", direction="buy")

alertcondition(dead_cross, title="EMA12死叉EMA26", direction="sell")

// 绘制到图表

plot(ema12, title="EMA12")

plot(ema26, title="EMA26")

plotText(golden_cross, title="金叉", text='金叉', color='green', refSeries=ema12, placement='bottom')

plotText(dead_cross, title="死叉", text='死叉', color='red', refSeries=ema12, placement='top')

// 交易:模式为 “开多 - 平多” 模式

enterLong(golden_cross, price="market", amount=1)

exitLong(dead_cross, price="market", amount=1)

 

三、可以加入这个指标爱好者社群

可以在里面的模版的基础上,加上一些自己的习惯,完美自动化,解放双手。

​​​​​​

高级 EMA 策略自动化交易:财富倍增的秘密武器_aicoin_图25

加入社群后,助手为大家解答,群里也有很多交易的朋友,大家互相学习。

高级 EMA 策略自动化交易:财富倍增的秘密武器_aicoin_图26

 

推荐阅读

1、《一目均衡交易法:高级策略与实战应用》

2、《SAR 捉住趋势行情,3个信号帮你把握反转点》

3、《一招教您识别高质量土狗币》

 

更多直播干货,请关注AICoin“新闻/资讯-直播回顾”栏目,欢迎下载AICoin PC端

```

免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。

Share To
APP

X

Telegram

Facebook

Reddit

CopyLink