That's ok, although you could save into 1, I wouldn't, I would use different, if in 1 you would have to strip out each value.
Posts made by jstap
-
RE: Why does my EA no longer work correctly when I close and reopen my MT5 terminal?posted in Questions & Answers
-
RE: counting simultaneous open positionsposted in Questions & Answers
What do you mean by simultaneous?
-
RE: counting simultaneous open positionsposted in Questions & Answers
modify variable=0, pink for each trade loop, add 1 to the variable
-
RE: Delete Stop Lossposted in Questions & Answers
Pink blocks will select a trade SL, then modify it to 0
-
RE: Why does my EA no longer work correctly when I close and reopen my MT5 terminal?posted in Questions & Answers
To have those values they would need to be stored in something like a global variable, you could try this, on deinit move all values to the global variables, and on init populate the panel from the global variables.
-
RE: account activatposted in General Discussions
Can take a while with crypto, up to a week for admin to check and activate
-
RE: how to choose methods in indicatorsposted in Questions & Answers
The link doesn't help, the choice is yours, you can create an enum to have choices in an enum dropdown, or separate inputs.
-
RE: I hope someone can help me this time... I need to draw texts of the name on the rectangles of the Asia, London and NY sessionsposted in Questions & Answers
I would probably use GMT as well, but I would search Google to find times, GMT is winter time in the uk.
-
RE: I hope someone can help me this time... I need to draw texts of the name on the rectangles of the Asia, London and NY sessionsposted in Questions & Answers
Add this:

and this

Let me know if it works
-
RE: how to choose methods in indicatorsposted in Questions & Answers
Make a start, test, then add a shared link if something's not working, and say what you are trying to do
-
RE: Lots multiplication problemposted in Questions & Answers
Generally string = text, but sometimes a numeric value is contained in a string, or accessed from a string. Warnings normally work fine, you only need to worry about errors.
-
RE: how to choose methods in indicatorsposted in Questions & Answers
You can do any of this, generally create a constant that will change these values
-
RE: Urgent please helpposted in Questions & Answers
Add a shared link, to see what the EA is being asked to do
-
RE: Pending orderposted in Questions & Answers
But your 2 conditions are the same? Change this and it will do as you want.
-
RE: Pending orderposted in Questions & Answers
That is correct, a buy will be placed, and 20 pips above the pending will be placed
-
RE: Pending orderposted in Questions & Answers
In the block, there is a close option, won't work if the trade has activated
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
It doesn't matter, just the price value of the level you want to start at
-
RE: Lots multiplication problemposted in Questions & Answers
My bad for missing the " " in the code:

This does work just add " " and delete the variable...(I have changed the link)
