|
ChartPriceOnDropped
Returns the price coordinate corresponding to the chart point the Expert Advisor or script has been dropped to.
double ChartPriceOnDropped(); |
Return Value
Value of double type.
Example:
double p=ChartPriceOnDropped();
|
See also