Support Board
Date/Time: Sat, 11 Jan 2025 10:35:18 +0000
Post From: Data Analysis
[2016-10-13 17:39:43] |
User94740 - Posts: 333 |
The answer to post #17 I think even one instance for a hundred charts for one symbol and in backtesting mode would be too little. I am also looking at the possibility to take the BaseDataIn array for high and low of a chart with the lowest increment which would be 0.1 or range 1 in the case of Gold for example, set my desired range and somehow process the data into new range bars with some kind of looping. I guess it would be like building the range bars in the same way the chart builds them. Does my understanding seem possible? thx for everything! PS I am having trouble with a floating point type after compiling: RangeValue.Name = "Range Bar Value"; RangeValue.SetFloat(1.0f); RangeValue.SetFloatLimits(0.0f, MAX_STUDY_LENGTH); sc.RangeBarValue = RangeValue.GetFloat(); warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data Date Time Of Last Edit: 2016-10-13 17:43:59
|