Help me build Ea
-
I have the following idea:
the first order enters sell or buy. by myself decide. The next ea will handle as follows:- will set sl, tp for the entered order, these parameters can be changed and trailingstop when set to the specific price limit (trailingstop value may change).
- ea will enter sell order when the first buy order sl or tp. Similarly, you will enter buy order when the first sell order hit sl or tp.
buy-sell-buy-sell... cycle can be repeated until I close my order
Everyone please help me, because I am a new member do not know anything
-
@peter_hoang I'm not sure I fully understand what you exactly need. If I understand it correctly, the first trade will alway be manual (you choose). But are all other trades strictly automatic or will there be more manual trades once is it running on the chart?
-
Dear sir.
only the first trade is manual. the following trade are automatic round-up for ea -
@peter_hoang Ok. Then you will not set any manual SL or TP for that first trade and it is the EA which is supposed to do it via input parameters. Right?
-
@l-andorrà said in Help me build Ea:
@peter_hoang Ok. Then you will not set any manual SL or TP for that first trade and it is the EA which is supposed to do it via input parameters. Right?
Yes sir
-
@peter_hoang Ok. Let's begin with the input parameters. I suggest these ones:
- SL distance in pips for all trades (same for all).
- TP distance in pips for all trades (same for all).
- Distance in pips in profit at which trailing stop is activated.
Would you need another one? Are those correct for your strategy?