I have no idea how to start.
-
I have a problem because I have no idea how to start, that EA would automatically open a position at a certain time towards the closing of the last candle, I mean that, for example, the bullish candle closes at 13 and the next candle opens, the position is to be open in the same direction as When a candle is closed at 13:01, a buy order is placed, the same in the other direction, when it occurs at a predefined time. It is the same with closing a trade at a certain time, regardless of loss or profit.
-
@miroslaw My first recommendation is reading all 'Instruction' and 'How to' pages. They are very informative and they will gove a first look at the platform. Once done, we can be back here to begin with your EA. Ok?

-
@l-andorrà said in I have no idea how to start.:
My first recommendation is reading all 'Instruction' and 'How to' pages. They are very informative and they will gove a first look at the platform. Once done, we can be back here to begin with your EA. Ok?

Thanks for the answer. For the second day, I am sitting on reading the instructions and reading the tips, but I haven't got what it is. I'm already old and my learning is a bit worse. Thanks for your advice. So when are we going back to my EA?
-
@miroslaw Ok. We can begin now. Please list all conditions required for a buy only trade. We will duplicate it later for sells.
-
@l-andorrà said in I have no idea how to start.:
Is it Buy now? -
@l-andorrà said in I have no idea how to start.:
fixe volumed
home mach 3
non SL
no TP -
Sorry, but that's not what you meant
-
Hello .
How are you. I hope you didn't discourage you from helping me build this poor EA of mine? -
@miroslaw Sorry for my late response. What I mean is the list of conditions you need for the EA to open a buy or a sell. Is there any crossing involved? What indocators will be required? What is the price supposed to do when combined with those indicators? Easier now?

-
Thank you for the answer. I will send you what conditions EA must meet, there are really few of them.
-
At 9:00 a candle closes, e.g. a bulls candle at the same time another candle opens and here I would like to open a position towards the last candle at 9: 011EA and close at 10 o'clock Regardless of the loss or profit
-
With sale exactly the same
-
@miroslaw Ok. I find it a bit weird so please confirm I understand it correctly. You want:
- At 8:59:59 the current 1H bar is closed and at 09:00 a new one is open. As you suggested, le'ts imagine it was a bull bar.
- Because it was a bull candle you want to open a buy trade at 09:01, no matter where proce is right now.
- That trade will be closed at 10:00, regardless of the result.
Is that correct?
-
exactly as you write
-
and if a bear candle occurs at that time, ie at 8:59, the downward direction
-
and the same closing conditions at 10:00
EA needs to recognize whether it's bull or bear closes at 9:59 am and go in that direction depending on that. Sorry for the poor knowledge of English. -
@miroslaw Ok. Then try this for buys only.
-
if at this time 8:59:59 there will be a bull candle then at 9:11 we open in this direction
if there is a bear candle at that time, we open it in a downward direction
I think I am too old, I absorb knowledge slower. I am sorry for the inconvenience -
the error crept should be 9 011
-
@miroslaw Well, now you can try it with my example. It's very easy. Create your first project and shere it here. I promise I will review it step by step.