♥ 0 |
Your video on using the Strategy Wizard was great, I am trying to apply your technique using the pricechannel study and am having a issue. I am trying to use the upperband to trigger the buy and the lower to trigger the exit. The study part shows shows what appears to be the correct triggers. However the stratedy code seems to apply both to the upper band. declare lower; plot signal = high crosses above PriceChannel().”UpperBand”; plot exit = low crosses below PriceChannel().”LowerBand”; ################################################ input tradeSize = 100; def signal = high crosses above PriceChannel().”UpperBand”; def exit = low crosses below PriceChannel().”LowerBand”; Any idea on what is wrong? RESOLVED
Marked as spam
|
Please log in to post questions.