Hi thanks for your response.. when it comes to building EA's i am hopeless, i just want to make the ea to have 3 buttons Buy, Sell, Close. with stop loss and trailing stop. i am no good with formulas. ( Its for manual trading) so it will be something a little quicker than. 1 click and it sets stop-loss and trailing stops. it is for live trading, but mainly for use in backtesting. I hope this is a little clearer.
Posts made by cliff 0
-
RE: EA BUY, SELL CLOSE (MANUAL FOR BACKTESTING AND TRADING)posted in Questions & Answers
-
EA BUY, SELL CLOSE (MANUAL FOR BACKTESTING AND TRADING)posted in Questions & Answers
Hi, Does anyone know how to make the ea, i have real problems when i try to set up buttons, i would appreciate any help if anyone can
-
Backtestingposted in Questions & Answers
I am new at using MT5 backtesting optimization etc, i have been running an optimization when i started it the showed time for completion was 58hrs, however at 57 hrs it added 4 more hours, i have just looked again and its added another 2 hours, is this right ?
-
RE: not loading Projects.posted in Bug Reports
I changed my global settings could that be the problem?
-
RE: not loading Projects.posted in Bug Reports
@l-andorrĂ yes its still been like this for about 1hr
-
not loading Projects.posted in Bug Reports
Does anyone have the same problem i am having? when i try to load a project the screen just says loading, and normally it is really quick, is the platform down?
-
RE: WHY AMAZON EA MAKES SO LOSE?posted in Questions & Answers
@ali-pahlawan said in WHY AMAZON EA MAKES SO LOSE?:
No.Never.i tested this EA several times but every time was a big loss
I am not an advanced trader but you said you tested it and each time you had big losses. is it set to a certain timeframe, have you spent time to optimise it, you say Multiple Entry Control Features (432 entry types)) is making so much lose in every time frame and currency pairs? optimisation might be the answer, but be prepared to spend several days or more to do it .
-
RE: What is the secret of the MQ4/MQ5 converterposted in Questions & Answers
if you created the indicator in fx Dreema and you still have the project in your mt4 folder open 2 tabs fxdreema one mt4 and one mt5 then copy the mts into the mt5
-
Optimisationposted in Questions & Answers
I have just been doing optimisation on MT5, its been running about 24 hrs, and i have just looked at some of the results, although it is still running.
The drawdown and profit are good but on one of my results which is the highest profit it doesn't give a Profit factor is it possible to over optimise?
-
RE: % Drawdownposted in Questions & Answers
is there a way to convert my EA to mt5 in FXDreema i don't see how to make it in there. I appreciate your advice, so thank you very much
-
RE: % Drawdownposted in Questions & Answers
MMMm it looks more complicated please remember I am a beginner. I have both platforms downloaded but my EA is made for mt4
will forward test be done on a demo account -
RE: % Drawdownposted in Questions & Answers
@roar on MT4 where do i find forward testing sorry i have never seen it.
-
% Drawdownposted in Questions & Answers
Firstly I am relatively new to forex trading more so creating EA and running them. I have been reading that the best DD to have is 20%, because it only requires 25% to recover, however, i created a robot and have been optimizing for 96 hours almost and my highest Drawdown is 7.44% but profit is not good, with the lowest DD 1.33% during optimization profit 15 times greater . is the idea to keep the optimization going until i get a 20% drawdown or am in doing something wrong in optimization. I havnt ran anything on demo account yet.
I am sorry if this seems a stupid question
-
RE: Conditionposted in Questions & Answers
@roar both happen at the same time. two events need to match before it trades
-
Conditionposted in Questions & Answers
This block allows you to write low level conditions. This block does simple IF - THEN - ELSE logic. You can write any condition that you would write between the brackets in a normal if () code in MQL4/MQL5. If the condition results to true, the block will pass.
You can use these symbols
&& -Active when the condition results to true.
The opposite, when the condition results to false.
Example i want 2 conditions to be met before a buy signaljust for example
moving average cross over
&
macdi am totally new in trying how to get the 2nd indicator conditions to confirm the first, not usre if what i am saying makes sence