Shino Unada
Shino Unada
Shino Unada
Added topic Input current datetime as a default
input datetime    InpDateTime = TimeLocal (); I would like the input panel to always show the current date as the default value when prompting for a date. However, when I write the above, I get an error. What can I do
Shino Unada
Added topic Is there any way to reset indicator?
I don't know if the expression "reset" is appropriate. The key is that I want to execute the same process as when I open the setting panel and click the OK button. Some programs, especially MTF indicators, often appear distorted at startup. However
Shino Unada
Added topic SnakeForce.mq4
void Drawing( int Shift) {    double val,Dval;    val = 5 * (Mart[Shift] - Mart[ ArrayMinimum (Mart,cPeriod,Shift)]) / 9 ;    Dval = 5 * (Mart[Shift] -           
son_ofthe_soil
son_ofthe_soil 2020.03.24
great indicator
Shino Unada
Registered at MQL5.community