ivan
ivan
Friends

Add friends via their profile or user search and you will be able to see if they are online

ivan
Added topic PUSH from indicators
Hi everybody, I am wondering if SendNotification() is possible from indicators. The MQL help https://docs.mql4.com/common/sendnotification tells nothing about that. But the MT4 terminal Options menu tells that push can be sent from EAs and scripts
ivan
Added topic Custom panels conflict with input panel
Hi everybody, I am trying to incorporate interactive buttons from the mql4 help examples into my code, and a strange conflict arises when my code uses input variables, breaking initialization of the buttons panel. In order to show the conflict I am
ivan
Added topic Input does not work with double: known?
Hi everybody, try to enter 0.5 or any other double on input in this script - the input cell will not allow you to do that. Apparently an input variable can not be of double type, but it is not mentioned in documentation, is it? Tested on build 625
ivan
Added topic error in OBJ_EDIT example from MQL4 documentation
This script demonstrates that OBJ_EDIT example from MQL4 documentation https://docs.mql4.com/constants/objectconstants/enum_object/obj_edit contains an error: the priority for mouse click can not be set or at least the compiler issues an error
ivan
Added topic MetaEditor clone windows problem
Hello everybody, has anybody come across the following issue: if a new window is opened up in MetaEditor (Window-->New Window) it is supposed to allow one to access different parts of the file, isn't it? But when I scroll to a part I need in the
ivan
Added topic аннотации в панели входных параметров
Доброй ночи. В индикаторе есть набор входных параметров, которые задаются декларацией типа input int a=1, b=2; input bool c=0; в "шапке" индикатора. При этом в панели, появляющейся при инициализации индикатора, параметры показываются
ivan
Registered at MQL5.community