It looks like this code does it, put under your bool condition using a MQL custom block: ChartOpen(NULL, your constant name, PERIOD_M15);
Posts made by jstap
-
RE: How to use constant/bool with chart valueposted in Questions & Answers
-
RE: help me !!!! How to enter the next order when the candle closes?posted in Questions & Answers
Candle close 99/100% is the next candle open price, once per bar is the closest as it uses the 1st tick on a bar.
-
RE: Dose anyone have Supertrend mql code?posted in Questions & Answers
MT4? This code is everywhere on the internet. Add to my indicators and you can then access in most blocks:
SuperTrend.mq4 -
RE: Need help ATR stop lossposted in Questions & Answers
Use the candle price, then in adjust put: + or - iATR(NULL,0,14,0);
-
RE: upload my project code MQL4posted in Questions & Answers
The instructions contain what you need to start, anything else you get stuck with you'll have to ask the question.
-
RE: How to delete pending orderposted in Questions & Answers
There is a blue block for deleting pending, put a block above with the reason to do so.
-
RE: Project disappear in FXDreemsposted in Bug Reports
I think Chrome has been a problem, I use Edge, normalising IDs may help as well
-
RE: Project disappear in FXDreemsposted in Bug Reports
This has come up many times and has always been a browser problem. All I can say is get another browser and see if it resolves things.
-
RE: upload my project code MQL4posted in Questions & Answers
FX can only work with FX created files
-
RE: How to avoid correlated pairsposted in Questions & Answers
This is quite hard to back test but this should do it: https://fxdreema.com/shared/I9PjwP3xd
-
RE: How to get notifications?posted in Questions & Answers
@pezhman491 That it what I meant, MT4/MT5 not telegram.
-
RE: How to avoid correlated pairsposted in Questions & Answers
Not that I know of, generally this type of code is what's in the light pink blocks, just not that, so a for each block, with OrderSymbol() in a modify variable block, will give you the symbol of the last loaded order. But then you would have to split it in 2, and if your symbol has extra letters it would fail. When I get a minute I will put something together.
-
RE: How to save the time of a vertical line in a variable?posted in Questions & Answers
The time you have is seconds since 1970, use this to convert:
TimeToString( Your value,TIME_MINUTES); -
RE: Dashboard Based on Moving Averages and Timeframesposted in Questions & Answers
You can do this, start a project displaying what you need with 1 block, use buttons (orange blocks), and then you can expand from there.
-
RE: How to get notifications?posted in Questions & Answers
Getting the information is not easy in telegram, you can get this sent to your phone though.