Lavoro terminato

Tempo di esecuzione 18 ore
Feedback del dipendente
Excelente cliente, bem objetivo
Feedback del cliente
Muito atencioso, recomendo!

Specifiche

O nome do indicador é BrkVol e pode ser encontrado no TradingView.

study(title = "Breakout Volume", shorttitle = "BrkVol", format = format.volume)
showMA = input(true, title = "Show Moving Avg")
volmalen = input(20, title = "Avg Length")
volmult = input(2, title = "Avg Multiplier")
volma = sma(volume, volmalen)
volcolor = close > open and volume > volma * volmult ? color.lime : 
   close < open and volume > volma * volmult ? color.red : color.gray
plot(volume, color=volcolor, style=plot.style_columns, title="Volume", transp=65)
plot(showMA ? volma * volmult : na, style=plot.style_area, color=color.blue, title="Volume MA", transp=65)


Con risposta

1
Sviluppatore 1
Valutazioni
(31)
Progetti
53
6%
Arbitraggio
21
0% / 100%
In ritardo
24
45%
Caricato
2
Sviluppatore 2
Valutazioni
(253)
Progetti
408
38%
Arbitraggio
86
43% / 19%
In ritardo
70
17%
In elaborazione
Ordini simili
Olá Já possuo um código de um EA que opera entrando e invertendo o movimento conforme o rompimento do candle. Ou seja quando o preço rompe a maxima/minima anterior, ele entra na direção do movimento. Já tenho esse código, preciso que somente seja otimizado, pois eu mesmo quem fiz. Porém minha solicitação é que ele rode em renko também, pois não consigo fazer ele rodar em renko, somente em candle, preciso que o
Hello. I open this work with the intention of changing the indicator that is present in my EA code. This is an EMA 200 code, called STR-EMA. I will send a FINAL-EMA file for the exchange to take place. Furthermore, I would like a simple modification to FINAL-EMA, which is the possibility of changing the period in X candles (it is currently set to pattern 200) Please note that the functionality of the EA should not be
Preciso criar set para meus Ea , operando Mini Indice e Mini Dolar B3. Objetivo: Busco otimizar e criar conjuntos de parâmetros (sets) para meus Expert Advisors (EAs) que operam no mercado de Mini Índice (WIN) e Mini Dólar (WDO) da Bolsa de Valores B3. O objetivo é maximizar a eficiência e os lucros das operações automatizadas, minimizando riscos e drawdowns. Contexto: Estou utilizando EAs no MetaTrader 5 para
//+------------------------------------------------------------------+ //| SimpleEA.mq5| //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023, MetaQuotes Software Corp." #property link " https://www.mql5.com " #property version "1.00" #property strict input int FastMAPeriod = 12; // Período da média

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD