It is giving me the correct arrow:

Posts made by jstap
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
To me, things only work as I instruct. Instead of drawing a line then reacting to it, put all in the block above buy:

-
RE: Draw Arrow arrow without headposted in Questions & Answers
Obviously, you would have to add a shared link, not a picture, if something is working abnormally, you have to contact admin.
-
RE: Need help, My Indicator 1 work but 1 doesn'tposted in Questions & Answers
Put this indicator into a comment so you can see the returned value
-
RE: Please help me out.posted in Questions & Answers
So what you need to do is the same, get this value first, I prefer to get the EA to draw the line first, then drag it to where I want (can do it manually but the name is not fixed).
-
RE: can someone make me an EAposted in General Discussions
N mate, you may find someone to do it, try @roar or make a test project and ask what to do
-
RE: Please help me out.posted in Questions & Answers
Get the trend line value and draw a line with it, once you have this it is just a job of telling EA if candle x closed < or > value, do this...
-
RE: Hammer EA no sell positions backtestingposted in Questions & Answers
2-5 vs 5-20 would be the same if high/low were in the lower range. In your latest project have you got your block connected?
-
RE: ARROWS NOT DISPLAYING ON CHART MT5posted in Bug Reports
in the picture is how to place the arrow + ATR distance above the candle open, average candle size over 100 candles: this is above divided by 2 +iATR(NULL,0,100,1)/2 - this is below divided by 2 -iATR(NULL,0,100,1)/2
-
RE: Modify chart color backposted in Questions & Answers
Is hard to say without seeing, but probably use purple trade open and trade closed on the trade tab connected to the relevant change colour block
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
I have never seen this happen, put a few blocks together and show to admin, he can then see what's happening
-
RE: Backtest runs into "End of Test" - BUT WHY?posted in Questions & Answers
I don't think you need this for each but Boxxcode has things working so should work, I think this for each is in the object on the chart anyway. What I would do is strip things back and test until I find what's causing the problem
-
RE: Draw Arrow arrow without headposted in Questions & Answers
not sure as normally works for me, 127 is the number for headless. And did you mean -2 pips?
-
RE: hedge strategyposted in Questions & Answers
Does it work as you want? I think you want each trade in trail, and anywhere you have specified symbol means it will only work on the chart you add the bot to:

-
RE: Backtest runs into "End of Test" - BUT WHY?posted in Questions & Answers
I am not sure what you are doing with for each object?

-
RE: hedge strategyposted in Questions & Answers
You need to sort the group and symbol in every block:

-
RE: Hammer EA no sell positions backtestingposted in Questions & Answers
I cant see a problem, try replacing blocks, or unlinking blocks 1 at a time until you find where the problem is


