Lets say the position reached 10 pips Profit, now i want the ea to do a 60% partial close if it shoul come back to -10pips DD.
Posts made by tho401
-
How do i do partial closes? Once the position reached a certin ammount of pips in profit, i want it to close 60% of the position once it reaches -10 pips in DD (loss)posted in Questions & Answers
-
RE: why is it not working anymore? Last year this same exat structure was workingposted in Questions & Answers
@jstap fixed it, realy apprexiate your time. It indeed was a mistake on my side. THX for your time!
-
RE: why is it not working anymore? Last year this same exat structure was workingposted in Questions & Answers
@jstap Its 1:1 the same. I copy and pasted my system of 2021 and manually checked all blocks. I suspect this problem is not from my side. It doesnt work in the strategy tester. Monday i will test if it opens trades in live markets, but i suspect it wont.
-
RE: stop trading after 2 consecutive winns?posted in Questions & Answers
Thank you very much, that was exactly what i was looking for.

-
stop trading after 2 consecutive winns?posted in Questions & Answers
How can i make my EA stop trading until next day after 2 consecutive winns or losses.
I want to secure profits until the next day, i dont want a third trade after 2 consecutive winns, more often the third trade becomes a loss.
-
RE: custom Trailing step offset (2 steps)posted in Questions & Answers
i will try it, thx
for some reason it only worked with the first break even point so far, it doesent executed the second one.
i will try to change out the "if trade" or to cut it out.
-
custom Trailing step offset (2 steps)posted in Questions & Answers
I want to have 2 custom trailing steps in wich profit will be secured.
I tryed to do something like this, but that doesent work.

Is there any way to use the break even point condition 2x times for one trade?
Or are there any better ways to do that? thx.
-
RE: Custom Trailing Step true Break even offset?posted in Questions & Answers
i will try it thx

I used the trailing step setting from the trailing SL (each trade) condition befor.It was working but i need a more accurate (custom) step setting, i will try out your reccomendation, thx.
-
Custom Trailing Step true Break even offset?posted in Questions & Answers
Im trying to get a custom trailing step / SL true the break even point condition.
Here a example (its not realy working)

I want a Trailing step that is securing more profit and gets tight as price moves more into profit.
The first break even point condition is working but at the second one its nor working. Only the first break even condition is working.I need help getting all of those conditions to work.
I would appreciate any help and recommendations, thx
-
Other ways to stop trading after a trade was opened? (Not the Once per bar condition)posted in Questions & Answers
Are there other ways then the "Once per bar" Condition?
Lets say i trade the 15min timeframe and a trade was opened at 15:37.
I want to stop my EA from executing more orders until the next 15min candle Open (15:45).The Code needs to run constantly, i cant allow it to only work once per bar, i need a chain of conditions that will
define to stop trading until next bar.I would appreciate any help and Ideas, thx

-
RE: Trade after a wick on the current Candle? Pls helpposted in Questions & Answers
Thank you very much, i realy appreciate it.

-
Trade after a wick on the current Candle? Pls helpposted in Questions & Answers
Example: The candle moved up 15 pips, the candle starts reversing and goes below the candle open price again (turned bearish) The candle left a 15pip wick to the upside.
I want to trade after the wick, i want to enter a sell as soon the candle crosses the open price again (after creating the wick 15 pip wick)
here is a example, its not working with Candle ID 0, only candle ID 1

I Dont want to trade the next candle, i want to trade right after the wick, as soon the cande crossed the open price bearish after the Bullish wick. (it doesent work with candle ID 0)
Here a example how it would look like on the chart

I would appreciate any help
THX -
How do i make Multiple Timefilters for Multiple sessions?posted in Questions & Answers
Righ now i have a timefilter from 15:30 to 16:00
How do i add another filter from 21:30 to 22:30 for example?
Do i need to just add one more timefilter condition block?
Can i just put another Time filter below the current timefilter (block 28)?
-
RE: Problem with Trailing Start on my Trailing SLposted in Questions & Answers

I think i just found it, i have set it manually. I will test this first amd hope that it finally works like i want it
-
Problem with Trailing Start on my Trailing SLposted in Questions & Answers

I want the trailing to begin when im 450 points in profit, the problem is that the trailing SL gets activated right away, just after 1point profit for some reason my Trailing SL gets activated to early.
Is there a problem in my conditions?This problem leads to a lot of early stop outs. I want price to reach 450 points first and then i want the Trailing to start.
Am i doing it right or is there a better way to di it? THX

-
RE: Delete current Pending orders on every new 5min Candle! Is there something wrong with the logic?posted in Questions & Answers
on condition block 34 and 35 i have set the expiration mode to 5min.
on condition block 40 i also have set the expiration mode to 5min.I dont understand where the mistake is, why doesent it close the old orders from last 5min candle?
My EA calculates new pending orders every 5mins, i want the orders to be deleted next 5min candle if they where not executed.
For some reason i sometimes have 2-3 pending orders open with the not valid prices from 5-10 min ago.
-
Delete current Pending orders on every new 5min Candle! Is there something wrong with the logic?posted in Questions & Answers
I have a problem with the Pening orders, i have set the expiration mode to 5min, so that every new 5min candle the old orders should be deleted (expired).
But for some reason it doesent always works, sometimes i have 2-3 pending orders at the same time, wich means they should not be valid anymore.
Every new 5min candle my EA opens new pending orders, at that point i want my Old pending orders from the last 5min candle deletet (if they where not executed)
I realy dont know what is wrong, i need help with this.

The check age condition is also set to 5min. I hope its understandable what i mean.
-
How do i trade the current candle after it reaches a spezific ammout of pips?posted in Questions & Answers
How do i trade the current candle after it reaches a spezific ammout of pips?
Here a example: If the current 1h candle reached 30 pips i want my entry to happen on this current candle that reached 30pips.
I dont want to get the entry on the open price of the next candle.
I tryed a lot but i never found a solution, i would appreciate any help. thx
-
RE: Buy and sell the current Open candle after it reaches a spezific pip Valueposted in Questions & Answers
Its not opening any trades for me in the startegy tester, i think this one is also not working
image url)