Search found 1 match

Go to advanced search

by snusmumriken
Sun Jan 08, 2023 3:02 pm
Forum: Pine Script Q&A
Topic: Change imput interval
Replies: 1
Views: 828
 
Jump to post

Change imput interval

Hello I'm working on a strategy based on Ichimoku and I need some help. conversionPeriods = input.int(9, minval=1, title="Conversion Line Length") donchian(len) => math.avg(ta.lowest(len), ta.highest(len)) conversionLine = donchian(conversionPeriods) These lines will take the average of highest and ...

Go to advanced search