♥ 1 |
I am trying to create a conditional order based off this —– input tradeSize = 100; def signal = close is less than or equal to BollingerBands().”LowerBand” and RSI().”RSI” is less than or equal to 70 within 12 bars and StochasticFull(“d period” = 6, “slowing period” = 6).”FullK” is less than or equal to StochasticFull(“d period” = 6, “slowing period” = 6).”FullK” and MoneyFlowIndex(“length” = 12); addOrder(OrderType.BUY_TO_OPEN, signal, open[-1], tradeSize, Color.CYAN, Color.CYAN); —– When i do the above nothing shows on my back testing
Marked as spam
|
Please log in to post questions.