Disliked{quote} By default, the author’s version of this system uses time 6 and 21 — this is for GMT. In version LITE_3, I made default 8 and 23 - this is for GMT + 2. Accordingly, if you use GMT 0, then try applying time 6 and 21.Ignored
Broker Challenge "NDD/STP" vs. True "ECN" and "Mkt Mkr" broker talk 46 replies
Dealing with "Invalid Price", "Requote", "Server Busy" in MT4 3 replies
Timeframe inside current timeframe - is that possible? 2 replies
Seeing higher timeframe indicators on lower timeframe 4 replies
Finding the best "personal" timeframe! 6 replies
Disliked{quote} By default, the author’s version of this system uses time 6 and 21 — this is for GMT. In version LITE_3, I made default 8 and 23 - this is for GMT + 2. Accordingly, if you use GMT 0, then try applying time 6 and 21.Ignored
Disliked{quote} Because I was using PaulDV's EA, I was sticking to the 7 and 19 time-frame he set specifically for that EA which are the default values for GMT servers. I think those numbers are right, I'm just confused as to why others got a buy signal when on my end the EA was out of trading hours. So did it work as intended then? Or are 7 and 19 not the correct values I should be using? I'm using Forex.com as my broker.Ignored
Disliked{quote} Because I was using PaulDV's EA, I was sticking to the 7 and 19 time-frame he set specifically for that EA which are the default values for GMT servers. I think those numbers are right, I'm just confused as to why others got a buy signal when on my end the EA was out of trading hours. So did it work as intended then? Or are 7 and 19 not the correct values I should be using? I'm using Forex.com as my broker.Ignored
Disliked{quote} I've just checked, and Forex.com appear to have a server time of GMT-12 (https://www.myfxbook.com/forex-broker/forex-com/10). The EA checks the trading hours set against the current broker's time. So when our orders opened at 17:00 GMT, your broker's server time would have been 05:00, which would explain why it didn't open an order. I would recommend double-checking your broker's offset and using the new Broker Server Offset parameter to obtain the correct time window. e.g. if your broker offset really is -12, then set the start...Ignored
Disliked{quote} Thank you for the information. Everywhere I looked said Forex.com was GMT with no offset, that site is the first to say they're GMT-12 so I figured 7 and 19 with no offset were the correct settings. Now it makes sense as to why the trade didn't execute. I appreciate the investigation.Ignored
Disliked{quote} Because I was using PaulDV's EA, I was sticking to the 7 and 19 time-frame he set sp1031ecifically for that EA which are the default values for GMT servers. I think those numbers are right, I'm just confused as to why others got a buy signal when on my end the EA was out of trading hours. So did it work as intended then? Or are 7 and 19 not the correct values I should be using? I'm using Forex.com as my broker.Ignored
Disliked{quote} Looks like you are out of trading hours. We all got a trade. Some of us are on broker with +3 !and some on +2Ignored
Disliked{quote} In LITE_3 there is no risk percent, I have already explained this, it uses a different system for calculating the initial lot, even in the settings it is called Risk Ratio for example: balance 3000, RR 10 - the initial lot will be 0.90, balance 1000 , RR 10 - the initial lot will be 0.30 and so on) but these values may differ slightly there is a dependency on account leverage (AccountBalance() * AccountLeverage() * risk_percent * 0.01) I was interested in your picture with the test LITE_3. How did you manage to get $ 1,000,000 from $ 400...Ignored
Disliked{quote} Looks like you are out of trading hours. We all got a trade. Some of us are on broker with +3 !and some on +2Ignored
DislikedHi Guys I'm trying to backtesting but this is what happend: {image}Ignored
Disliked{quote} @Feex, I have got the reason why it is able to make $400 to $1000000 in 9 months It is not the settings. It is the Leverage and lot size calculations. As consecutive losses on this is 1 at any time, it is actually using your high lot calculation using leverage and making big profit. I am testing it with 500 leverage. Will post the result file. {image} With those high numbers, you can always withdraw your profit and let the EA run its own course. It is doing in real the same, now i understand, why lot calculation is so high on my real account...Ignored
Disliked{quote} Thank you for the information. Everywhere I looked said Forex.com was GMT with no offset, that site is the first to say they're GMT-12 so I figured 7 and 19 with no offset were the correct settings. Now it makes sense as to why the trade didn't execute. I appreciate the investigation.Ignored
Disliked{quote} I've just checked, and Forex.com appear to have a server time of GMT-12 (https://www.myfxbook.com/forex-broker/forex-com/10). The EA checks the trading hours set against the current broker's time. So when our orders opened at 17:00 GMT, your broker's server time would have been 05:00, which would explain why it didn't open an order. I would recommend double-checking your broker's offset and using the new Broker Server Offset parameter to obtain the correct time window. e.g. if your broker offset really is -12, then set the start...Ignored
Disliked{quote}We also need to think about keeping our SL & TP hidden. These are heavy pips. {file}Ignored
When your account gets to being several hundred thousand in size (if you get that lucky!) then you should employ an 80/20 rule: pull out 80% of your capital and save it in a non-broker account, and then gear your EA to trade the remaining 20% as though it was the 100%. You will probably need high leverage for this though, and may have to play around with the percentages to make this work (maybe 50/50 will be enough for you). But the idea is that you protect your main capital, and if your trading account does suffer a wipeout, you still have capital to start again.
Of course, the choice is yours, but this is what I aim to be doing.
If you're wondering about what good broker to use, then, if you're not in the USA, I can thoroughly recommend my broker IC Markets. They are regulated, true ECN leverage of up to 500:1, and have some of the smallest spreads around. I've been with them for well over a year and have had no problems with withdrawing funds. Check them out.
Disliked{quote} Actually, I may owe you an apology - the myfxbook page I linked to may not be accurate, and I think it's worth you contacting your broker to make sure. Now for the apology...I think there may be something wrong with the time filter code! I copied Pawel's original code to begin with, and amended the calculation used, but I didn't think to check the MQL4 functions used. The time filter uses the function "Hour()" to check the trading times, but the MQL4 documentation says that this is the last known server time "when the program starts and...Ignored