Highest price for H1 candle
-
Please , how can i catch up possible highest price level of H1 candle , would like to put sell position?

-
@sky-1 I am unsure what you mean, if you mean the highest point a candle will get, nobody knows, if you mean the highest point within a range use market properties. If you want a predictive price point then Fibonacci is the only way I know but this is still a guess.
-
if you could teach me how to trade from the highest high to the lowest low while youre at it, Id appreciate it.
-
@tipsywisdom If I ever learn I gladly will.
-
@jstap said in Highest price for H1 candle:
@tipsywisdom If I ever learn I gladly will.
Simple. Use the below formula with last candle body size being "x".
x=108ββββ+10ββββββββββ3β108βββββ10ββββββββββ3.
Then x3=(108ββββ+10)β3(108ββββ+10)2(108βββββ10)βββββββββββββββββββββ3+3(108ββββ+10)(108βββββ10)2βββββββββββββββββββββ3β(108βββββ10)
-
@captain-jack Interesting but defiantly not simple, my brain says to me that the current is always a set size to the one before? I will add this to custom code and see but first you'll have to tell me why x= this formula, how would you then apply this to current candle? Are you to working out the percentage of previous candle vs this formula to give the expected size of current?