I want a strategy based on a grid system which will be calculated in multiples of 5 from a preset price manually entered in inputs
it will work off live price
it will enter based in price crossing a grid level
it will define trend by using moving averages on up to 2 different timeframes types of moving averages (to be selected in inputs )volume weighted, simple, exponential. These moving averages would also have a shift +/-input
it will not open multiple positions at the same price level (before opening trade check have we a current trade opened at this Price level) have we an open trade in the same direction which is currently at a loss If yes then don’t open the trade
it will have a limit on how many trades per pair
it will close all trades at a preset time on a Friday evening.
It will close all trades if live profits reach a preset manually entered value
it will close any trades that are open longer than x hours if they are in profit but haven’t reached their take profit
it will have the option to calculate trade size either by preset fixed amount or by % risk per trade (if stoploss isn't hit it will cost X% of account value based on closed trades )
it will recognise a manually drawn line in the charts example top and bottom of a trading channel or support / resistance of a range bound trading instrument and not take trades who's take profit would be beyond the line. It will also not place trade outside this range and will close all trades in the opposite direction.
if more than x trades in a row loose it will pause that pair for y hours
it will not enter a trade if atr of x timeframe is below a preset value in pips
it will not enter a trade if last candle range on x timeframe in pips hi to low is bigger than atr in pips multiplied by y value
It will not enter a trade if spread is above a preset value
類似した注文
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the