Location:
Search - fastma
Search list
Description: NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
Platform: |
Size: 3072 |
Author: sunshine |
Hits:
Description: EA描述
这个EA使用神经网络技术,虽然只包含一个感知器,却有良好的结果。此感知器能接收MACD指标的数据。
货币对:欧元/美元
时间段:1分钟
EA逻辑
EA根据开仓价格来操作。根据真实交易来得到最佳结果。测试的详细结果见下图:
EA模拟了一个神经网络来发出买入/卖出信号。您可以通过设定加权参数来优化机器人。这个建议也检测自由保证金来监控交易操作。
输入选项
x1 … x4 —感知器加权(优化时选择)
FastMA —针对 MACD 的快速移动平均线时间间隔
SlowMA –针对 MACD 的慢速移动平均线时间间隔
Step –选择 MACD 数据时已选择历史点的步骤。例如感知器接收了最后一个图表块,然后是最后一分钟步骤,等等。
StopLoss — 止损点数
Volume —开仓数量
"交流qq405011352-微信13871105700"
修改版:除了MACD外,另加了6个指标,可以自由选择开单指标
extern bool MACD = false;
extern bool AC = true;
extern bool CCI = false;
extern bool MA = false;
extern bool Stochastic = false;
extern bool RSI = false;
extern bool ZIGZAG = false;(EA description
The EA uses neural network technology, and although it contains only one perceptron, it has good results. This sensor can receive data from the MACD index.
Currency pair: EUR / USD
Time period: 1 minutes
"AC qq405011352-, WeChat 13871105700.""
Modified version: in addition to MACD, plus 6 indicators, can choose the billing index
Extern, bool, MACD = false;
Extern, bool, AC = true;
Extern, bool, CCI = false;
Extern, bool, MA = false;
Extern, bool, Stochastic = false;
Extern, bool, RSI = false;
Extern, bool, ZIGZAG = false;)
Platform: |
Size: 34816 |
Author: yyao999
|
Hits: