Page 4 of 5

Re: Window fibo

PostPosted: Mon Aug 22, 2016 11:51 am
by daveb1058
Great indicator great time saver super work thanks

Re: Window fibo

PostPosted: Sat Sep 02, 2017 5:11 am
by Apprentice
The indicator was revised and updated.

Re: Window fibo

PostPosted: Sat Nov 25, 2017 2:21 am
by Alexander.Gettinger
Cactus wrote:Could you make the Window Fibo give out output streams, for each level? So it can be used within strategies


Please, try this version of the indicator:
Window_Fibo2.lua
(5.6 KiB) Downloaded 945 times

Re: Window fibo

PostPosted: Mon Apr 23, 2018 8:14 am
by Apprentice
The indicator was revised and updated.

Re: Window fibo

PostPosted: Sat Jul 20, 2019 3:37 pm
by Gilles
hi Apprentice,


WINDOW_FIBO WITH SCALING stategy please !

a strategy that retains this peculiarity to adapt to the windows of the graph to calculate the levels fibo is extraordinary and it will relieve me in clicks.

thanks!

Re: Window fibo

PostPosted: Sun Jul 21, 2019 4:38 am
by Apprentice
Can you define an entry/exit condition?

Re: Window fibo

PostPosted: Tue Jul 23, 2019 8:39 am
by Gilles
of course dear apprentice. for me, the resizing of the graphic window is extra.

As I said, I use Window-Fibo With Scaling indicator.

The signal is detected by the setting of the graphic window, which dynamically resizes.

Example, right now my chart is currently in m5 (6 hours) but I open a new position with each new m1 or t1 (trading-source).

Activate allowmultiple and close on opposite.

before starting trading, Allowtrade is false, I take my time to adjust the chart to determine the current trend. So, I choose my time unit and adjust my scale on the graph. Then I activate allotrade to open my first order in the direction of the fibo line.

If Up fibo color - open a BUY order with a Limit order set at 0.0% and the stop order at 100.0%.

If Dn fibo color - open a SELL order with a Limit order at 0.0% and the order stop at 100.0%.

When the bars disappear from the grpahic, the Source.high or Source.low are recalculated. The fibo line tells us whether the price is going up or down right now.

Thank you apprentice for your support.

As I am French I hope my English is understandable.

Re: Window fibo

PostPosted: Fri Jul 26, 2019 4:06 am
by Apprentice
I don't think this strategy has any use. The only way to do this is to make a trading indicator. But this indicator changes its output based on chart scale. Any manipulation with the FXTS2 window will change its output and the trading may be random.

Re: Window fibo

PostPosted: Fri Jul 26, 2019 11:03 am
by Gilles
Apprentice, you're absolutely right. However, I would like to use it to adapt my current strategy, which is based solely on price study, variation, deviations and other study and range detection. I would have liked to use the Window-Fibo-With-Scaling-Strategy.lua version as a support to adapt mine. My strategy uses no indicators, just 2 Time Frames and price study. To be more precise, I study the price over 100 periods. Among other things, I detect the highest price with mathex.max and the lowest with mathex.min. Then I set the typical price. To avoid signal noise, I use Source.open instead of Source.close in the formula. I also added many dynamic parameters (GrossPL, Quantity, number of positions, P/L by position type by questioning the tradetable and closed trades.

My first results are correct. As you know, we can always do better.
I think I can make progress with Window-Fibo-With-Scaling-Strategy.lua.

If it's possible for you.

Thank you apprentice for your support.

See you soon!

Re: Window fibo

PostPosted: Sat Jul 27, 2019 7:17 am
by Apprentice
Sure, it would be feasible if the fibo period is fixed, via parameter, for example.