Using Stochastic (75,1,1) there will be a close of a position and open a new position every time a level in the indicator is touched and reversed or crossed then reversed after printed.
Reversal levels will be 5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95 within the stochastic indicator.
Example: Cross then Reversal
Stochastic going upwards would be in a buy position passing levels 25,30,35,40,45,50,55,60,65,70
-75 not being crossed but levels comes back down passing the 70 position.
-Buy positing would automatically close out and sell position is executed.
Example: Touch then Reversal
Stochastic going upwards would be in a buy position passing levels 25,30,35,40,45,50,55,60,65,70
-75 level touched and reverses
-Buy positing would automatically close out and sell position is executed.
Every time a level is crossed in the same direction another position will open.
Example- If Stochastic reverses at level 15 going upwards passing 20, 25,30, 35 there would then be a position opened for each of those levels equaling 5 buy positions.
Once stochastic reverses in opposite directions for example passes 35 and crosses back under 35, All buy positions would then be closed out and would then execute a
sell position which would then continue on with multiple sell positions if 5 point levels are crossed.
https://charts.mql5.com/28/780/us30-m1-global-liquidity-ltd.png
Also have a setting to be able to turn off the multiple position openings.
Commandes similaires
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