crossing line
-
Hello friends
I put a line on the high candle using the darw line block and now I want the price to open after crossing that line.
But I don't know what to do?
Help me please -
you have the price of that high, candle 0 close price x> candle price
-
https://fxdreema.com/shared/KspvX9Wve
This is a bot link.
It creates the line at the tip of the candle but does not open the trade for me. -
Candle 1 will always be the highest price, so just use the candle, to place a trade you need some logic set up in a seprate tree.
-
Can you explain a picture to me?
Which part did I write wrong that I can fix and make the bot work? -
I'll wright it, candle needs to be in range, like 1 to 10, get the line drawing where you want it. Your trade logic needs to be something like, no trade block-condition block with candle 1 closed <or> the price value-buy/sell block, create opposite for other order.
-
Thank you for your explanation
I will understand better if you write this down. -
Add it to a project, if not working, say what it is and add a shared link.