[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 144
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
For the beauty of the solution it is necessary to refer to the MA,
you need to calculate the period of the MA...
i.e. from a specific function result find the MA period used in that function? for that you need to see the function
Nope... The function is a flag and uses the MA period as an internal parameter...
In order not to remember the period of the MA because it varies - the period of the MA needs to be defined within the function...
just use Object delete ///
Another question...
int shift - is it the parameter we can change on the chart, i.e. shift?
or index of the value obtained from the indicator buffer (shift relative to the current bar by the specified number of periods back). I.e. I need to know the MA value 56 bars ago - hence int shift =56??? If not, how do I do it?
Hi all, has anyone come across a script for transferring trades from a trade history file ("Save as detailed report") of the terminal to a chart...?
The scripts:fromRepOnGraph204.mq4 and fromHistoryInFile.mq4 are not suitable.
Nope... The function is a flag and uses the MA period as an internal parameter...
To avoid remembering the MA period because it varies - the MA period needs to be defined within the function...
Where does it change? Where does it change, that's where you see it.
Thanks for that! If you don't mind... I need to know the MA value 56 bars back - hence int shift =56??? If not, how do I do it?
yes
Thank you!