@gtoat777 Correct. You need to hold each treeunconnected to each other. Otherwise the Ea will not be able to know when a specific % is to be applied.
Posts made by l'andorrà
-
RE: How to move stop loss based on percentages?posted in Questions & Answers
-
RE: [Help] 2x larger volume than the previous one?posted in Questions & Answers
@gu95ckt8 You can do it this way:

-
RE: Using Indicator Visible/Indicator Appear, not able to use arrows although input parameters and buffers are used, Any suggestions?posted in Questions & Answers
@len-1 Can you please share the indicator? That would help real programmers to find out the issue in the code.
-
RE: Compilation errors |posted in Questions & Answers
@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.
-
RE: Her mum yüzde 2 hareket ettiğinde uyarmasını istiyorum.posted in Questions & Answers
@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.
-
RE: percent of the candle.posted in Questions & Answers
@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.
-
RE: Background option doesn't workposted in Bug Reports
@fxdreema Not in my end. Did you check that?
-
RE: Right ray doesn't workposted in Bug Reports
@fxdreema Updated info. Weirdly, left ray works for channeks and not for trendlines. Can that offer any hint?
-
RE: Any Real Programmer Here?posted in Questions & Answers
@talalkhan are you using an fxDreema project? If so I can help.
-
RE: Lines = Stop or Limit Orders EAposted in Questions & Answers
@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.
-
RE: How to move stop loss based on percentages?posted in Questions & Answers
@gtoat777 Exactly. And then you use these on the 'on trade' tab:

-
RE: How to move stop loss based on percentages?posted in Questions & Answers
@gtoat777 Just open the block and type it inside it.
-
RE: percent of the candle.posted in Questions & Answers
@yazar-ilyas But it apparently does it once a minimum body size is reached. Right? Which minimum size is considered?
-
RE: Lines = Stop or Limit Orders EAposted in Questions & Answers
@gtoat777 In that case I strongly recommend you to read the buttons instructions page first and then we can take a look at it.
-
RE: Enter before daily candle close....?posted in Questions & Answers
@marcussmale Can you please share the link to the project instead?
-
RE: How to move stop loss based on percentages?posted in Questions & Answers
@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.
-
Right ray doesn't workposted in Bug Reports
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?
-
RE: Lines = Stop or Limit Orders EAposted in Questions & Answers
@gtoat777 You can do it via buttons. Do you have any initial project to begin with?
-
RE: How do I make ea to save the id (probably timestamp) of a particular candle for future trade setup confirmationposted in Questions & Answers
@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?