Xau Cash Builder
Updated 2026-01-26 02:59:23 +00:00
098745/Goodfix
Updated 2026-01-26 02:24:10 +00:00
First trading robot
Updated 2026-01-26 02:01:59 +00:00
Updated 2026-01-26 02:01:13 +00:00
SimpleCandles
Updated 2026-01-26 00:32:31 +00:00
My first EA with RSI + Stoch + MA
Updated 2026-01-26 00:31:28 +00:00
Updated 2026-01-26 00:22:30 +00:00
Clear Wing
Updated 2026-01-26 00:16:05 +00:00
The Strategy
Updated 2026-01-26 00:14:44 +00:00
ROOT
Updated 2026-01-26 00:12:48 +00:00
robo-insideOutBarFibo
Updated 2026-01-26 00:11:04 +00:00
forked from achsony
Updated 2026-01-26 00:07:43 +00:00
fork from gsus.fx
Updated 2026-01-26 00:05:19 +00:00
Updated 2026-01-25 21:06:46 +00:00
Updated 2026-01-25 18:01:37 +00:00
conjunto de libs criadas especificamente para o WINFUT mercado de indice futuros Bovespa BMF
Updated 2026-01-25 10:41:03 +00:00
Updated 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;
Updated 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;
Updated 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;
Updated 2026-01-23 12:29:14 +00:00