Yes because it will check a specific ID, so the block will not pass until it is correct
Posts made by jstap
-
RE: Need a little code hereposted in Questions & Answers
-
RE: range multiplierposted in Questions & Answers
If you give more of an explanation of what you need, generally take the pip number in a formula block and multiply
-
RE: Lots multiplication problemposted in Questions & Answers
Yes, but you cannot with such a small number from such a small lot. 1.011 would need to be at least 1.016 to = 1.02, so what I put is doing what you asked.
-
RE: Need a little code hereposted in Questions & Answers
Use separate bull/bear blocks, just offset the candle ID.
-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
This should be a variable not a constant, and how do you know what the value is?

-
RE: Which block to use to place Stop Lossposted in Questions & Answers
Place stop by indicator, adjust by + or - pips
-
RE: Lots multiplication problemposted in Questions & Answers
This will happen until you get to 0.1, check the last trade lot, if < 0.1 add 0.01 (or whatever number you find relevant), if => 0.1 multiply
-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
Use a bool constant instead of a flag, you can then put this into a comment and if it changes.
-
RE: how to trade depending on object on chartposted in Questions & Answers
Put the name in object on chart and get the number in a comment, once you do this you will understand how to read/use this value
-
RE: please help custom indicatorposted in Questions & Answers
Put the indicator here, at a guess they look like int but they're not
-
RE: How do I write this command? This part affects the speed of the backtest.posted in Questions & Answers
I would use enum, or just a bool if only 2 are needed if true pass through orange and activate all blocks for type 1, if false pass through yellow and activate all blocks for type 2.
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
Set it up with just 1 drawdown, for testing under a if testing block create a trade.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Just change settings and test, what you have is the same as my example
-
RE: priceposted in Questions & Answers
Your time filter is stopping a trade being placed until 05:00
-
RE: Profit / loss Target by Time Filterposted in Questions & Answers
Brokers can affect many things, like charts not moving until 01:00, to me though the first tick happens at this time. Over the years I have thought brokers were being dodgy, only to realise that it was my expectations.
-
RE: Can't close all orders together at one time!posted in Questions & Answers
I know no way of doing this, maybe a third party software but this will not be as reliable.