hola[0_1572477450937_Normalized_Volume_Oscillator.mq4](Uploading 100%)
en principio era intentaba hacerlo con el indicador de mt4, pero es ex4, buscando he encontrado el nvo , este indicador, el buffer 4, ya da un valor si supera mas del 100% de la media de las ultimas n velas. esto me valdría.
y he encontrado otro indicador better volumen que ya lleva la media incorporada, por lo que se puede comparar los valores de sus buffers.
https://drive.google.com/open?id=1y2-23eI3yaNXXP_uKIAhtS0iSQuwiRMB-
Gracia por todas las veces que me has ayudado. Gracias
Posts made by cesardefez
-
RE: apply a mean to an indicatorposted in General Discussions
-
RE: apply a mean to an indicatorposted in General Discussions
I am referring to the volume indicator (in mt4 it would be tic per candle) in future would be contracts per candle.
I want to know what is the average of the volume of x candles, to determine if my volume is greater than the average.https://drive.google.com/open?id=1XmavH-UsK6hGBqhnENx6qdJNnc42jp5R
(Nota: hablas español?)
-
my EA, in the tester, does operations where there is no priceposted in General Discussions
Well, do a test on historical data and operations appear where there is no price.
could someone explain to me why it is?
https://drive.google.com/open?id=1AoVSKrb3RavvN3IzFz7iK4f4Wgdu9Mo3 -
apply a mean to an indicatorposted in General Discussions
How could I calculate the average of x candles.
What I want is to apply an average to the volume, to assess when the volume is greater than the average.
it's possible? any ideas? -
RE: lista despegable de gestión monetariaposted in General Discussions
Thanks, my illusion vanishes.
-
lista despegable de gestión monetariaposted in General Discussions
Hi.
I would like to be able to choose the monetary management mode from an external constant, and that this can be done from a drop-down list as in the buy / sell box.
In other words, the money management drop-down list can be placed in the expert's properties to configure it? -
code for box conditionposted in General Discussions
Hola.
tengo un box condición con este codigo.
https://drive.google.com/open?id=14K9mB2aUgtTTy9r109QeEhcMHQfM6zvedonde tic_0, tic_1, gap. son variables, y gap es una constante.
¿en que esta mal escrito este codigo? pues no me funciona. -
RE: indicator moves within limitsposted in General Discussions
I have an indicator that draws me arrows.
I want to know if in the last 5 candles, there is an arrow.
The arrow you draw does not have the object property, or at least it does not appear in the object box.
In other words, I want to know if in the last 5 candles the indicator has been visible.
Thank you -
indicator moves within limitsposted in General Discussions
Is there a manual to explain the configuration of this block?
I want to check the last n candles and let me know if the buffer of an indicator has been activated.
Could this block serve? -
RE: EXPORTAR VENTANA DE DATOSposted in General Discussions
@cesardefez
@cesardefez
solved
if it works, but when using the strategy tester, save it in the folder
\ Users \ Cesar \ AppData \ Roaming \ MetaQuotes \ Terminal \ (terminal folder) \ tester \ files
In my case I created two folders with the same ea,
https://fxdreema.com/shared/WpkzQWDPb
Thanks for your help. -
Cuadro de variables al exportar linkposted in General Discussions
Hola, es posible visualizar el cuadro de variables cuando comparte el proyecto con un link ?
-
RE: Two Condition Trees but if both are true only one of them should trigger a tradeposted in Questions & Answers
Hola.
si pones una función "0" ?
si (condición 1) ó (condición 2) entonces largo
se abrirá una operación después de chequear las dos condiciones y una o las dos se cumplen.
Ojo, si en la siguiente vela o al siguiente tic, sigue cumpliendo alguna de las dos condiciones, volvería a entrar.
para solucionar esto yo , a los comercios con estas condiciones le configuraría el grupo ( ejemplo "1") a la hora de comprar o vender en el box de compra -venta.
y antes de este box ( comprar / vender) color un filtro (verificación de oficios y pedidos/if trader), de forma que si no existe grupo 1, brir la operación, y si existe, pues no la abre.
espero que te sirva -
RE: EXPORTAR VENTANA DE DATOSposted in General Discussions
Hi.
I have tried and we have problems.
It only works in real time:
with the strategy tester I don't create the file.
live, with connection (demo or real), write me the current candle.
In short, either in the strategy tester or direct in graphics, I cannot extract historical data.
it doesn't matter if you set it in add or rewrite mode.
If you find the solution, you already commented. Thank you -
RE: EXPORTAR VENTANA DE DATOSposted in General Discussions
PERFECT.
Thank you very much, it was just what I was looking for.
The only downside is that it only lets me export 10 columns.
but I suppose that in overwrite mode, I will export all the history of your candles.
If I execute 3 EAs with 10 rows exported, then it would be a matter of pasting rows in Excel, since each EA should export the same number of candles (lines) and should order them.
I will try it. -
EXPORTAR VENTANA DE DATOSposted in General Discussions
HELLO,
It would be possible to perform an ea, which exports the data window to a csv file
What interests me is to get the data, of my indicators along with those of the candles, to be able to study it later with excel.
thank you -
RE: check the value of an indicator of the last x candlesposted in General Discussions
@l-andorrà said in check the value of an indicator of the last x candles:
no, no lo tengo en mq4. por mas que lo he buscado no lo he conseguido.
intentare hacer algo distinto para saber si lo que falla es el indicador.
gracias. -
RE: check the value of an indicator of the last x candlesposted in General Discussions
no se si puedo dejaros el indicador para probar, no se si incumplo alguna condición por compartir el ex4 y puedo compartir un enlace del indicador.
subir el indicador directamente por esta pag. me dice que no tengo privilegios. -
RE: check the value of an indicator of the last x candlesposted in General Discussions
he estado probando. y llegado a esto:link text
No me funciona, podeis decirme donde me equivoco, o si puede ser mas sencillo.
uso:
n_velas: constante de las veces que se repite el ciclo del bloque 2.
n_v: contador, para utilizar como id vela en los bloques 4 y 7.
exact_tend: variable que utilizo para para determinar la dirección que me da el indicador, 1 compras, -1 ventas -
RE: check the value of an indicator of the last x candlesposted in General Discussions
gracias.
he estado mirando el enlace.
y tengo una duda:
en el bloque 1: loop ( pass n time) el valor de ciclo, he puesto una constante "n_velas".
mi duda es : este bloque toma el valor de esta variable como velas? nola puede coger como tiempo, min, segundos..tick, o simplemente son ciclos .?.
ante esta duda he puesto un bloque una vez por vela. Seria necesario este bloque?gracias
