My first script to identify pin bars with a predefined rules, any feedbacks are welcome.
Rules
Bullish Candle
1. Body of the candle should be above the 50% of the day's price range
AND
2. Either the open or the close should be above the 30% of the day's price range
if both the above conditions are met then a bullish arrow is produced with "B".
Bearish Candle
1. Body of the candle should be below the 50% of the day's price range
AND
2. Either the open or the close should be below the 30% of the day's price range
if both the above conditions are met then a bearish arrow is produced with "S".
Thanks
Hope this indicator helps you identify trading entries.