天泓评测

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

EA

PipesGain

阅读(2215)评论(0)

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

EA

TRUE_SCALPER

阅读(1899)评论(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

阅读(1740)评论(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

阅读(1894)评论(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

读取历史文件

阅读(1931)评论(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

鳄鱼线

阅读(1579)评论(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...

指标

SweetSpots重新画网格

阅读(1890)评论(0)

ctrl+G关闭原有网格,画新的固定间距网线 extern int NumLinesAboveBelow= 100; extern int SweetSpotMainLevels= 100; extern color LineColorMain= Blue; extern int LineStyleMain= STYLE_SOLID; e...

EA

Pregasus

阅读(1679)评论(0)

不同类型均线之间产生偏差,考虑入场 extern double StopLoss = 20; extern double TakeProfit = 50; extern double TrailingStop = 15; extern double Lots = 0.1; extern double SMA = 55; extern d...

函数

metastock_to_csv

阅读(1652)评论(0)

/* This script transform metastock .txt file to metatrader .csv file metastock : <TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW&...

EA

4Stochs EA

阅读(1889)评论(0)

extern int Magic = 775769; extern double LotSize = 0.01; extern int TP = 10; extern int SL = 10; extern string LongComment = "4Stochs ...