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