Set it up like this, and delete the rest, that will work for the current day:

Posts made by jstap
-
RE: Open positions viewerposted in Questions & Answers
-
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
This could be done by using candle open, adjusted to + or - x.xx pips or ATR, high/low/close will constantly change
-
RE: MODIFY STOPSposted in Questions & Answers
That set up is correct but you need a level to move stops to, maybe save the trade slop loss price in a variable as placed, then move the rest to that price
-
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
No, but it's worth a try. Although for me what happens in backtest works in live (this is MT4 experience), It might be worth taking a screenshot of when it fails and passing it onto admin.
-
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
Every time the adx x> you should get an arrow, how long did you leave this running on live for?
-
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
Add shared links to look at, may see the problem
-
RE: IDWMA - custom indicator not loading properlyposted in Questions & Answers
You need to declare the enum in the enumerations section. Will be something like:
enum enMaTypes
{
ma_sma,
ma_ema,
ma_smma,
ma_lwma,
}; -
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
You will have to elaborate on this problem, FX doesn't create indicators, so it has always been a EA
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
You will have to take pictures to show this, because x< for me has only ever worked at the 1 time it should
-
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
This is the general principle, you can mix this in standard blocks: https://fxdreema.com/shared/HW3zmg2wb
-
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
I did! "How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?" what I showed is how to get a comment from a trade, so elaborate...and you can be helped. == compares text values
-
RE: Cannot get EA to trade when my manual trendlines is crossedposted in Questions & Answers
Start with this, but it must return a price value for a cross to work:

-
RE: Can't export/save mq5posted in Bug Reports
Are you on a free account with more than 10 connections? It works perfectly for me
-
RE: Cannot get EA to trade when my manual trendlines is crossedposted in Questions & Answers
Your x is set up correctly but can you get this price level to activate the x, put this price into a comment, once you get this level you know if the x should work.
-
RE: Open positions viewerposted in Questions & Answers
check profit (period or time), < to place a trade > to not
-
RE: How can I check if a trade's comment contains an "X" string? Can I do it with the regular condition block?posted in Questions & Answers
I think it does, but if not elaborate on what you need and I will see if I can help
