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












