Shino Unada / News feed

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
Share on social networks · 1
5

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
Share on social networks · 1
2

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] -


: