@sikerentea
I think you mean no output for the optimization? That would be case when all cases yield negative profit, i.e. losing
Posts made by sktsec
-
RE: Optimization failedposted in Questions & Answers
-
RE: RefreshRates() - Undeclared identifierposted in Questions & Answers
RefreshRates() or RrfreshRates()?
-
RE: Compilation errors - '::' - syntax errorposted in Questions & Answers
Custom indicator inputs error. You may have use a variable as input
-
RE: How to lock robot under client's nameposted in Questions & Answers
@Champ
I have made a simple EA to get the account name while you can try input a name to see if they match.
As it is Sunday now it may need BTCUSD chart to get it working (I just test the equivalent one in MT4 as I don't have MT5 real account) -
RE: How to lock robot under client's nameposted in Questions & Answers
@Champ
Assign the client name to a variable and then print it out or use comment block to see what it really get -
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
@Skyzen
Yes. Not directly. First get the integer value from custom enumeration of symbols and then converting it to the corresponding symbol in a string variable -
RE: EA with 2 cutom indictorsposted in Tutorials by Users
Just remove AND block and you will get what you want. BTW all the conditions tested for true should be placed at the AND input
-
RE: OpenCLposted in Questions & Answers
@cmuphyfx
Very strange. Thanks for your sharing as I often puzzled by PC performance on optimization -
RE: Please is no position same as no trade?posted in Questions & Answers
MT4 uses no trade. Are you using MT5?
-
RE: OpenCLposted in Questions & Answers
@cmuphyfx
I thought MT5 would use OpenCL automatically.I just use MT5 optimalization couples of times and it showed that CL was used.
I used 13700H without dedicated GPU
-
RE: How do you get Ema based on RSI as variable?posted in Questions & Answers
@William29
You need to do it with loops and generic EMA formula. -
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
@Skyzen
Set it as a variable and use enumerations -
RE: real account, it gives an error.posted in Questions & Answers
@hamed265
Have you used some custom indicator ? -
RE: News filterposted in Questions & Answers
@fifeivkbdedwcf
Adjust the time zone at the website such that your highlighted time is the same as that of your MT4/5 (current time). Then adjust the parameter of indicator time zone such that the news time is the same as that on the website.Be aware to calibrate once or twice a year whenever there is seasonal time zone change.
See if you can get it.
-
RE: How Does On Tick Boxes Workposted in Questions & Answers
@mee-air
Are you talking about real time programming issue? That is, a click data arrives condition 1 before the previous data has arrived condition 4 ? -
RE: News filterposted in Questions & Answers
I used the forest factory calendar for checking with the news time on the chart
-
RE: List of things to cause EA to not work properly?posted in Questions & Answers
@James-d
I use MT4 but I think MT5 may be better in terms of backtest and response speed.