Revazi Tchitanava / Publications
Forum
How to resize 2d array?
Hello. I'm trying to resize 2d array. double array[ 1 ][ 1 ]; ArrayResize (array, 100 , 100 ); Print (array[ 50 ][ 10 ]); Could anybody help me? I'm trying it in MQL4
How to read log files in real time? MQL4
Hi guys. I'm trying to read latest line in latest log file. So could anybody help me? //+------------------------------------------------------------------+ //| Test1.mq4 | //| Copyright 2019, R.T. Software Corp. |
Is there way to disable or enable auto trade or live trade via custom indicator? MQL4
Hi guys. I have EA (ex4 file) I want to add some filter on it so I have decided to make indicator that will calculate some algo and after it enable or disable auto trader or live trade. witch one will be possible. Please help me. Thank you
Please Help me to make MultiTimeframe indicator
Hi there, My name is Revazi, I am trying to made MultiTimeframe indicator based on Custom indicator called Traditional MACD from MQL5 Market(https://www.mql5.com/en/market/product/2593). I am using this indicators main line and as soon as line crosses above 0 level I want to make blue
How to apply ADXWilder to another subwindow indicator?
Hi there! I am trying to apply ADXWilder to another subwindow indicator. My goal is to calculate ADXWilder based on renko bars from subwindow indicator. I mean in MQL4 we had option like iMAOnArray etc but in MQL5 I couldn't do same. So please help me if you can. Thanks
MTF ADXW Indicator works fine and draws all lines correctly but after some time indicator buffers values became 0. Also indicator is very slow.
Hello, I am trying to code MTF ADXW indicator. Below is my code which works fine and draws all lines correctly(See screenshot below) but after some time indicator buffers values became 0. Also indicator is very slow. I hope somebody can give me suggestions and tell me whats wrong with my code
My seller application got rejected and support is not replying.
Hello. I have problem while registering seller account. my application got rejected. I asked for help to Website->Contacts and requests but nobody is responding to me. if somebody can assist me or had same problem and fixed it please help. thanks in advanced
My seller application got rejected and I can't contact to support.
Hello. My seller application got rejected and I can't contact to support. I have send message to them almost 2 weeks ago and didn't received answer. can somebody help me and tell what should I do
How to create button to go to website
hello. I have coded some example EA. I want it to able to go to www.google.com when I click on button. anyone if could please help me. thanks. #property link "" #property version "1.00" #property strict //+------------------------------------------------------------------+ //| Expert
I have Developed Multi ADX indicator in mql4 and now I am trying to run it on mql5. I have converted everything but i get array out of range error.
please help me. problem is in: array out of range in 'TurboADMI.mq5' (1800,25) thanks in advanced