Errors, bugs, questions - page 3017
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
how to make the indicator appear in the background, behind the candlesticks?
in the graph properties, tick the "Graph from above" checkbox
how do I make the indicator appear in the background, behind the candlesticks?
I thought it was only newbies on the forum that were cluttering up the whole forum with one of their questions.
Forum on trading, automated trading systems and testing trading strategies
Any questions from newbies on MQL4 and MQL5, tips and discussion on algorithms and codes
Alexey Viktorov, 2021.05.22 12:12
.In the properties of the graph, check the "graph on top" box
I thought it was only newbies who were cluttering up the forum with one question.
any moron can do that))
how to do it in the indicator code?
i asked the developers, the code allows to draw the chart on the foreground/background, but the indicator itself isnot drawn onthe foreground/background. it is more logical to draw the chart as they need it, not the chart.
any idiot can do that))
how to do it in the indicator code?
it was a question for the developers, you can make the chart on the foreground/background with the code, but the indicator itself isnot drawn onthe foreground/background. it is more logical for programs to draw it as they need it, not the chart.
That's not it. It is to make the chart active - to move the focus to it. If there are many charts open and their tabs do not fit in the chart window, then this will make the tab of the specified chart active and visible, and this chart will be displayed on the screen.
If the price chart in the chart should be in the foreground, then this property must be set: CHART_FOREGROUND.
any idiot can do that))
how to do it in the indicator code?
it was a question for the developers, you can make the chart on the foreground/background with the code, but the indicator itself isnot drawn onthe foreground/background. it is more logical for programs to draw it as they need it, not the chart.
I would very much like to know more about a contract property such as
SYMBOL_TRADE_TICK_VALUE_PROFIT
Calculated tick value for a profitable position
double
In what currency is the profit calculated?
For which lot size?
With which formula?
As the tests have shown, it is a total mess: some rules for currencies, others for metals, and still others for indexes and equities?
That's not it. It is to make the chart active - to move the focus to it. If there are many charts open and their tabs do not fit in the chart window, then this will make the tab of the specified chart active and visible, and this chart will be displayed on the screen.
If you want to display a price chart in the foreground, set this property: CHART_FOREGROUND.
Yes, I got it wrong.
That's not it. It is to make the chart active - to move the focus to it. If there are many charts open and their tabs do not fit in the chart window, then this will make the tab of the specified chart active and visible, and this chart will be displayed on the screen.
If you want to display the price chart in the foreground, set the CHART_FOREGROUND property.
CHART_FOREGROUND is a chart property, while my question was about the indicator property.
It's easy to imagine the situation - there are a few indicators in the chart and each of them has its own idea of whether it should be drawn in the background or in the foreground.
You can change the chart property from the programme, but it's not universal, to say the least.
CHART_FOREGROUND is a property of the chart and the question was about the indicator property.
We have several indicators in the chart and each of them has a different idea of whether it should be drawn in the background or in the foreground.
You can change the chart property from the program, but it's not universal, to put it mildly.
Then we will have to draw to the indicator line + candlesticks for the indicator that should be drawn under the candlesticks. For the others - which are drawn over the candlesticks, set the candlesticks to be drawn on the background of the chart. I personally do not see any other way.