@james-d The MT grid lines are on set price levels, I am not sure how you reference these levels but when price reaches a chosen level, place pending orders in grid, have the correct settings in the block and all will match the grid lines, if you take the current bid price then you can know how far to next level.
Posts made by jstap
-
RE: How to set Pendings on grid lines?posted in Questions & Answers
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@slimmz n HERE is a few options the check distance will only be correct when fast MA is above slow MA.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@slimmz This is how I would do it, use a formula block HI-LO into a variable will give you the distance as a price fraction, in a modify variables block you can take this variable change to pips and put back into the same variable, put in a comment block and visually check that your condition matches.
-
RE: Help with custom indicatorposted in Questions & Answers
If nothing in object list and nothing in buffers, then I have no Idea what can be done.
-
RE: Candle stick pattern EAposted in Questions & Answers
@tre Engulfing is simple and there is lots of information regarding this on the forum, the double top is harder, you need to determine your clarification for this then create blocks to total this clarification, finding a indicator that does this is likely easier, there may be information on this in the forum but I am unsure.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@slimmz If you you mean the check distance block it is likely because od option used, check if this works, if not put result in to a comment block a visually check.

-
RE: early start of tradeposted in Questions & Answers
@haikel The slope angle can be checked using MQ code but I do not know how, you can check that MA on candle ID? is <> MA on ID? , count the candles or check the distance, none of these may fit your strategy so you will have to decide what suites.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Depends on how you want to happen, when cross happens turn opposite condition to false.
-
RE: After closing a trade wait "n" candles to open new one.posted in Questions & Answers
@l-andorrà I wasn't showing how to create the EA, I was showing how I would do the one condition.
-
RE: WAIT TO PASSposted in Questions & Answers
@thedisliked Candle id references time something happened regardless of window, in HERE there is some examples on how to achieve this.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@slimmz If this is a forex pair it is 7.1 pips, or 71 points.
-
RE: Momentum line Crossing at 100 valueposted in Bug Reports
@haikel After a cross the line is either above or below, 2 condition blocks 1st with value above your chosen number, connected to condition of value beneath chosen number, this will make condition true when value is in-between your range.
-
RE: How to set Pendings on grid lines?posted in Questions & Answers
@james-d What do you mean by grid lines? you can use pending orders in grid.
-
RE: After closing a trade wait "n" candles to open new one.posted in Questions & Answers
@fxtr This will probably do as you like, can do the same with flags but with a variable you can put in a comment block to visually check if working.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Depends on why, maybe just allow 1 trade either or sell, put a shared link so reasons can be assessed.
-
RE: Help with custom indicatorposted in Questions & Answers
@alex81 It is likely then that the buffers don't contain relevent data, check your platform object list, if the names are in it you can likely use the object on chart.
-
RE: stop loss on Parabolic SARposted in Questions & Answers
@haikel This is what seems to happen, maybe it's your broker spread/limitations, these will also affect back test.
-
RE: early start of tradeposted in Questions & Answers
@haikel Try using candle ID 1, this will check for the cross on previous candle.
-
RE: WAIT TO PASSposted in Questions & Answers
@thedisliked You could just use candle ID 1, this would be the cross happened on the previous candle