BASIC CRITERIA! I'm not able to solve/implement thes criteria, HELP!!
-
- candle open to it's high is less than candle open to it's low for long, vice versa for short.
- setting a break-even point after a candle closes above the entry candle.
-


here are examples for long criteria
-
You need two variables to those comparisons. Are you familiar with variables.
-
@l-andorrà said in BASIC CRITERIA! I'm not able to solve/implement thes criteria, HELP!!:
variables
I know variables but not know how to set them
-
Deleted by N nielhalam
-
Restored by N nielhalam
-
@nielhalam Then you can do this for all the distances you need:

-
thanks! I tried the formula block but I didn't know the minus and plus represented less than and greater than feature.
for some reason, when I press update I keep getting a message "you must select a variable" how do I update the block successfully?

-
Create the variable in the upper left of your project screen, right click and add it to the "Put result into this Variable" box...
-
I did and added them but it quite didn't work, I know i've made some mistake there, here's the source file below of what I did
-
Could you please share the link to the project instead?
-
-
Create the variable you want to use, then add to the box:

-
@nielhalam And you can also remove that 'AND' block. It is redundant.