Upper wick's 50% price
-
I want line at Candle Id 1 Upper wick's 50% price...
- get the size of upper wick
- calculate 50% of this size
- get the specific price of that 50%
- Mark horizontal line on the price
please help me....
regards
-
Put in a variable using a formula block upper wick size in pips / 2, and take this variable off candle high by adjusting by -variable pips
-
@honeylogs86 Why do you need the line when you can store the value into a variable?
-
@l-andorrà said in Upper wick's 50% price:
@honeylogs86 Why do you need the line when you can store the value into a variable?
to see the line on chart
-
@jstap said in Upper wick's 50% price:
Put in a variable using a formula block upper wick size in pips / 2, and take this variable off candle high by adjusting by -variable pips
can you show me the process in blocks.... i mean which block to be used and how connected
-
@honeylogs86 I knew that. My question was why do you need that if the bot is supposed to be 100% automatic with no human intervention.