@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
@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
@laudable222 the logic seems right. but i guess it comes down to personal preference as there are many ways to achieve the same goal. If i were you id use the below mentioned way. The order expires after 4 hours. If you want the order to be deleted after the bar ends and dont know which tf to use. You can use once "ever n bars", set it 1 and than delete all pending order block.

When i use write to file block. It slows down my optimization/backrests speed significantly.
Is it either a bug or im not using the block properly?
@jemmyca i meant, check unrealized profit>spread filter>close trade
@zedeai2 For each object on buy tree subwindow value is -1. Its 1 in sell so thats why sell wasnt working.
As for closing of trade when opposite arrow appears is not working because you have given a group number of 292 for both buy and sell and the same group number should apply to "if trade" and "close trade" blocks
@jemmyca replace market properties with "Spread Filter" under Time filters and see if it works