Support Board
Date/Time: Sun, 22 Dec 2024 07:47:42 +0000
Post From: ZigZag Reversal Price is not as described
[2015-04-04 17:54:53] |
Al SC Developer - Posts: 434 |
Perhaps you are missing a factor of 100? The input is a percentage, so is divided by 100. For example, an input of 6 translates to 6% which is .06 multiplier. An input of .06 is actually .06% which translates to .0006 multiplier. So, with a high pivot of 1.1010 and an input of .06 you would get: 1.1010 - (1.1010 * .0006) = 1.10033 |