7/12/24 10:14
Well yesterday wasn't much better than the day before. I have needed to get some robust logging functions into the code but there have been issues with creating directories, filenames, timestamps, one thing after another. Finally got there though and have some logs being created that record the specific data I need to diagnose issues. That was pretty much the whole day. Managed to get a little bit of parameter tuning in at the end but didn't really get anywhere with it, however it did highlight a very important issue with the indicator readings and how they are interpreted by the code which is what I will look at today.
11:31
On the indicator there is a zero line. So sometimes the indicator readings are both negative, both positive, or one degative and the other positive. Took a while to figure all this out but we got there eventually. All sorted now. Moved on to getting some trades happening and investigating what is preventing them from occuring. Turns out the time restrictions were inhibiting them when potential conditions were favourable and the AI misinterpreted, or I may have not been clear enough about using session times to trade. The AI made it only trade during these times when I only wanted it to take these times into consideration but still trade outside these times. So that is what I am working on now, in addition to getting the logging working correctly.
Comments
Post a Comment