I want my ea to open next signal with increase tp base on the last trade.
if the last trade close in profit, ea open next signal without increase in take profit or stop loss.
But if the last trade close in loss; example 30pips loss, then on the next trade the ea add the loss 30pips to the new signal trade take profit.
if the take profit is 30pips then 30 + 30 =60pips.
this keep adding till trade close in profit then the circle reset.
Intechs
@Intechs
Anything Thinkable is Achievable
Latest posts made by Intechs
-
I want my ea to open next signal with increase tp base on the last tradeposted in Questions & Answers
-
RE: indicator to eaposted in Questions & Answers
@sktsec yeah, this should work, pls. how do i get it done, the connections
-
indicator to eaposted in Questions & Answers
I have an indicator which i want to turn to EA.
now, my challenge is if the buy buffer prints the ea will take the signal, which is okey as expected, then when it hit tp, the ea take the signal again as the buy buffer is still active, now i want it to be once.if buy signal is vaild ea takes the trade, and when tp is hit, ea should not take buy again despite the buy signal is still active, the ea now untill opposite signal becomes active and then buy signal again,
meaning one trade per signal appearance, buy or sell -
RE: How do i make ea trade at oppositeposted in Questions & Answers
I have been able to get, i want i wanted was to make the ea open opposite signal neglecting the trading logic only when the previous trade closes in loss
-
How do i make ea trade at oppositeposted in Questions & Answers
I am trying to make my ea trade at opposite signal of PSAR when the previous closed trade closed in loss ONLY
-
RE: Close all tradesposted in Questions & Answers
@l-andorrà this is what I mean
When closed trade profit made is greater than floating or running trades (either negative or positive), EA should close all the running trades.Hope, you understand the logic
-
RE: Close all tradesposted in Questions & Answers
@l-andorrà Thanks for your response all these while, now lets do it this way, I want all running trades to close when profit made is greater than the current floating trades.
-
RE: Close all tradesposted in Questions & Answers
@l-andorrà I have gone through it but cant understand it