Support Board
Date/Time: Wed, 27 Nov 2024 02:29:31 +0000
Post From: TrueLive 2014 for SC V1149 Onwards
[2014-06-29 03:46:56] |
Kiwi - Posts: 375 |
The code posted in 6 should match the "non-pvm" code from the cpp file attached for post 6. One difference might be that I replaced all the tabs with spaces after I first posted it because I had a mix of tabs and spaces which was confusing the board's formatting. If you were generalizing it you might want to use the price and volume format multipliers. I put them into the second (pvm) version of truelive but didn't really test them because I don't use them. TSArray[tp].Price * sc.RealTimePriceMultiplier; TSArray[tp].Volume * sc.MultiplierFromVolumeValueFormat(); Here's my copy of the cpp though. Date Time Of Last Edit: 2014-06-29 03:51:07
|
kiwi14.cpp - Attached On 2014-06-29 03:48:57 UTC - Size: 14.25 KB - 684 views |