EMA & RSI Intraday M15 system 42 replies
Scalping System on M15 12 replies
M5-M15 PHY TRAIN Quantum system 16 replies
Edźwin's M15 system - proverbial construction of flail :) 11 replies
DislikedHello Inbox, Looking at your graphs (for original settings), you may have made the same mistake as me... wasn't aware MT5 was set at GMT +2/+3 by default, and using TimeGMT() doesn't work in the strategy testers, so I was operating from a completely different window.Ignored
DislikedHello Inbox, Looking at your graphs (for original settings), you may have made the same mistake as me... wasn't aware MT5 was set at GMT +2/+3 by default, and using TimeGMT() doesn't work in the strategy testers, so I was operating from a completely different window. With a 1:1 ratio now, using the correct timeframe from 1/1/17, with the only addition to standard rules being trading only 15-45 pip windows, using 0.01 lots constantly on a $1000 starting BR, here is my current graph: {image}Ignored
DislikedHey... my first Mql4 code here, maybe we have a lot of bugs on this simple EA code, for sure. Btw, on testing is giving me some good results with some tweaking, lets see... Test with original settings/rules (01/01/2017)-(10-10-2018): {image} Test with some different settings/rules (01/01/2017)-(10-10-2018): {image} {image} The EA is here... feel free to test with different settings. {file}Ignored
Disliked{quote} Hello Penguinthief, i'm using "TimeCurrent()" to get the server time, letting the user decide the best Start Time and End Time of the box. If my broker is GMT+2 and i need a Start Time at 02h00, i must set the EA to 00h00. Same thing applies to the End Time. Known Issue: EA only let me set a Start Time after 00h00. The Start and End Time, must be on the same day.Ignored
Disliked{quote} Rather than setting the start time, I'm setting just the end time and the amount of candles to search backwards.. that way it doesn't matter if you cross a midnight. Mine adjusts for GMT, then looks for the first candle where the hour segment of an MqlDateTime structure reaches 2. At that point, it then scans the previous 16 candles to give it the 4hr window (16 x 15m = 4h) to get highs and lows and set my buy/sell limits. That way I don't care that the start time, 2200, is on a different day. I'd share code but I'm in MQL5 and don't know...Ignored
Disliked{quote} Thats a nice point of view, using only the End Time! Just curious to test it and see the differences.Ignored
DislikedHey... my first Mql4 code here, maybe we have a lot of bugs on this simple EA code, for sure. Btw, on testing is giving me some good results with some tweaking, lets see... Test with original settings/rules (01/01/2017)-(10-10-2018): {image} Test with some different settings/rules (01/01/2017)-(10-10-2018): {image} {image} The EA is here... feel free to test with different settings. {file}Ignored