@gu95ckt8 You can do it this way:

@gu95ckt8 You can do it this way:

@len-1 Can you please share the indicator? That would help real programmers to find out the issue in the code.
@tristyfinance I don't see any problem there. I recommend you to rebuild the project from scratch using current blocks. Probably those old blocks are using old code.
@yazar-ilyas I'm afraid no one speaks that language in these forums. Can you please try in English? I also speak Catalan and Spanish.
@yazar-ilyas Is that a fixed ratio? Then you ca use pips instead. If not, do you want to specify diferent ratios as an input parameter maybe? Then you can still use pips. I'm afraid I don't see the logic in using percentage.
@fxdreema Not in my end. Did you check that?
@fxdreema Updated info. Weirdly, left ray works for channeks and not for trendlines. Can that offer any hint?
@talalkhan are you using an fxDreema project? If so I can help.
@gtoat777 You should disconnect blocks 3 and 5 from block 22. Are you drwwing just one line or two? I see you cn select buys or sells? Then you should need two lines and not one.
@gtoat777 Exactly. And then you use these on the 'on trade' tab:

@gtoat777 Just open the block and type it inside it.
@yazar-ilyas But it apparently does it once a minimum body size is reached. Right? Which minimum size is considered?
@gtoat777 In that case I strongly recommend you to read the buttons instructions page first and then we can take a look at it.
@marcussmale Can you please share the link to the project instead?
@gtoat777 Not exactly. Block should be connected below blocks 8 only and then insert block 6 within it. Then repeating it with the other branches.
When trying to use infinite lines (trendlines, channels, etc.) ray options do not work correctly. This is the case for right rays especially. They are needed to determine when price will cross them and they are not visible when selected on the blocks. Could you please take a look at it?
@gtoat777 You can do it via buttons. Do you have any initial project to begin with?
@daverazon That is not a trivial thing to do. What I'm thinking of right now is creating a variable that will add +1 every time a new candle is created. That way you can now the candle position in the future. However, combining that with the other features will need fine tuning. Do you have any initial project to begin with?
@gtoat777 You need to to stop each percentage level branch once it is reached in order to avoid that problem. Once 50% is reached, you should use a 'turned off blocks' block pointing at the 'for each trade block ID on top. Same for each branch. Then you will need to turned them on again as soon as the trade is closed via 'on trade' tab. I hope it helps.