Sounds complicated for me
Latest posts made by KABO
-
RE: For each new position modify last position stop lossposted in Questions & Answers
-
RE: For each new position modify last position stop lossposted in Questions & Answers
Stop losses are moved as planned the problem is even the new trade's stop loss is moved and thus means every trade that opens the stop loss close it. what i want is the stop loss to protect old trades and leave new trade alone. when another new trade is created, it is not protected and the previous trade is the one that now needs protection.
-
RE: For each new position modify last position stop lossposted in Questions & Answers
it is working but i dont want the newest trade to be affected. i am not sure if that is what you are explaining above. lets say i have a buy and 5 buy stop orders. this first buy's stop loss is not changed till a new pending order is triggered. this new position's stop loss is not changed , the first buy stop loss is the one that is changed. everytime we hit a buy stop order, the previous position stop order is changed. the idea is, every position must be protected by moving their loss while the most recent trade is still far and when a new trade is made thats when we protect this trade while the new one remain unprotected or the stop loss remain in their original place.
-
RE: For each new position modify last position stop lossposted in Questions & Answers
how do i modify the previous trade stop loss everytime a new buy stop is triggered?
-
For each new position modify last position stop lossposted in Questions & Answers
My EA places 10 buy stop orders. when the second buy stop order is hit, the first buy stop loss is modified and moved closer to protect profit. when the third buy stop is hit the second buy stop loss is modified.
every time a buy stop order is hit, the previous trade is protected by moving stop loss closer to it. each trade has its own stop loss.
-
RE: I want my ea to close all positions when a profit of 2usd is made on top of all lossesposted in Questions & Answers
ooh i will look at that , thank you.
-
RE: The inner workings of "check profit average"?posted in Questions & Answers
@l-andorrĂ i want my take profit to remain at 100 pips and close trades once i hit that, but if it doesnt and hit my 50pips stop loss, i want my next tp to be adjusted to 150 pips so that i cover the previous loss of 50 pips.
-
RE: I want my ea to close all positions when a profit of 2usd is made on top of all lossesposted in Questions & Answers
This one is not working fine, it is not looking at my past losses. It works like a tp for all open trades. If I set it to 2usd, it will always close trades when they reach 2usd without looking at what I've lost.
-
I want my ea to close all positions when a profit of 2usd is made on top of all lossesposted in Questions & Answers
Once trades are started and I make 2 usd , all trades are closed and start afresh. My stop loses are at 3usd each trade, If i happen to lose the next trade, and maybe another one , it means I lost 6usd So this time the ea will only close trades after replacing the lost 6usd and the 2usd
Please help me figure this out