@cesar_defez When I tried to add "OR" in the same box I got the same errors you did.
Posts made by jstap
-
RE: IF - THEN - ELSE logicposted in General Discussions
-
RE: Remove SL on Order - when candle drops below SLposted in Questions & Answers
@amadablam You do not need to do this on chart, you'll see how to do this on tick in this picture.

-
RE: CLOSING TRADES ON REVERSALposted in Questions & Answers
@musa-5 This depends on the condition used to decide when to close, just put a close block beneath your condition block.
-
RE: IF - THEN - ELSE logicposted in General Discussions
@cesar_defez I am unsure why Or isn't working, but like this should do as you need.

-
RE: hello can anyone help me to code , ea will not take more than 2 or 3 trade per day . if its limit is reached ea will stop trading on that dayposted in Questions & Answers
@shubhankar-kumar Put a shared link on here, is the only way to see wat is the problem, it sounds like you need to adjust the limit if you want it to trade more.
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
@foxeye The code is taking digits from the variable, as a loss always starts with -, you have to start 1 after to be able to use. The second part is checking if condition is true, if so it changes the lotsbuy variable to match lotstart variable.
-
RE: How to change minimum lot size from 0.01 to 0.001?posted in Questions & Answers
@ferrymahmud Click constant on the right call it something like LOT and set to average used size, right click on the fixed size in your buy/sell block and add the orange constant you just created, you can now change this in your EA inputs.
-
RE: which blocks should i use for this candle stick pattern?posted in Questions & Answers
@ali-pahlawan You have a few choices, use a single candle template, use bull/bear block, or you can just use a standard condition block, close above open = bull, close below open = bear, just put combinations together to achieve your desired condition.

-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz If I click that shared link, click ex5, put EA on my mt5 it places a trade. If it's not for you unfortunately there is nothing that can be done and, you need to search for reasons this could happen.
-
RE: Help convert this ea to mt5posted in Questions & Answers
@ebukaitalian If created on FX you can do it here, if not it is possible but google is the best way of finding how.
-
RE: Can i add hour filter for other EA?posted in Questions & Answers
@maledetu This is possible but I do not know how, you need to use global variables so condition is set on your meta trader platform, EA reads this and does as required, I have seen things about using global variables on here so you may find what you need by searching.
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz Put the exact project that doesn't work here in a shared link, the reason why can be assessed.
-
RE: Activate blocks after something happenedposted in Questions & Answers
@andrew-b I would do something like THIS, if you want one of the flag conditions to work as trigger, remove flag and set in tree, but most likely works as is.
-
RE: Activate blocks after something happenedposted in Questions & Answers
@andrew-b Yes but this depends on your whole project, so you could reset on time but this depends on weather that would suit. What I do is back test different resets until I find what seems to work best, you can also put each idea on a bool condition so in robot inputs you can select any idea. If you do what you can and put the shared link on here I will see what ideas I can offer.
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz I have just tested this on mine and it works, it has no SL and no position block so if you miss the first placed trade you may not realise it's in one so not understand why it's not placing another.
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz My only assumption is you have a problem with your terminal, I would reinstall or install a different one to see what happens, if you have used the exact project but it's not working then the problem is likely on your side.
-
RE: How to Group Close Tradeposted in Questions & Answers
@luckybest Hi in this picture you'll see how to do this and how to use flags to stop the condition from being true, a combination of this should do all you need.
link url) -
RE: BUY THEN SELL ON SL?posted in Questions & Answers
@jordanmarvelley On on trade tab put a purple buy trade closed by SL then under a sell block, then a seperate but opposite tree for sells, do the same again hitting TP's.
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@ZhAhZ I am quite selective on using cross, on this I would use above > or below <, although the line goes from one side and crosses to the other, I would just use < or >, if you look in the link I posted this is the condition I used, also doesn't wait for this to happen on previous candle or check the width for condition do happen, so is all about what works best and what suites your condition best.
As people have said what you are doing should work, on your picture triple is on 0.0, this says that that the indicator is not working for your conditions, if you click the link I put then press ex5 you will get that ea so you can test and see working, if you then press mq5 and import back into dreema you will have the project to copy or amend.