09-20-2018, 04:21 PM 
		
	
	
		Hello, 
I have a few questions regarding parameters CandleSize and warmup
1) Is it CandleSize defined in minutes?
2) How to calculate WarmupPeriod? WarmupPeriod = CandleSize*NumbersOfCandels was using for calculating each of iteration? Measurement is minutes?
	
	
	
	
	
I have a few questions regarding parameters CandleSize and warmup
1) Is it CandleSize defined in minutes?
2) How to calculate WarmupPeriod? WarmupPeriod = CandleSize*NumbersOfCandels was using for calculating each of iteration? Measurement is minutes?
Code:
# BUG - USE ONE CANDLE VALUE TEMPORARY! Put your candle values between brackets in line below. Use CandleSize:WarmupPeriod format. Seperate pair using space or newline.
@warmup = qw(
10:73
);

