All Projects → Yumerain → EA-MQL4

Yumerain / EA-MQL4

Licence: other
MQL4编程实现外汇自动化交易

Programming Languages

MQL4
33 projects
Smarty
1635 projects

Projects that are alternatives of or similar to EA-MQL4

Median-and-Turbo-Renko-indicator-bundle
MQL5 header file for 'Median and Turbo renko indicator bundle' available for MT5 via MQL5 Market. The file lets you easily create a Renko EA in MT5 using the Median Renko indicator.
Stars: ✭ 68 (-1.45%)
Mutual labels:  forex, ea, mql
mt4-mql
MetaTrader MQL4 framework
Stars: ✭ 205 (+197.1%)
Mutual labels:  forex, mql
EA31337-classes
📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
Stars: ✭ 103 (+49.28%)
Mutual labels:  forex, mql
mt4-expander
DLL extension for the MetaTrader MQL4 framework
Stars: ✭ 25 (-63.77%)
Mutual labels:  forex, mql
alphavantage-java
Fluent Java wrapper for Alpha Vantage API
Stars: ✭ 47 (-31.88%)
Mutual labels:  forex
xapi-node
xStation5 Trading API for NodeJS/JS
Stars: ✭ 36 (-47.83%)
Mutual labels:  forex
forex-web-app
💱 foreign currency exchange app built with react hooks
Stars: ✭ 17 (-75.36%)
Mutual labels:  forex
EA-Tester
🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
Stars: ✭ 77 (+11.59%)
Mutual labels:  forex
live-rates.com
Forex Real-time Streaming, Web-service & Rest API
Stars: ✭ 30 (-56.52%)
Mutual labels:  forex
saxo openapi
The saxo_openapi package provides easy access to SAXO Bank OpenAPI (https://www.developer.saxo/openapi/learn). Checkout the Jupyter notebooks covering most aspects of the API.
Stars: ✭ 50 (-27.54%)
Mutual labels:  forex
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (-7.25%)
Mutual labels:  forex
javascript-forex-quotes
JavaScript Library for fetching realtime forex quotes.
Stars: ✭ 38 (-44.93%)
Mutual labels:  forex
nordnet
Uonfficial wrapper for financial data api from the Scandinavian broker Nordnet
Stars: ✭ 13 (-81.16%)
Mutual labels:  forex
binary.com-bot
Scripts for using on Binary.com Bots.
Stars: ✭ 60 (-13.04%)
Mutual labels:  forex
python-forex-quotes
Library to fetch and parse realtime Forex quotes and convert currencies
Stars: ✭ 25 (-63.77%)
Mutual labels:  forex
ig-markets
IG Markets API wrapper for Node.js
Stars: ✭ 23 (-66.67%)
Mutual labels:  forex
XboxDownload
Xbox下载助手,支持Xbox、微软商店、PS、NS、EA Desktop & Origin、战网国际服、Epic下载加速,修复Steam商店社区访问。
Stars: ✭ 936 (+1256.52%)
Mutual labels:  ea
mt4-websockets
Turns Metatrader4 into web socket client
Stars: ✭ 20 (-71.01%)
Mutual labels:  mql
1broker-client
Complete node.js client for 1Broker API, open sourced by @telebroker_bot for Telegram!
Stars: ✭ 19 (-72.46%)
Mutual labels:  forex
TradingTool-Wiki
Wiki for all TradingToolCrypto Products. MetaTrader 5 trading tools: Indicators, robots, risk management, signals, custom coding, CrptoBridgePro , and more
Stars: ✭ 26 (-62.32%)
Mutual labels:  mql

EA-MQL4

基于MQL4平台使用MQL4语言实现

  • Experts内为可以执行自动交易的EA
  • Indicators内为指标
  • Scripts内为一些便捷操作脚本,拖动到图表上就会立即执行

功能说明

Experts自动交易

AutoCloseEA.mq4是一个自动平仓EA,设定盈利金额启动后会一直执行检测,达到的话自定平掉所有仓单,无论是手动下的单还是自动下的单
OKMA.mq4是一个基于均线交叉的自动交易EA
TrendMacd.mq4一个基于MACD指标金叉死叉的趋势型EA
GoodMA.mq4现阶段历史回测多品种最好的一个,以60MA作为支撑压力,突破后回踩入场
Pinball.mq4 布林走平时,震荡行情超卖做多超买做空
BetaMT.mq4 马丁格尔策略,爆仓是它最终的命运,不要被它美丽的资金曲线迷惑

Indicators指标或基于ea的指标

EasyTrend.mq4一个傻瓜式的趋势指示器,不要做禁止方向的单子,提高胜率
XBands.mq4一个把中线调粗了点的布林,便于和其他加粗均线组成系统,而不用重复一条20均线
Trend-V20.mq4一个指标解读
Trend-V30.mq4 一个更加详细的趋势解读
Fishe.mq4 迄今为止最亮的自定义指标,具体效果参考图表GBPAUD,4H的MACD用于指示方向,小周期的自定义均线组成交叉点构成信号,同时提示最大仓位防止重仓

Scripts脚本

CloseAll.mq4一键关闭所有订单,手动进行马丁式交易时快速平掉所有仓位

简单清晰的图表

KISS.mq4 指标指示器,简易的解读,大小周期结合,蜡烛剩余时间,枢轴支阻线。
思路:大周期使用macd相对灵活不易错失机会,小周期使用均线组相对稳定过滤杂波,数轴线只保留了轴心和S1及R1保持简单作为参考。
注:折线图为系统自带指标ZigZag,去掉了之前不成熟的操作建议,留下思考空间,后续想法改进
目前相对满意的一个图表,配合图标模板KISS.tpl。
伦敦金XAUUSD 迄今为止最亮的自定义指标
英镑兑澳元
马丁EA资金曲线 不要迷信马丁,基础手数0.03,初始资金1000,2020.4.1至2020.9.2才没爆仓

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].