@zackry None of us will ever be grateful enough to miro. 
Best posts made by l'andorrà
-
RE: need advice on using variables to select buffers of a custom indicator...posted in Questions & Answers
-
RE: Does anyone know why this picture doesn't even show up, not even the indicator....posted in Questions & Answers
@roar This information should be available for all users in a sticky thread. Thank you for sharing Len1.
-
RE: Price Not Crossed MA in X Candlesposted in Questions & Answers
@cdwilder1 Impressive works from both of you. Congrats!
-
RE: Initiate with bears are bullsposted in Questions & Answers
@fideld003 You need to specify candle ID 2 on the 'bears in a row' block, and not 1 as it is now.
-
RE: How to build pip steps matingale?posted in Questions & Answers
@smith8 Please don't waste your time with ANY martingale. They don't work in the long rune. Here you have mine if you want to create one:
-
RE: Why did nobody want to do my indicator???posted in Questions & Answers
@vonmunchy Dear sirs, could you please stop sharing your crap here? This is NOT the place to do it.
-
RE: What's the best indicator for a 1:2 risk reward ratio?posted in Questions & Answers
You are questing the Holy Grial, my friend.
There is no one answering your question because no indicator can guarantee anything in trading. -
RE: Filter to wait 1 bar after a trade has closed before opening a new trade?posted in Questions & Answers
@jjtrader You can add this blocks immediately above your 'buy now' block:

Then you will have to mirror it for your sells trades. In this example I requested the EA to search for the last closed trade and then chack that it cas closed at least 120 seconds ago. You can adjust that time as required.
-
RE: List of things to cause EA to not work properly?posted in Questions & Answers
@James-d If your EA's code is correct, your platform will not mess up. However, you broker can ALWAYS mess things up. That is a more serious concern IMHO.
-
RE: High and lowposted in Questions & Answers
@William-1 Easy. One you get both values for A and B you can use this formula block:

High value shoould be inserted oin the left operand and low in the right. Then you use the '/2' sign as I marked in the image and you insert the final result in a variable.
-
RE: Different variations of entry, same bot issueposted in Questions & Answers
Yes, you can add a different comment on each buy/sell now block in order to differentiate them. Then you can look at the history tab column showing them.
-
RE: Change a Timeframe Variable Using Modify Variablesposted in Questions & Answers
@roar Welcome back, Mr. roar!

-
RE: New to fxdreema and need some helpposted in Questions & Answers
@Fisher In order to check if the values of the variables are correct, I recommend to use a 'comment' block on a separate block tree. You can select both variables there and you'll see if the values are correct.



