@ebukaitalian Unfortunately this indicator has no buffers for the arrows, in the pictures you can see how to add and the numbers placed in to the 3 buffers, they represent the end position of the 3 lines. FXDreema uses the numbers in buffers to work out what the indicator is doing.

Best posts made by jstap
-
RE: Help convert this indicator to eaposted in Questions & Answers
-
RE: Time source wrong calculationposted in Bug Reports
Interesting, hopefully @fxDreema can look and fix this, code can be used for correct results: https://fxdreema.com/shared/4MDTyPJZb

-
RE: How to get line/MA slopeposted in Tutorials by Users
@alphaomega I now use can ID 0 or 1 in left operand, what ever is in the constant in right operand, makes no difference just positive slope number trend is up instead of down. I quite often use 0 >< slope, means you get no flat angle.
-
RE: Create a pending every new trade at fixed distanceposted in Questions & Answers
@meshii As others have said, you may find that your broker wont allow a pending placed at such a small distance, check your journal for info on this, on the on trade tab you have purple blacks that act only on specific trade information, you also have a trail pending block so if you have to place a further distance away you can at least trail behind price.
-
RE: supertrandposted in Bug Reports
@armankurd78 @l-andorrà is correct this indicator will repaint, the trading view is better, but doesn't work here, depending on your use, you can still use it but, don't expect things to work as expected, when you're looking at how the indicator looked in the past.
-
RE: Two trailing stop losses trailing towards each otherposted in Tutorials by Users
@namiyrd use trailing stop for group of trades, never used it but would think this is what it does.
-
RE: How can I find the average opening price for the last two positions?posted in Questions & Answers
@khalids222 So while sleeping the correct answer came to me, as you'll see in this picture just change the number of trades to check from1 to 2 and put the pink block back. Hope this helps.

-
RE: Bug in ZIGZAG indicatorposted in Bug Reports
The sequence of ZZ is set by the ZZ indicator, so you need to decide what ZZ point you want to use, the sequence is not incoherent.
-
RE: How to get line/MA slopeposted in Tutorials by Users
@alphaomega You don't need pass blocks when you have a condition, personally I don't connect yellow to top, this makes the block loop until it passes so avoiding the above conditions, every tick it will try to complete the tree, if it can't it waits until the next tick to try again. As for the draw blocks you need to name so when redrawn it knows what to redraw, this needs a condition so it will only redraw once needed, I would have a condition using object on chart, the slope angle, so if sloping up and candle closes above (>) it redraws, if sloping down and candle closes below(>) the line is redrawn, I would switch all off except the line drawing until this is working as needed.
-
RE: Manual Grid Martingale EAposted in Questions & Answers
@amincgi Set the magic number to 0, this will allow EA to work with manually placed trades, if you use the pink blocks then pips away will make EA do something at chosen pips, in the on trade tab you have purple blocks that will do something whenever something specific happens like trade opened, in the pending order blocks you can set the place where an order is placed. Between these 3 options you should be able to achieve everything you want.
-
RE: Missing block on next dayposted in Bug Reports
The choice is yours, the chances of your project being different to what has been seen before are very low. I was trying to help other wise create each section separately and try to replicate the problem.
-
RE: How to get line/MA slopeposted in Tutorials by Users
@alphaomega Fair play, I still create a section and once it works I move on to the next.
-
RE: custom indicator ...please help ......posted in Questions & Answers
@harshalr5556 This indicator has 4 buffers, buffer 2 is the green arrow, buffer 3 is the red arrow.
If you use indicator appear block then the EA will do whatever you require when arrows show. -
RE: Missing block on next dayposted in Bug Reports
I still need to see the project, if you are that worried about others seeing it, you an PM it to me
-
RE: How to get line/MA slopeposted in Tutorials by Users
@alphaomega The line doesn't have a name, put one in there and put yes for redraw:

-
RE: Help me tell me the use of the volume upper limitposted in Questions & Answers
@jolly-virox The blue block called check position count, this should go at the top of the tree.
-
RE: check distance moduleposted in Questions & Answers
@piptheripper Don't worry about it, we all have these moments and there is lots of options in FX to deal with. Glad I helped
-
RE: On Trade can't useposted in Bug Reports
It does work, add a shared link to see what has been done.