Using Fibo pivot indicator manually on chart I can see only 1 external parameter "Period" (1 hour, 4 hours, daily etc.) But if I use this indicator in code ( double[] fibPivot(Instrument instrument, Period period, OfferSide side, int timePeriod, int shift) ) I have to fill int parameter "timePeriod". What should I put here?