1赞

3评论

0收藏

求指导一下报警滞后一根线

avatar GGGcsjdj | 532 人阅读 | 3 人评论 | 2024-04-22

10金币

      Alma12[i]   = iAlma(iMA(NULL,适应周期,1,0,MODE_SMA,AlmaPrice,i),AlmaPeriod+22,AlmaSigma,AlmaSample,rates_total,i);
      Almada12[i] = Almadb12[i] = EMPTY_VALUE;
      slope12[i]  = (i<rates_total-1) ? (Alma12[i]>Alma12[i+1]) ? 1 : (Alma12[i]<Alma12[i+1]) ? -1 : slope12[i+1] : 0;
      if (slope12[i]==-1) PlotPoint(i,rates_total,Almada12,Almadb12,Alma12);
if (alertsOn)
   {
      int whichBar = 1; if (alertsOnCurrent) whichBar = 0;
      if (slope12[whichBar] != slope12[whichBar+1])
      {
         if (slope12[whichBar] == 1) doAlert(" 涨");
         if (slope12[whichBar] ==-1) doAlert("跌");      

360截图-28027904.jpg

最佳答案

查看完整内容

指标设置中,alertsOnCurrent 设置为0 的时候就当前K线位置报警,如果设置为1,则收线后,报警位置在上一根k线.
""
还没有人打赏,支持一下

评论|共 3 个

m1800

发表于 2024-4-22 17:12:07 | 显示全部楼层

本帖最后由 m1800 于 2024-4-22 21:29 编辑

指标设置中,alertsOnCurrent   设置为0 的时候就当前K线位置报警,如果设置为1,则收线后,报警位置在上一根k线.

GGGcsjdj

发表于 2024-4-22 21:32:14 | 显示全部楼层

谢谢您,我是想要在往后一根,这个太灵敏,要信号确认

GGGcsjdj

发表于 2024-4-22 22:02:04 | 显示全部楼层

m1800 发表于 2024-4-22 17:12
指标设置中,alertsOnCurrent   设置为0 的时候就当前K线位置报警,如果设置为1,则收线后,报警位置在上一根k ...


谢谢您,我是想要在往后一根,这个太灵敏,要信号确认

您需要登录后才可以回帖 登录 | 注册 微信登录

EA之家评论守则