网友们很难受吗? - 页 2

 
trader781:

这意味着我们设定第二个驼峰,并通过预先确定的手数(自动或常规)买入或卖出来进入。

例如,第二个驼峰点低于中线+低于设定线,它完全满足进入的条件,我想提出一个红色的巨人,我通过卖出进入(关于这样做的可能性)。

例如,对于一组给定的mcd,我将其设置为0.1。

让我们不要这样做,好吗?

这个人已经表现出要做一个织网机的愿望,让他做一个质量好的机器人,为不同的乐器提供定制选项。

又是这句话。你怎么能如此难以理解地描述它呢?
 
Vladimir Karputov:

这么多的指标

int    handle_iADX;                          // variable for storing the handle of the iADX indicator
int    handle_iCCI;                          // variable for storing the handle of the iCCI indicator
int    handle_iFractals;                     // variable for storing the handle of the iFractals indicator
int    handle_iMA;                           // variable for storing the handle of the iMA indicator
int    handle_iMACD;                         // variable for storing the handle of the iMACD indicator
int    handle_iStochastic;                   // variable for storing the handle of the iStochastic indicator
int    handle_iSAR;                          // variable for storing the handle of the iSAR indicator
int    handle_iMomentum;                     // variable for storing the handle of the iMomentum indicator
int    handle_iWPR;                          // variable for storing the handle of the iWPR indicator
int    handle_iAC;                           // variable for storing the handle of the iAC indicator
int    handle_iBullsPower;                   // variable for storing the handle of the iBullsPower indicator
int    handle_iBearsPower;                   // variable for storing the handle of the iBearsPower indicator
int    handle_iATR;                          // variable for storing the handle of the iATR indicator
int    handle_iBands;                        // variable for storing the handle of the iBands indicator
int    handle_iAlligator;                    // variable for storing the handle of the iAlligator indicator
int    handle_iDeMarker;                     // variable for storing the handle of the iDeMarker indicator
int    handle_iRSI;                          // variable for storing the handle of the iRSI indicator
int    handle_iChaikin;                      // variable for storing the handle of the iChaikin indicator  
int    handle_iEnvelopes;                    // variable for storing the handle of the iEnvelopes indicator
int    handle_iOsMA;                         // variable for storing the handle of the iOsMA indicator

足够吗?:)

这就够了,如果有必要,我自己会做。你能做到吗?

提前感谢。

没有图书馆我可以做吗?

 
Vladimir Karputov:
又有话说了。你怎么能如此难以理解地描述它呢?
好了,逐一说明,到底是什么不清楚?
 
trader781:
好了,逐一说明,到底是什么不清楚?
我读过了,几乎50%的信息我都不明白。一份称职的职权范围是客户成功的关键,你曾是一名文案工作者,你应该能够胜任地表达你的想法。
 
Evgeny Belyaev:

***

没有图书馆也能做到吗?

不,你甚至不需要问。
 
Evgeny Belyaev:
我读了这本书,几乎有50%的信息我都不明白。你应该能够胜任地表达你的想法,因为你曾经担任过文案工作。

一个文案的职责范围通常包括3-5个条件

有时更多,但这很罕见。它不应与编程相混淆。

 
Evgeny Belyaev:
就这样吧!格斗场很容易,不是吗!?
可能,如果你让所有的指标都吻合,信号就会很罕见。最好是在外部变量中设置方向重合的指标的百分比,以生成信号。例如,在优化过程中可以选择80%或90%。
 
khorosh:
可能如果你让所有的指标都匹配,信号就会很罕见。最好是在外部变量中设置方向一致的指标数量的百分比。例如,在优化过程中可以选择80%或90%。
这也是可能的。
 
khorosh:
可能,如果你让所有的指标都匹配,信号就会很稀少。最好是在外部变量中设置方向一致的指标数量的百分比。例如,在优化过程中可以选择80%或90%。
你可以根据你的算法选择与其他指标相吻合的百分比,就像叶夫根尼-别利亚耶夫 的情况。
你可以这样做。
而你应该马上从名单中消除分形。
 
Vladimir Karputov:
不,你甚至不需要问。
我忘了在职权范围中写上关于指标设置 的内容,你不需要把它们放在输入参数中,那样就不符合人道了。一切都是默认的,或者你可以按照自己的方式来做。