This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //@version=4 | |
| study("FXN - Asian Session Range", shorttitle= "Asian Session Range", overlay=true) | |
| //************************************* | |
| // Discontinued Indicator - No Longer supported. Please update to by using the latest version now called "Diddly - Charts (Asian, London & New York Session + Weekdays)" | |
| //************************************* | |
| // Get User Inputs | |
| user_ssth = input(title="Start Session Hour (EST)", defval="20", options=["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"]) | |
| user_sstm = input(title="Start Session Minute (EST)", defval="00", options=["00", "15", "30", "45"]) |