@yarzu25 Thank you for your explanations but my experience says that every trader has a personal interpretation about those concepts. Mine and your are different for sure. I simply want to be sure about his.
Posts made by l'andorrà
-
RE: I have a project looking forward to your helpposted in Questions & Answers
-
RE: check profit questionposted in Questions & Answers
You chose the wrong block. Please note trader-philipps selected 'Check profit (unrealized)', not the one of your image.
Uoy need to connect it just before your buy/sell blocks.
-
RE: market properties -> timeframe use in output.posted in Questions & Answers
Here you can find detailed help:
-
RE: No condition trades a noob approachposted in Questions & Answers
Disconnect those 'close trades' from its current position. The need a separate tree for them only.
-
RE: Errors when backtestingposted in Questions & Answers
As khacdiepvnc said, move all thos blocks to the 'On tick' tab first. Then use a 'Pass' block to create a third tree and connect the trailing stop block to it.
-
RE: CLOSE ALL & ADD MORE VOLUMEposted in Questions & Answers
I that case you need to select 'Check profit (unrealized)' as your block on top instead of the 'For each trade' one.
-
RE: Custom Indicator - Color dependent operationsposted in Questions & Answers
Both 'No trade' blocks are searching for buys ans sells when you are filtering both trees separatedly. You shouls specify buys only in the left tree and sells only in the right one.
-
RE: A line toolposted in Tutorials by Users
Once more, we must bow before your brilliant creations.
Thank you very much for sharing, roar. -
RE: Trailing stop problem, sell works perfect, buy does not please helpposted in Questions & Answers
Oh, God! I didn't see two trailing stop blocks. NEVER use more than one trailing stop block!!! Two or more of them interfere each other. Use just one in an independent tree, please.
Sorry for not noticing it before.

-
RE: How to execute: Enter when Indicator closes above (Yesterday's High + 100p)posted in Questions & Answers
Yes, more detailed info would be appreciated.
-
RE: plan subscriptionposted in Questions & Answers
Sadly the administrator doesn't confirm BTC payments every day. Plesase contact him directly via the 'support' page and tell him your problem.
-
RE: market properties -> timeframe use in output.posted in Questions & Answers
You will need a variable to store that information. Then you can create that alert showing the variable's current value.
-
RE: psar againeposted in Questions & Answers
You should insert candle ID 1 in all operands of all condition blocks.
-
RE: New positionposted in Questions & Answers
@marcin-3 Sorry, I'm not sure what you're asking for.
-
RE: My Indicator EAposted in Questions & Answers
Please NEVER use a repainting indicator. Try to find another one.
-
RE: Variable Constant Blockposted in General Discussions
He's not visiting the forums very often. I recommend you to contact him thorugh the 'support' page.
-
RE: No condition trades a noob approachposted in Questions & Answers
Substiotute your block on top of each tree for a 'No trade' one.
-
RE: Creating a reference point at Trade openposted in Questions & Answers
You will need to create constants and variables for sure if you want to create more EAs. I strongly recommend you to read this:
https://fxdreema.com/instructions/builder/constants-and-variables
-
RE: Errors when backtestingposted in Questions & Answers
I recommend you to modify stops in a separate tree of blocksd. Disconnect them from its current position.