01-18-2018, 12:26 PM
Hello, I am trying to understand CCI strategy and I have some questions that I cannot answer.
In every strategy there is this code
My problem is that I cannot be sure what persisted and advice do exactly.
Can anyone help me?
In every strategy there is this code
Code:
this.trend = {
direction: 'undefined',
duration: 0,
persisted: false,
adviced: false
};
My problem is that I cannot be sure what persisted and advice do exactly.
Can anyone help me?