ECN && STP && Scalping && Hedging - Broker Review - Oct 2009 24 replies
need better XAUUSD broker for intraday scalper 5 replies
5-min PASS (Price Action Scalper System) SIGNAL 11 replies
Gem of an EA needs a slight change 61 replies
A Gem from Merlin 21 replies
=== SET file for GBPUSD - I will keep this one. JUST FOR SINGLE REASON: Sniper Entry/ Exit And this is Default settings for v15_dodf_Pro ===
=== Quick update v16dodf_Pro is out. For all paid user check inbox for the latest version ===
Disliked=== To every entry alert we have Exit alart. Having dodf_v13 with EA version NLA. Every Entry/ Exit EA have control over it. If you have VPS you have single Task per weak. <Your task Every Week After Market Ope> - You do this once Per day, it will take you only 5Minutes - The SET and FORGET for entire week. THE BLUE PRINT 1. Select Pair: Recommended not more than 10 - How to get quality pair with good momentom/ volatitity - [Answer] Simple download and start using "###CMSMIndV22.02" - [ Where to Get this file] "###CMSMIndV22.02" - [Answer] open...Ignored
== [Resource URL] https://www.forexfactory.com/thread/635569-ccfp-weekly-signals-set-and-forget-basket-trading ==
=== 24Hr TEST FOR FULL VERSION v16dodf WHAT YOU WILL GET: 1. v16dodf_Pro - Indicator 2. EA for Alerts based on v16dodf_Pro Note: - FF privated message is limited, i can not reply your requast. Contact me direct via: @MwlRCT - (Telegram) ===
Valid BUY arrow + BullLevel → immediate OP_BUY market order (within 1-second OnTimer cycle)
// ═══════════════════════════════════════════════════════════════════ extern string ___SignalSettings___ = "======= INDICATOR SIGNAL ======="; extern ENUM_TIMEFRAMES RAY_Timeframe1 = PERIOD_M1; extern int BuyEntryBuffer = 0; extern int SellEntryBuffer = 1; extern int ExitBuyBuffer = 2; extern int ExitSellBuffer = 3; extern int SignalShift = 1; // ═══════════════════════════════════════════════════════════════════ // LEVEL BUFFERS (Persistent State) // ═══════════════════════════════════════════════════════════════════ extern string ___LevelBuffers___ = "======= LEVEL BUFFERS (Persistent State) ======="; extern int BullLevelBuffer = 5; extern int BearLevelBuffer = 6; extern int ExitBullLevelBuffer = 7; extern int ExitBearLevelBuffer = 8; // ═══════════════════════════════════════════════════════════════════
QuoteDislikedVisually you see the Price Level AS IF IT "repaint," but the data stored at the anchor bar index never changes. Ask yourself: did the arrow — the actual entry alert — ever repaint? It never does.