You have nothing in the comment showing you time? Is this showing the box correctly?
Posts made by jstap
-
RE: multi timeframe EA for S&Dposted in Questions & Answers
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
I would only set TF when I am happy everything else is working, and I think you want a check flag, if true activate blocks you want, if false activate different blocks.

-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
What are you trying to set under the TF block? flags once set work on all TF's. Spread and time filter need to go above everything.
-
RE: multi timeframe EA for S&Dposted in Questions & Answers
Add a shared link to see what you are trying to do, in a condition you can check what's happening on different TF, if needed you will have to use something kike a flag.
-
RE: How do I print onto the chart the candle ID above each candle?posted in Questions & Answers
Candle ID's change, because current is always 0, would make more sense to record the time.
-
RE: Bollinger Bands multiple setups.posted in Questions & Answers
What you are doing with the flags is, when condition 1 has triggered, flag is set to true, then this is checked, and condition 2 can work, creating an order, you will need to set back to false, maybe when trade is activated.
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
It does mate, mt5 is the same, but needs the full word
TimeToString(datetime value,// number int mode=TIME_DATE|TIME_MINUTES//output format);
put a shard link, ill check what's there, and tell you why something doesn't work
-
RE: EA to create pending stop orders at US market openposted in Questions & Answers
Time filter needs to be above pending block, trail needs to be in a separate tree.
-
RE: creating EA with Breakout box indicatorposted in Questions & Answers
@ATSUBO You need to create a project, add a shared link, one so what each indicator is doing, can be assessed.
-
RE: candle bar cross MAposted in General Discussions
Try this, be carful though, too many conditions will limit the trade taken, and you need to put the candle ID inside the MA section:

-
RE: Max loss per dayposted in Questions & Answers
You don't need the pass once, and your not resetting it
-
RE: candle bar cross MAposted in General Discussions
You need the once per bar under all crosses, also the chances of 2 crosses happening on the same candle is unlikely, you need to record a cross, then wait for the other, or look for a > or <, on one.
-
RE: Is there an issue importing projects?posted in Questions & Answers
Any file where I have downloaded the MQ file, imports exactly as needed.
-
RE: Community Project: Here is a profitable EAposted in General Discussions
@Daviid Start a fresh question, and add a shared link.
-
RE: I want to close partial position of my trade. and Breakeven to 5 pips above entryposted in Questions & Answers
Add a shared link, what is placing your 1st position?