| / | Forum |
|
Kalenzo
2006.02.02 15:01
Hi all!
I have a litle problem with that function TimeOnDropped( ) and PriceOnDropped() When i add this to my start function of my indicator it returns me 0 Anyone knows why? Start() { Comment(PriceOnDropped()," ",TimeOnDropped()); } |
|
Three-Dimensional Graphs - a Professional Tool of Market Analyzing In this article we will write a simple library for the construction of 3D graphs and their further viewing in Microsoft Excel. We will use standard MQL4 options to prepare and export data into *.csv file. |
5198 |
stringo
2006.02.02 16:59
http://www.mql4.com/docs/grp_windows/timeondropped/
See note. "For custom indicators this value is undefined." |
|
Kalenzo
2006.02.02 19:48
:( I read that and thought that it will not work like it supose too.
But mabye there is some way to implement that kind of functionlality in cutsom indicators? |
5198 |
stringo
2006.02.03 13:46
There is problem with new subwindow for indicator (WindowOnDropped function). For indicators this function returns its window number that may be differ
from number of window on wich indicator was dropped
|