The total value is not adding up correctly when using the currency conversion.
I think what is happening is as follow:
all the values of each lot are added up
then that number is converted to create the total
The problem with this is that the numbers that are being summed up for each lot have already been converted, so you dont need to do another conversion with that number to get the total.
For example:
Conversion set to CAD
Lot 1 value = $100 (CAD already converted) Lot 2 value = $200 (CAD already converted)
Now I think what happens is $300 is then converted from USD to CAD again giving an incorrect total value in the summary at the top of Ticker when the total should just display $300.
I have not looked at the code to verify this is what is happening but I ran the numbers manually and that is my guess as to what is happening.
The total value is not adding up correctly when using the currency conversion.
I think what is happening is as follow:
The problem with this is that the numbers that are being summed up for each lot have already been converted, so you dont need to do another conversion with that number to get the total.
For example: Conversion set to CAD
Lot 1 value = $100 (CAD already converted) Lot 2 value = $200 (CAD already converted)
Now I think what happens is $300 is then converted from USD to CAD again giving an incorrect total value in the summary at the top of Ticker when the total should just display $300.
I have not looked at the code to verify this is what is happening but I ran the numbers manually and that is my guess as to what is happening.