永不止步 发表于 2026-7-6 16:38:22

跟单EA是否能增加跟踪平仓开关

<div class="ce-block ce-block--focused" data-id="Q_qS6jUl5L" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">唐老师好,跟单EA可以增加跟踪平仓开关吗?这样在反向跟单时可以不跟主帐号平仓,用自己的方式来平仓.</div>
        </div>
</div><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>

webbugs 发表于 2026-7-7 08:05:11

V3.0以上应该是增加了不跟止盈止损功能

永不止步 发表于 2026-7-7 08:55:27

webbugs 发表于 2026-7-7 08:05
V3.0以上应该是增加了不跟止盈止损功能

谢谢,我下载试试

永不止步 发表于 2026-7-7 09:51:06

不行,关了还是一样会跟单平仓

唐老师 发表于 2026-7-8 07:31:40

https://www.eabang.com/bbs/thread-8418-1-1.html
增加了跟平仓功能。
页: [1]
查看完整版本: 跟单EA是否能增加跟踪平仓开关