[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 34
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
Hello!
Can you please tell me if a trend line is programmatically drawn on a chart, is it possible to read its value at the desired point (again, programmatically)?
Hello!
Can you please tell me if a trend line is programmatically drawn on a chart, is it possible to read its value at the desired point (again, programmatically)?
Hello!
Can you please tell me if a trend line is programmatically drawn on a chart, is it possible to read its value at the desired point (again, programmatically)?
It seems to be impossible, but if I really want to, I suppose I can...:-Р
They don't seem to be able to, but if you really want to, you can...:-Р
I'd like that very much :)
I wanted to make an indicator, but as I'm dealing with indicators for the first time, I got lost. The lines are drawn as they should be, but I cannot find the way to squeeze in the array with values. In the end, I haven't got anywhere.
I wrote an article once where I used the trend line to find the right point on the chart. Have a look, maybe you'll find something for yourself... :)
With MoveFileA all went well. Thank you very much, TheXpert!
I'd like that very much :)
I wanted to make an indicator, but as I'm dealing with indicators for the first time, I got lost. The lines are drawn as they should be, but I cannot find the way to squeeze in the array with values. As a result, I didn't manage to squeeze it in.
If you'd show me the code and tell me what you want, you'd probably won't need straight line equation... It's an indicator and all the necessary data are in its buffers ... Although ... :)
Here's the code, copied from the tutorial from the same site :)
I want to get two lines and read their values on any bars via iCustom
Dear forum members, help!
I need an indicator with the following requirements: 1) Intersection of two MAs (you can choose type of MA, period of MA, what MA is applied to, as well as shift).
2) The indicator draws an arrow at the intersection point.
3) At the moment of crossing, there will be a beep and an e-mail message.
4) The signal is produced only once. At the moment of crossing the MA.
There are two indicators: MA_Shift_Crossover_Alert.mq4 and 2MA CrossoverWithPrice_fixed.ex4
The first one doesn't like that the signal is given at every candlestick and after crossing the MA. The second one does not manage to set the MA shift.
Is there some way to add the possibility to shift MA to the second indicator?
The indicators are attached in the archive.
Thank you.