It looks like it would, use object on chart in a comment to make sure you are getting the value, you could try using a word other than a number.
Posts made by jstap
-
RE: Doesnt tradeposted in Questions & Answers
-
RE: Good day good people anyone who can help to create a EA that only uses Solar Wind joy mt4 please helpposted in Questions & Answers
There is a lot more to it, have you added the indicator to FX? Can you use the arrow appearing to do something?
-
RE: how can I set pending orders one after another? wanna try hedghe strategyposted in Questions & Answers
Once per position order needs a for each position above
-
RE: How I can make background for the comment area?posted in Questions & Answers
What I said was misleading, do what I said but it can be without the one per bar block, if this is redrawn every tick it will still work.
-
RE: My Indicator Line Styleposted in Questions & Answers
You can add it here |I do it regularly, right click and copy, then right click and past here.
-
RE: varieble lineposted in Questions & Answers
Do what I said and add a shared project, create value, but don't change until you want it changed!
-
RE: varieble lineposted in Questions & Answers
You are constantly drawing the line, you need to limit this:

-
RE: varieble lineposted in Questions & Answers
Add a shared link to look at, you haven't done what I said because I said about a pass once block
-
RE: How I can make background for the comment area?posted in Questions & Answers
@haitham By doing that the months filter is constantly true, so It will draw every tick, use a condition that's only true on occasion (maybe once per daily bar), and do this if draw block is true->draw rectangle (use X & Y)->draw text (use same X % Y). Use orange blocks to draw all.
-
RE: how to check profit and close for each symbol?posted in Questions & Answers
And that is my point in creating a test project, this way you learn what you need to do, and in future, you will find things easier to work our
-
RE: varieble lineposted in Questions & Answers
Your variable is created from a formula, so as long as the formula makes the same value it won't change. You will have to use a pass once block, then you can change the value, but you will need to reset at some point.
-
RE: Doesnt tradeposted in Questions & Answers
What is this doing? Is it drawing the line? does it then not place the trade?
-
RE: How I can make background for the comment area?posted in Questions & Answers
Yes as I said draw a rectangle first, test and create a project, then add a shared link to look at if you have any problems.
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
Need a lot more information to grasp what you mean
-
RE: Expiration Date Messageposted in Questions & Answers
I do not know if you can, if you search the MQL code you can probably find and change it, but you would need to change it every time.
-
RE: Expiration Date Messageposted in Questions & Answers
Add a shared link, but it sounds like it is not an FX EA
-
RE: help me pleaseposted in Questions & Answers
Group numbers are not the way to create this, close trade and open a new one, this way group 0 is always available.
-
RE: how can i make moving lines?posted in Questions & Answers
Put the price in a variable, draw from the variable, in a condition use candle 0 close < or >the value then + or - 5 pips in adjust, under change the variable number to current candle 0 close