@roar yes, but with high and low of candle 1 daily, here it is implemented in another more complex project where trades are opened at different levels

@roar yes, but with high and low of candle 1 daily, here it is implemented in another more complex project where trades are opened at different levels

Hello everyone, my name is Jesús Muñoz, I have been testing fxDreema for less than a week and the truth is that I was amazed.
I think I caught the rhythm very early and it is because of how easy and intuitive it is.
And what I like the most are the helpful examples that you offer each other, I hope to collaborate soon.
Thank you very much to the community
@lanrayy hola, puedes crear una constante que incluya el nombre que quieres poner

después lo asignas en el campo comentario de la apertura del trade

también puedes crear diferentes variables que tomen diferentes tipos de datos, por ejemplo el TF o cuantos Buy hay abiertos actualmente y lo sumas todo con la función "stringconcatenate" por ejemplo


hola @jsauter86 , well, see if I can help you.
1º. Prefix/Name
It is very important to assign a name to the object because later we will have to refer to it.

2º. Bloq "pass"
You are missing the "pass" block to start drawing anything on the graph. "pass" or something that tells you to draw, or if not, it doesn't draw
3º. Time (1)

here you must refer to a candle, if you use daily TF use the daily candle of the previous day.

Something like that.
You can use the same for Time (2)
4º. Price
I think this is well configured
5º. Levels (comma separated)
this is where you define the levels you want to use, separated by commas, for example 0,50,61,8,100

If you select "Yes" in Ray rigth, it will draw the fibo from the time you have configured (the candle of the previous day) to the right edge of the chart and there it will draw the number of levels
6º refer to levels
Finally, you would have to refer to the levels. FxDreema refers to the levels by numbering them from 0, in this example I have given you we have the levels 0,50,61,8,100. Well, the first is 0, the second 1, the third 2, etc. It would be something like this:
0 -> 0
50 -> 1
61.8 -> 2
100 -> 3
Let's suppose that you want to open a buy when it crosses up level 3 which in this case is the fibo 100. You would have to use this block

I think I have not forgotten anything, but ask any questions and surely someone will help you