Warmup period?
#2
Yes, the warmup is the time the indicators need to be operational.
so for an EMA 960, you need a 960 warmup.

During the warmup phase, only the update strat function is called.
After the warmup, both the update and the check functions are called.

If you don't set this period, the check method will use an indicator that is not correctly initialized. In the best case, it will return a value partially ok. In the worst case, it will return garbage.

Last point, for paper trading / live trading, the warmup will use history data ONLY in command line, not in the UI.
This is a known limitation that the next version will tackle.

Manu
  Reply


Messages In This Thread
Warmup period? - by jasurakk - 04-01-2018, 01:18 PM
RE: Warmup period? - by ManuManu - 04-01-2018, 07:08 PM
RE: Warmup period? - by dirkb - 04-04-2018, 05:04 AM
RE: Warmup period? - by jasurakk - 04-04-2018, 12:17 PM
RE: Warmup period? - by jasurakk - 04-07-2018, 01:04 PM
RE: Warmup period? - by Gryphon - 04-09-2018, 07:47 AM
RE: Warmup period? - by jasurakk - 04-11-2018, 12:44 PM
RE: Warmup period? - by Gryphon - 04-12-2018, 09:43 AM
RE: Warmup period? - by jasurakk - 04-15-2018, 10:22 AM
RE: Warmup period? - by Shrike998 - 02-11-2019, 09:05 PM

Forum Jump:


Users browsing this thread: