Questions from Beginners MQL5 MT5 MetaTrader 5 - page 366

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
No. Everything is standard. Mostly data array and graphics work.
You have to go to a branch like the one on 4 - "Questions from professionals"... IMHO
You have to go to a branch like the one on 4 - "Questions from professionals"... IMHO
Question - is there an EA which would highlight a profitable position in green in the window where orders are placed?
Is there such an advisor for mt4?
I am a beginner. Is it possible to make 2-3 indicators for individual shaft pairs and then call these indicators for joint processing in a joint indicator.
How to work with iCustom
I am a beginner. Is it possible to make 2-3 indicators for individual shaft pairs and then call these indicators for joint processing in a joint indicator.
How to work with iCustom
It is possible.
iCustom
Hello.
there is an indicator https://www.mql5.com/ru/code/1776
It draws graphical objects.
I want to use it in the EA and in the tester, but there is a problem: the indicator has no buffers and I cannot output it by standard iCustom call.
It is not shown in the Strategy Tester either.
As an option I tried to make a template tester.tpl that would be this indicator.
But it is shown in the tester only on the last day of the history =(
Please advise how to receive data from these indicators and what they would work in the tester.
With respect Alexei.
Hello.
there is an indicator https://www.mql5.com/ru/code/1776
It draws graphical objects.
I want to use it in the EA and in the tester, but there is a problem: the indicator has no buffers and I cannot output it by standard iCustom call.
It is not shown in the Strategy Tester either.
As an option I tried to make a template tester.tpl that would be this indicator.
But it is shown in the tester only on the last day of the history =(
Please advise how to receive data from these indicators and what they would work in the tester.
With respect Alexei.
Hello,
I wrote an indicator which, by analysing the shape of the chart, draws vertical lines of different colours, depending on the criteria set.
However, sometimes several different criteria are fulfilled simultaneously within one bar. And then it is required to draw several
different vertical lines of different colours within the same timeframe. It is not a problem to draw them, but they overlap each other and only the last one can be seen in a picture. I've tried to separate them somehow adding a few seconds to time parameter when calling vline graphical object (when working on minutes) but it doesn't work, lines are still drawn at time multiples of timeframe. Can someone suggest how to divide a few lines within one timeframe to see them all.
Thank you.
Hello,
I wrote an indicator which, by analysing the shape of the chart, draws vertical lines of different colours, depending on the criteria set.
However, sometimes several different criteria are fulfilled simultaneously within one bar. And then it is required to draw several
different vertical lines of different colours within the same timeframe. It is not a problem to draw them, but they overlap each other and only the last one can be seen in a picture. I've tried to separate them somehow adding a few seconds to time parameter when calling vline graphical object (when working on minutes) but it doesn't work, lines are still drawn at time multiples of timeframe. Can someone suggest how to divide a few lines within one timeframe to see them all.
Thank you.