I think you need to get the arrow appearing by indicator appear, then draw a new arrow (buffers are in the data window, and you have the indicator in my indicators)
Posts made by jstap
-
RE: How To Insert Arrow In EAposted in Questions & Answers
-
RE: Lots multiplication problemposted in Questions & Answers
Is correct but I could have made things clearer, follow this link and you will see all you need to: https://fxdreema.com/shared/SFVXcOZOd
-
RE: Cross touchingposted in Questions & Answers
Yes I do this, but in reverse, so if something comes up to a value, I use x> when I want to register the touch, even though I want the price to go down from that level
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
As I said you have to choose a starting level, so you can work out how many pips away price is
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
The current price is used to work out if price is far enough away from the starting point
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
No because you want a value that price can move 10 pips away from, 0 close is the current price
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Choose a starting value that is not current candle open
-
RE: close positionposted in Questions & Answers
If trade block set to buys or sells-close trade block set to sells or buys
-
RE: BLOCKS NOT CONNECTINGposted in Bug Reports
Interesting, to block numbers, always correct themselves, something to look out for
-
RE: 200emaposted in Questions & Answers
MA < candle 1 does this, but if you want to watch out for indecisive crosses you will need a loop to count the candles < or >
-
RE: MQL5 EA stops working after adding new constantposted in Bug Reports
Sometimes this is caused by spellings, "I think" words are used in behind the seen code, so using them causes conflicts. If this happens to me I will start the project from scratch, and/or change words.
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
In this situation, you need to test, change, test. if this block set-up has not been used before (and it's now to me), you will need to find the causes, so you can find the cure
-
RE: One pair at a timeposted in Questions & Answers
I rarely use the set market block, but this changes the market in all blocks underneath, I would use 3 no trade blocks with 1 market in each, then if no trades on a checked market it will pass to the next, if none of the 3 have a trad it will go through your blocks to place a trade
-
RE: What if 2 same EA activate in MT4? Need to understandposted in Questions & Answers
Symbols will stop this across different assets. Magic will work across all assets, group is added to magic, so group 1 + magic 167489 will use magic 167490
-
RE: BLOCKS NOT CONNECTINGposted in Bug Reports
By offending @Mantadiver means the block causing the problem.
-
RE: Longterm Scalping EAposted in Questions & Answers
All I can say is the graph looks ok, but the green lines are large drawdowns, and this is done over more than a year time frame. Graphs always look good over a long time.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Again you are expecting this to happen in 1 candle chose a price that is going to become more than 10 pips away. use the value rather than the line (use value to draw line), and put a space before pips:

-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
"But if I open another trade i.e. 0.02 then the EA again opens hedging for 0.02 and continues for all new opened trades" then something is possibly activating the reset before it needs to. once per bar, pass once, and reset work as they say they do.
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
But it does without 6 & 7?