天泓评测

天泓评测
投资也是一种修行~

EA

Experts Adviser的简称,用于自动化交易

EA

RENKO SCALPER PRO V3.6

阅读(3556)评论(2)

状态未知,未测试 https://renkoscalper.com/ renko original chart indicator.ex4 RENKO SCALPER PRO V3.6.ex4

EA

FAST SCALPER PRO V4

阅读(4187)评论(0)

状态未知,未测试 https://renkoscalper.com/ FAST SCALPER PRO V4.ex4 renko original chart indicator.ex4

EA

步步为赢EA

阅读(2296)评论(0)

#property strict #include <WinUser32.mqh> string 订单备注 = "步步为赢EA正式版"; string gs_bbb_84 = "http://www.15ea.com"; string gs_ccc_92 = "步步为赢EA正式版"; int gi_100 = 2; extern ...

EA

精灵EA

阅读(2225)评论(0)

这个ea不是套利精灵EA,看起来是个很老的ea,但拥有诸多特色,很多功能块都可以用在现在,值得参考。 模块化编程,条理非常清晰 魔术号码随机生成,缺点是可能与别的ea发生冲突,为了获取魔术号码,还要保存到文本文件,然后读取 读取新闻 精...

EA

PipesGain

阅读(2217)评论(0)

  EA名称:PipesGain  曾用名或改编名: 版本号: 【官方网址】【信号】 EA状态:[源码mq4]  [反编译mq4]  [无限制ex4]  [有限制ex4] EA类型: 适用货币对:EURUSD/GBPUSD/EURC...

EA

TRUE_SCALPER

阅读(1900)评论(2)

// This is the one used successfully by Jean-Fran鏾is // // Designed for M5 but I attached it to M15 and it worked fine. // long if EMA3>EMA7:::EMA3<EMA7<0 // Code Ad...

EA

2MA_RSI

阅读(1746)评论(0)

#include <OnTesterFunctions.mqh> #include <Martingail.mqh> //--- input parameters input double DML=1000; input int Ud=1; input int Stop=500; input int...

EA

macd_adx

阅读(1900)评论(0)

extern int DMILevels=25; extern int ADXLevel=15; extern double lots=0.1; extern int StopLoss=60 ; extern int Slippage=4; //I'm not sure where the b...

EA

读取历史文件

阅读(1936)评论(0)

疑似作假用的 extern int Pips = 10; extern double Lots = 0.1; int 历史文件; bool 读取成功 = TRUE; bool gi_96 = FALSE ; int gi_100 = 999999; int gi_104 = 0; int gi_108; int gi_112 = ...

EA

鳄鱼线

阅读(1581)评论(0)

extern double Lots = 1; extern double Stoploss =100; extern double Takeprofit =10; extern int Slippage = 30; extern int MagicNum=8888; static int RecordTime; static bool don...