Get the required indicator buffer in a comment, then use this value to do what you need.
Posts made by jstap
-
RE: How to read the buffers of this custom indicator (mq5)?posted in Questions & Answers
-
RE: Using Object to enter tradeposted in Questions & Answers
Get this value into a comment, then work with using it.
-
RE: Close partially, least profitable tradeposted in Questions & Answers
Is the current price, place multiple trades, then close however many you need to reduce the lot amount.
-
RE: Position closed block not working correctly.posted in Bug Reports
So try it on any, (is what I use and previously it has stopped my blocks working). Also, I am on this forum more than anyone, and this is not a common problem
-
RE: Position closed block not working correctly.posted in Bug Reports
You have this as specified, but you have not specified a symbol.

-
RE: ea doesnt open trade in last etapposted in Questions & Answers
Yes it is, you can draw a line in that window, and then you can see if if what you want to do works
-
RE: ea doesnt open trade in last etapposted in Questions & Answers
Yes, use the buffer value to draw a line
-
RE: ONE PENDING ORDER AT A TIMEposted in Questions & Answers
You only want a sell if there is already a buy, check if a buy is running, before placing the sell.
-
RE: ea doesnt open trade in last etapposted in Questions & Answers
When it comes to custom indicators how they act can affect how they work on FX, I would draw the line for each required buffer, and watch to check if it is doing as I require.
-
RE: Sells not working, need help.posted in Questions & Answers
I am unsure why, I think the admin is doing lots of work on MT5
-
RE: Cannot find Mouse Clock Boxposted in Questions & Answers
@DragonZueloTrends solution is how to get it working on mouse click, my issue with doing it this way first is it only works on live/demo charts. I set it up on tick, under a testing block, and then when working I copy it onto on chart, this way I can test it all at speed.
-
RE: Sells not working, need help.posted in Questions & Answers
Draw a line on these values, then visually check if correct values have been selected.
-
RE: 2 Indicator Confirmationsposted in Questions & Answers
Use bool, if a condition is true set to true, and set to false when no longer viable, do this for both conditions, then check both before using.
-
RE: How to combine 2 EAs in metaeditor??posted in Questions & Answers
It is possible, but there is a vast amount of code to go through, let FX combine it all, then change what is needed,
-
RE: For each object bug (MT5 only, works fine in MT4)posted in Bug Reports
Fare enough on the bug report am sure the admin will see, might take some time though.
-
RE: Position closed event with takeprofit/Stoploss on mql5 problem on MT5 build 4153 doesn't workposted in Bug Reports
Possibly how you have blooks set, but as it worked before, more likely admin changes. Contact him from the main page to check, you can try adding a shared link to look at, but unlikely to help.