Hi All,
Need help from Amibroker expert here. In my analysis scanner, I need to add column under the following conditions.
1. 0-1% up from previous day - assign a 1
2. 1-2% up from previous day - assign a 2
3. >2% up from previous day - assign a 3
The next 3 conditions are for down, just -1, -2, and -3.
I am having trouble with this statement AddColumn(IIF(........),1.4). I am using a nested IFF for the 6 conditions. Is this possible ? Thanks in advance.
Need help from Amibroker expert here. In my analysis scanner, I need to add column under the following conditions.
1. 0-1% up from previous day - assign a 1
2. 1-2% up from previous day - assign a 2
3. >2% up from previous day - assign a 3
The next 3 conditions are for down, just -1, -2, and -3.
I am having trouble with this statement AddColumn(IIF(........),1.4). I am using a nested IFF for the 6 conditions. Is this possible ? Thanks in advance.