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
Updated 2026-01-22 16:23:24 +00:00
Updated 2026-01-22 07:05:51 +00:00
Updated 2026-01-21 21:56:48 +00:00
Updated 2026-01-21 07:47:01 +00:00
Updated 2026-01-21 07:46:45 +00:00
Updated 2026-01-20 20:51:59 +00:00
Updated 2026-01-20 15:50:24 +00:00
Updated 2026-01-20 15:50:09 +00:00
Updated 2026-01-20 15:49:57 +00:00
Updated 2026-01-20 07:09:32 +00:00
Updated 2026-01-19 23:30:31 +00:00
Updated 2026-01-19 23:29:53 +00:00
Updated 2026-01-19 23:29:29 +00:00
Updated 2026-01-19 23:29:03 +00:00