how to re-open position after take-profit or stop-loss frist tick
-
hello i have make this ea but after take profit o stop loss no re-open position, i need reopen position after take profit or stop loss at frist tick direction condition ,
thank you -
Your EA is a totoal mess. But once I was an absolute beginner too.
simple mistakes are:- Once per bar on top ? Than the EA will only act once every bar starts ... all other ticks are ignored.
- Left from the block title you have a number . For "once per bar" the block number is 20 in your example. You should change these number in a logic order that you want the blocks to execute. 1,2,3,4 etc from top to bottom for example.
-
hello thank you but solution not work
this is ea the right one https://fxdreema.com/shared/uk8O20Xqc but situation non change
this is reopen only when change direction frist candle ,
but the problem is not reopen position after take profit or stop loss at frist tick direction condition,
thank you -
I know much bigger messes, this project is still small and everything is ok.
It's not mandatory to give sequential numbers to the blocks. Those numbers are normally not important - in this project they are not important for sure. Only when you have parallel blocks - when one block is connected to multiple other blocks and there are multiple possible paths - only then blocks with lower number get executed first.
Once per tick - this block is not needed.
I tried this EA, but I quickly get out of money. You have too big lot sizes, something like 10 lots. I don't know, maybe you are trying this on a different symbol or with another parameters, but this is what I got - errors that say "Not enough money to trade"
-
hi Admin problem is not lots, problem is i need reopen position after take profit or stop loss at frist tick direction condition
do you have solution?
thank you -
look for "on Trade" section ...
-
hi Miro thank you but i have already try "on-trade " and not work
do you have solution?Thank you
-
I don't understand what you mean by "i need reopen position after take profit or stop loss at frist tick direction condition". I see that the position is being closed by SL or TP... but I don't understand what happens next
-
Reopen the closed position immediately to the next and first tick,
-
On trade
Trade closed - buy / sell
You can even specify if it were closed by take profit or stoploss.
Like if it hit take profit you can specify that and let it have another shot