Support Board
Date/Time: Sat, 23 Nov 2024 04:54:21 +0000
Post From: Candle Stick Patterns Finder issue
[2021-06-15 21:14:43] |
User230940 - Posts: 121 |
thanks, Is there a other way to use the Array from CandleStickPatternNames.cpp as Input for Input_InputPattern1? I use for Getindex() PatternToLookFor[0] = Input_InputPattern1.GetIndex(); This is working. The only thing I do not like is the static semicolon delimited list, which can be very long at the end. I would like to use the Array List from CandleStickPatternNames.h & CandleStickPatternNames.cpp as input. Is it possible? Why is this function "Input_InputPattern1.SetCandleStickPatternIndex(0);" not using the data from CandleStickPatternNames.h & CandleStickPatternNames.cpp? Why is it using a List from sierrachart.dll? thanks regards carsten |