Xau Cash Builder
2026-01-26 02:59:23 +00:00更新
098745/Goodfix
2026-01-26 02:24:10 +00:00更新
First trading robot
2026-01-26 02:01:59 +00:00更新
2026-01-26 02:01:13 +00:00更新
SimpleCandles
2026-01-26 00:32:31 +00:00更新
My first EA with RSI + Stoch + MA
2026-01-26 00:31:28 +00:00更新
2026-01-26 00:22:30 +00:00更新
Clear Wing
2026-01-26 00:16:05 +00:00更新
The Strategy
2026-01-26 00:14:44 +00:00更新
ROOT
2026-01-26 00:12:48 +00:00更新
robo-insideOutBarFibo
2026-01-26 00:11:04 +00:00更新
forked from achsony
2026-01-26 00:07:43 +00:00更新
fork from gsus.fx
2026-01-26 00:05:19 +00:00更新
2026-01-25 18:01:37 +00:00更新
conjunto de libs criadas especificamente para o WINFUT mercado de indice futuros Bovespa BMF
2026-01-25 10:41:03 +00:00更新
2026-01-25 08:15:42 +00:00更新
//+------------------------------------------------------------------+ //| Trend + Pullback EA (Educational Version) | //| Uses Engulfing confirmations and H4 structure logic. | //| Author: ChatGPT | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property version "1.00" #property strict //--- Inputs input double Lots = 0.1; input double RiskReward = 2.0; // 1:2 ratio input int StopBufferPips = 5; // Small buffer around swing input int MagicNumber = 67890; input string TrendTimeframe = "H4"; input int TrendMAPeriod = 200; //--- Global handles int handleMA;
2026-01-23 12:29:36 +00:00更新
//+------------------------------------------------------------------+ //| Trend + Pullback EA (Educational Version) | //| Uses Engulfing confirmations and H4 structure logic. | //| Author: ChatGPT | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property version "1.00" #property strict //--- Inputs input double Lots = 0.1; input double RiskReward = 2.0; // 1:2 ratio input int StopBufferPips = 5; // Small buffer around swing input int MagicNumber = 67890; input string TrendTimeframe = "H4"; input int TrendMAPeriod = 200; //--- Global handles int handleMA;
2026-01-23 12:29:25 +00:00更新
//+------------------------------------------------------------------+ //| Trend + Pullback EA (Educational Version) | //| Uses Engulfing confirmations and H4 structure logic. | //| Author: ChatGPT | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property version "1.00" #property strict //--- Inputs input double Lots = 0.1; input double RiskReward = 2.0; // 1:2 ratio input int StopBufferPips = 5; // Small buffer around swing input int MagicNumber = 67890; input string TrendTimeframe = "H4"; input int TrendMAPeriod = 200; //--- Global handles int handleMA;
2026-01-23 12:29:14 +00:00更新
2026-01-22 16:23:24 +00:00更新