//+------------------------------------------------------------------+ //| ScalperEA.mq5 | //+------------------------------------------------------------------+ #property copyright "Template" #property version "1.00" #property strict input int FastEMA = 8; input int SlowEMA = 21; input int AtrPeriod = 14; input double StopAtrMult = 1.2; input double TpAtrMult = 1.0; input double
I have an indicator that I would like to create .. Me Nov 13 at 3:42 PM Hello .. I would like a custom indicator for ninja trader 8 .. Here are the details. I want Asian session, London Session, and Ny session to be marked out with different colors. I want the highs and lows of each session to be marked out using the 30 min time frame. I want a feature that marks out fair value gaps. (able to change time frame no
I'm seeking a freelancer to create an architecture blueprint for a trading system, including various technical components and a future expansion roadmap. Scope of work - Produce architecture blueprint with TradingView webhook listener & signal normalization. - Design Portfolio Manager at intermediate level. - Implement Risk Engine plus exposure logic. - Develop Order Management System. - Integrate Public.com API
Hello Great developer I’m looking for ready-made TradingView strategies that are already built and tested. If you have strategies available, please send me the script details or a preview of your previous work so I can review them. What I’m looking for: Pine Script strategies (any version) Backtested or proven performance preferred Any market: Forex, Crypto, Indices, Stocks Any style: scalping, swing
I'm seeking a NinjaTrader indicator and scanner to identify stock patterns for swing trading. I need this tool to help pinpoint swing highs and lows and key levels, covering various timeframes. Scope of work - Develop NinjaTrader indicator for last swing high and low - Implement key level marking for supply and demand zones - Create a market analyser scanner for reversal, structure shifts, and breakout patterns -
I'm seeking a NinjaTrader indicator and scanner to identify stock patterns for swing trading. I need this tool to help pinpoint swing highs and lows and key levels, covering various timeframes. Scope of work - Develop NinjaTrader indicator for last swing high and low - Implement key level marking for supply and demand zones - Create a market analyser scanner for reversal, structure shifts, and breakout patterns -
I need to modify an indicator (MT4) to function correctly on any time frame and run in the Strategy Tester. On A Live chart the Indicator currently has to be refreshed to show the correct current values. This also has to be fixed
Will give full details — I will also send a short video explaining the strategy and photos showing the exact setup. I am looking for an experienced MQL5 developer to build a MetaTrader 5 Expert Advisor based on a volatility-filtered swing trading system. The strategy uses: A 50-period SMA as a trend and mean-reversion filter Strong reversal candle patterns (clear bullish/bearish conviction candles) A built-in ADR
I need a developer to Fix inconsistent % risk per trade (position sizing bug) Optimize two EAs ( EURUSD H4 and XAUUSD M15) Targets: 70% win rate on M15 , 60% on H4 Must keep max daily drawdown ≤ 4% (FTMO style) Each EA must use fixed SL and TP Backtest for minimum 1 year or 100+ trades No overfitting ,stability and account protection are important To apply :Please provide examples of similar optimization work
I need a very simple MT5 indicator that matches the exact style shown in my screenshot (clean chart with simple green/blue FVG boxes). This is Step 1 only of a larger project. Whoever completes Step 1 correctly will continue with me for Step 2, Step 3, and Step 4. STEP 1 Requirements: 1. FVG Detection Use standard Fair Value Gap logic: Bullish FVG: low[current] > high[current + 2] Bearish FVG: high[current] <