@khalids222 well you need to build the logic yourself with trail and error. start below the 2 blocks shown below.

@khalids222 well you need to build the logic yourself with trail and error. start below the 2 blocks shown below.

@suthish cant say much without looking at the project file. why not try assigning constants and variables again
@skf1883 project settings you will see the expiry date
@khalids222 this logic is no different than a grid system. Use pips away from open price and add volume blocks if you want to create the grid manually
@gozey i dont mean to sound rude. You first need to trade manually and understand how the market works, learn how indicators work. Once you have a clear strategy on what your entry and exits are. Based off that than you try to automate it.
If you dont know how to code but have a good understanding of how markets indicators work than you can use platforms like this to automate your strategy
@raveon sorry I can't think off a easy solution that doesn't require coding. Maybe someone else can assist?
@jpsam every logic different. You build your blocks based on your logics. In the example section you saw basic use of conditions blocks like, buy when RSI cross below 20, sell at 70.
Once you understand the basics, than you can build your own logics
@jstap im assuming this is what you wanna do. The highs and low are accurate this way.

@jstap so you want to permeant store the price of period. Than its doesnt become a range isnt it? Well this works fine for me with no issues when im using a range. Since its a range, its bound to chance when a new high/low is made.

@jstap so your issue is the line not repainting on the start of the next day?
@jstap so you want it within a certain range and lines to be drawn at highs and lows of that range?
@jstap what i meant was what are you trying to find or rather the logic. You said in your first post your trying to find a range. So range of what? Highs/lows/close/open?
@jstap what exactly is it that you need, explain in detail and il give it a try
@sarvaddnya there are several examples given past posts by users. Below is one of them for you to get started.
https://fxdreema.com/forum/topic/12119/percentage-most-of-conditions-occur
@jpsam than i suggest you read the instructions with examples motioned there.
@zedeai2 i answered in pm. good luck 
@zedeai2 its hard to make a comment without looking at where your getting arrows from.
Here are a few debugging suggestions tho.
@q8carpenter that works too lol. I had used adjust filed to set it to default
@jpsam below is a example of entry logic with multiple conditions.

@scany21 your tp is invalid. as for the reason why, cant say much without looking at the project file