Need a simple EA that will place limit orders at intervals when previous order is filled. For index futures symbols; EP, ENQ, YM, RTY, also Crude Light and Gold futures. Netting account.
INPUTS:
Lot size (whole integer)
Next buy/sell Interval spacing (Points (for example 1.75 Points, not pips)
Max Lots open
Total Position Stoploss in USD
Total Position Take Profit in USD
Daily Drawdown Max in USD
Daily Profit Max in USD
Daily Start/Stop Trading times - able to start at 18:00 and stop 16:30 following day
Operation:
If position is zero, buy market order.
If position is 1x lot long, sell limit 2x lot at interval above position, and buy limit 1x at interval below position. If price continues to drop, continue at interval, 1x lot buy limit below and 1x lot sell limit above from last filled order
If position is 1x lot short, buy limit 2x lot at interval below position, and sell limit 1x at interval above position. If price continues to rise, continue at interval 1x lot buy limit below and 1x lot sell limit above from last filled order
Money Management
Total Position Stoploss in USD - can disable
Total Position Take Profit in USD - can disable
Daily Drawdown Max in USD - Flatten until restarted or next trading time start - can disable
Daily Profit Max in USD- Flatten - Flatten until restarted or next trading time start -can disable
Demo and backtestable
Need source code
That is all
Commandes similaires
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Good morning, I have a Gap Fill strategy and a 10 min opening range break strategy that trade on RTH ES Futures data I have been working on that seem to have some bugs while live trading. They have both been coded by ChatGPT so I would like someone that know how to properly code a strategy to go over each to proof and debug them. Would you be able to do this and could you possibly add some context or features that