parameters of the plotDay function

Posted By: rafaelghd

parameters of the plotDay function - 08/04/20 17:53

I´m trying to do a seasonal analysis and I want to use the plotDay function. In the documentation says this function has two parameters: plotDay( var value, int type). But it doesn´t specify which is the range of the parameter 'type' neither for what it works. Can any one help with this smirk ?

Thanks !!!
Posted By: danatrader

Re: parameters of the plotDay function - 08/04/20 23:58

As far as I see int type is not directly used in the plotDay function, but in the last line the call of plotSeason, there it is used -->> int type) // cumulative or difference

type

0 = evaluate value difference to the season begin.
1 = evaluate value difference to the previous bar.


applies to all the following:

plotDay (var value, int type)
plotWeek (var value, int type)
plotMonth (var value, int type)
plotYear (var value, int type)
plotWFOCycle (var value, int type)
Posted By: rafaelghd

Re: parameters of the plotDay function - 08/05/20 07:47

Thanks a lot !!.. It's much more clear to me now !!.. laugh
© 2024 lite-C Forums