@Masterfg
You are welcome. The auto trade can sometimes disable itself, you may check its options
Posts made by sktsec
-
RE: ENTERING A TRADE ON A NEW CANDLEposted in Questions & Answers
-
RE: ENTERING A TRADE ON A NEW CANDLEposted in Questions & Answers
@Masterfg
Look at the terminal journal / log.3 possible reasons other than algo:
- No money in account
- Your broker do not allow EA
- You have turned off auto trade in MT4/5
-
RE: Months Filterposted in Questions & Answers
@jagmjavier
Try test on June (this month). Maybe the PC current time was taken as time reference -
RE: Array Out Of Rangeposted in Bug Reports
@Mantadiver
Sometimes it may be related to the customized indicators you used -
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
@codex3024
What is your point, really? -
RE: Array Out Of Rangeposted in Bug Reports
A common error. No one can tell from your limited information
-
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
@codex3024
@jstap has given you the solution.Your trade logic is the simultaneous occurrence of 2 crossovers/above, that's what you have already got.
In general, as I said earlier, it seldom occured (both crossovers at the same time), or happened quite often (both being above). That was why you found your algo seemed not working!
-
RE: How to choose arrowsposted in Questions & Answers
A lot of effort is needed whenever trying on randomly picked indicators, that might be repainting, having hidden buffers, or with objects that were removed and re-created every second.
Finally, you will find the indicators either not working in EAs or no better than simple moving average /CCI/ MACD etc
-
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
AND block is difficult to work with as order of input executions become complicated
-
RE: tow conditionsposted in Questions & Answers
@Xfire
Agree. EA is a trading assistant and not a money printing machine. -
RE: Intro data in a variable.posted in Questions & Answers
The solution from @jstap gets you the right answer.
You said you "set the Value Format to 4 decimal places in the modify variable", I did not see how you did that. Maybe that was where you got the problem
-
RE: Error in EAposted in Questions & Answers
@Emmamiri
It happens very often as one has accidentally checked some input box. Firstly, you may check each input yourself. Secondly, no link means no one can really help -
RE: Intro data in a variable.posted in Questions & Answers
@govorushka
I think you may have set the data type to integer? If it was double, it should not be a problem -
RE: Optimizing robot trader object indicatorposted in Questions & Answers
@sajadamani1377
That is the problem of using objects as buy sell signal. You better use buffers as signal instead -
RE: AND BLOCKposted in General Discussions
@codex3024
I think you really mean OR. If it is an AND, there mean both crossovers occur at the exact same bar! Is it really what you want? -
RE: how can i make indicator with fxdreemaposted in Questions & Answers
fxdreema is for EA but not indicator
-
RE: commandsposted in Questions & Answers
They are data types. You needs to have some basic knowledge to understand the concepts. Better refer to MQL website as the reference of study
-
RE: my indicator doesn't show in indicator listposted in Questions & Answers
@melmdoost
You are welcome -
RE: How can i calculate PIP VALUE for each pair?posted in Questions & Answers
You may need to set it yourself. Because the same instrument can have different pip values with different brokers