Tâche terminée
Temps d'exécution 22 heures
Commentaires de l'employé
I am new to terms so please bear with me, I am not sure if this should be a robot or advice so will be happy for your expert opinions.
The reason I want to automate this part of my strategy is to be able to identify more trade opportunities at one time and to not have to sit and wait for the setup. The execution of the order will remain manual however spotting the setup of the trigger is what should be automated.
-----------------
I am currently using 3 indicators which are MFI, RSI and MACD.
Buy trigger
Notifications should be received when:
1. when the MFI and RSI are bellow 30% and the MACD indicates over sold.
2. when the MFI and RSI are bellow 20% and the MACD indicates over sold.
*all 3 indicators must meet the bellow 30%/20% requirement at the same time.
Sell trigger
Notifications should be received when:
1. when the MFI and RSI are above 70% and the MACD indicates over bought.
2. when the MFI and RSI are above 80% and the MACD indicates over bought.
*all 3 indicators must meet the above 70%/80% requirement at the same time.
*Example attached
----------------
*If there is a better indicator for assesing over sold/bought then I am happy to consider other options.
*I am wanting to be able to run this on all forex and stocks and be notified any time the indicators match the above, is this possible without needing to have each pair/stock open at the same time?
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