Joze Silc / Publications
Forum
MQL5 debugging: "Break when value changes"
Hi When will be possible debugging "Break when value changes" on varibles? I have more then 100 assignments on more then 20 variables and want use simple breakpoint use with one function: "Break when value changes" Best regards J
debugging: break code runing on Variable1==true
Hello Is it possible to set a conditional stop in MQL5? For example if Variable1==true How? BR Joze
subscribe to signal if NOT listed in MT5
If signal is not listed in MT5 and I want to subsribe to existing good working signal ..... Is it possible? THANKS for answer! J
MQL5 debuging and temporary disable all breakpoints ...
Hi I have many breakpoints and when debuging I need sometime to avoid any breakpoint for some time (example 4-hours)! Because I must allwasy many times click on mouse button to run again form current breakpoint.... Exist some button/option that disable temporary all breakpoints until I press on
MQL5 resistance & support
Hi How calculate resistance and support of current time -frame!? I don't want indicator! I want calculate resistance and support within EA..... BR J
what indicators for SCALP-ing strategy?
Hi What indicators are importent for scalping strategy? Any usefull code example? Best regards J
new update of MT?!
I restart MT5 with today update (1.9.2021) .... and now MT5 can't be started! When I click on icon..... nothing hapening! :( Thaks for help! J
spread purchase costs (Mql5)
Hi What is function in MQL5 for "spread purchase costs"! This is funcion of Ask-Bid price and LotVolume and Leverage I think....... How will look this in MQL5 code? THANKS for info
MT4: why I not see all signals?
Hi I have OctaFX-Real broker and not see all signals! How to subscribe to signal wich is not listed? Thanks! J
MQL5 5.0 build 2783 bug? // 'ArrayMinimum' - constant cannot be modified
Hi maybe buy? I get compiler error on: Min_Bar= ArrayMinimum (mrateMesec, 0 , WHOLE_ARRAY ); Maks_Bar= ArrayMaximum (mrateMesec, 0 , WHOLE_ARRAY ); 'ArrayMinimum' - constant cannot be modified Please check code in file test2.mq5