Support Board
Date/Time: Wed, 27 Nov 2024 03:53:26 +0000
Post From: How to fix buy exit based on a study | Spreadsheet System for Trading
[2023-10-01 13:16:28] |
User140688 - Posts: 13 |
I am facing an issue placing buying exits, For e.g IF I want to exit a buy based on a dynamic study(indicator), Lets say I took long based on bollinger band now at this time( Time=nTh candle) the lower band value is 15, Price is at 16, I want to exit when price drops below this band value (which happens to be 15 for this candle), The price doesn't breaches 15 now but drops to 14 in next candle close, but for this candle the lower band itself shifts to 13 and thus the condition in spreadsheet buy exit(Last<Lowerband) is still not valid for this candle hence no buy exit would take place, Kindly help me with this, My Goal is to: Have buy exit fixed on the value of a study, where the fixed candle is the candle of buy entry What the issue is: That the value of the study changes and I don't want the dynamic changes in values rather the initial static value when I entered the trade |