Send a screenshot of the Metatrader settings from the Expert Advisors tab to view a topic.
Posts made by Edtoloza
-
RE: EA Removing Itself?posted in Questions & Answers
-
RE: 3 or more buys in the same priceposted in Questions & Answers
@OntradingX Yes, sorry, what happens is that as I use a translator I did not read the part where you say that it is a contrary operation for triple the lotage after the stop loss
-
RE: 3 or more buys in the same priceposted in Questions & Answers
@OntradingX I would use the martingale system (from the buy block) and if you use a 0.1; I would put in the option to add lots on the loss a 0.3 or another that I determine. According to what you asked.
-
RE: How to get total of positions regardless Buy/Sellposted in Questions & Answers
@jacque82 So just use the check profit (unrealized) block and you don't need the count block.
-
RE: How to get total of positions regardless Buy/Sellposted in Questions & Answers
@jacque82 Do it separately, a check block for purchase and another for sale. I don't know if that is what you are asking.
Note: I use translator -
RE: Moving Averagesposted in Bug Reports
@sktsec Thank you, I have considered so many things that you cannot even imagine; but I will always appreciate the comments.
-
RE: Once per Dayposted in General Discussions
Thanks for the answer, that's why I put the topic up for discussion; He did not intend for the name to be changed or a request to be made, far from it.
But I think that if one has an EA in which you have a series of conditions and that the signal is given at the exact time, I don't know how feasible it is? Now if you want it to do it at a specific time, then you could use once per hour and set the time and that's it.
I try to understand the meaning of that block; because if I want to do a single operation in which the condition is met for example between 10:00 and 12:00, it became clear to me that this is not the block. Note: Use translator -
RE: Once per Dayposted in General Discussions
Yes, in fact, the same block has a start time and an end time, which I don't know what the meaning is because if I put it, for example, from 1:00 to 5:00, if it doesn't happen at 1:00 the condition does not matter what happens next.
The problem with the other blocks is that I can't condition it to only make one trade per day; Since when using the temporary block, if you close the trade, you continue to open others during the day.
That is why I brought to the discussion what is the purpose of the block once per day? Is it that I do a single operation and that the condition just happens at that same time? -
Once per Dayposted in General Discussions
Personally I think that the Once per Day Block does not make much sense to use a time range (does not apply).
Because if I put for example from 09:00 to 18:00 hours; If the condition is not met at 09:00, what happens the rest of the day does not matter and strictly speaking what should happen is that if the condition is met in that time range, the operation should be opened (which would be the only operation of the day).
In addition, to compensate for this issue, it is not useful for me to use the check trades count block, since if there are operations the day before, perhaps I will not open new operations on the corresponding day.
And I saw all the discussion on the forum about this topic and it is recurring, apparently.
Well, I leave the discussion raised, how to make ONE operation in the range from 02:00 to 20:00? and not that only the condition is met at 02:00.