Talky_Zebra
Talky_Zebra
Friends 2
Talky_Zebra
Added topic Stationarity indicator and how to see if the market is moving with commitment
Here is an indicator for anyone who is interested in using it.  I created it both to practice some coding techniques and also to be able to have a look at some market dynamics that interest me.  Maybe some of you will find it interesting as
Talky_Zebra
Added topic MT4 and MT5: OnTimer sometimes stops updating?
Hi all.  I am seeing an intermittent problem on MT4 and MT5 (although it happens more on MT4 so far) where Initializing the Timer works fine, no errors, and the OnTimer function begins to work ok.  But then at some later point, OnTimer
Talky_Zebra
Added topic Very strange - Error 4074 - out of memory when using iTime for multi timeframe functionality?
I am working on an EA in MT4, trying to take advantage of some multi-timeframe features.  In summary, my current EA runs on a PERIOD_D1 tf and I want to check the current time on PERIOD_D1 tf to manage housekeeping functionality. To isolate the
Talky_Zebra
Added topic Trading Days of the Month and other business day math
I wanted to try Larry Williams' Trading Day of Month strategies, but I had a hard time figuring out how to calculate the current trading day of the month accurately (basically similar in concept to business day calculations in Excel).  I could
Talky_Zebra
Added topic Function call to get Balance & Equity Graph image?
Hi all, While tightening up automating my testing process I would like to grab the balance and equity graph at the end of a test. There is a right-click method for this on the balance/equity curve chart, so I am hoping there is a matching set of
Talky_Zebra
Added topic Github: sometimes seeing mq5 and mqh files as "binary"
Hi all, I ran into a problem that seems to have surfaced for me recently. Some of my .mq5 and .mqh files are incorrectly seen by Github as binary.  I have not changed anything in my ea-creation workflow (ie: using a third party text
Talky_Zebra
Added topic Strategy Tester *SLOWED DOWN* by function in OnTimer??
I've noticed a surprising thing: An EA that I am coding has an OnTimer function call in it that I *thought* that the Strategy Tester would ignore.  I inserted it there because during normal, non-testing runtime, I wanted it to run a utility
Talky_Zebra
Added topic Broker time zone offsets, DST, and the strategy tester
Maybe I am not using the right search terms in google or on this forum (if so, please enlighten me so I can find the golden key).  I cannot find easy solutions to aligning my timezone with my broker's timezone in the strategy tester ... and take
Talky_Zebra
Added topic Your experices with Auto Optimization in MT4?
Hi - question for the crowd here: It seems like about 10 years ago, batch or auto optimization (ie: something similar to this - https://www.mql5.com/en/articles/1467 ) seemed to be the big up-and-coming thing.  Difficult to pull off, but some of
Talky_Zebra
Added topic Best method to automatically update history files in MT4?
Hi all, done some research on the following, and have hit a wall.  In MT4 this seems to be more difficult to do, compared to MT5.  Maybe I'm not searching in the right corner of the forum or internet?  Wouldn't be surprised if I missed
Talky_Zebra
Added topic MQL4 database features
Hi all, I am new to the forum and this is my first post. I am having quite a lot of fun learning mql and I am a 3 month newbie at it.  I am at a point where I am wondering if using the database functionality in MT4 would be of benefit to me
Talky_Zebra
Registered at MQL5.community