Charles Ray Lorenzo / Publications
Forum
Timecurrent issue with my EA
Hi, need your help on my timeccurent code in my EA, basically what I want my EA to do is only trade during specific market hours, but it just ended up not taking any trades during back testing: here's a PORTION of my code: datetime time_to_trade = TimeCurrent (); datetime open_time = "15:00:00"
Supply and demand EA
Hi, I downloaded a custom indicator (link below) to be used as a supply and demand in my EA, unfortunately I cant call out the values for the supply and demand levels, I tried using the iCustom code but gives me the high and lows of the previous candles. Any suggestion would be great. For the code
How to get a specific value from an indicator
Hi, I'm currently in the process of making my EA. I got interested in using a custom volume indicator, but only planning to using the moving average of the volume. I tried using the iCustom code, but it instead gives me the volume of the current candle instead of the volume moving average . Any
Inconsistent EA
Hi, I'm a beginner in mql4 and currently practicing in creating a forex bot. I created this simple bot with the strategy of convergence of the 10/20 day EMA, I have no problem in compiling it but when it comes to using it on a demo account , I had the ff issues: 1. sometimes my EA takes a trade, and