any recommendations on other trading forums more specific to programming and OHLC? Maybe posting this same topic there would yield some more actionable advice.
I am willing to take the time to learn some programming basics. But actually if I can import the OHLC on 15 min. candles over several years into Excel, it pretty much would come down to sorting out data and running tests, but that is the part I wouldn't know at this point.
e.g., how to add constraints as I prob. would want to refine the basic strategy if say something comes up when presumably a position would be open that would make me want to close it and save more downside, versus the vanilla 'stay in it until it hits SL or profit tgt'.
When it's in Excel all the OHLC data I'm sure there are not too complex ways to first identify the implicit long wicks I'm looking for from the magnitude between the body high/lo of the candle, to the high side (wick is either the low to the lowest part of body, or high to highest part of body). But how to go from there where I have sorted out the setups to running the test and having it close out if ... and ... and then reopen a position the next time such a wick was printed, not sure there.
I am willing to take the time to learn some programming basics. But actually if I can import the OHLC on 15 min. candles over several years into Excel, it pretty much would come down to sorting out data and running tests, but that is the part I wouldn't know at this point.
e.g., how to add constraints as I prob. would want to refine the basic strategy if say something comes up when presumably a position would be open that would make me want to close it and save more downside, versus the vanilla 'stay in it until it hits SL or profit tgt'.
When it's in Excel all the OHLC data I'm sure there are not too complex ways to first identify the implicit long wicks I'm looking for from the magnitude between the body high/lo of the candle, to the high side (wick is either the low to the lowest part of body, or high to highest part of body). But how to go from there where I have sorted out the setups to running the test and having it close out if ... and ... and then reopen a position the next time such a wick was printed, not sure there.