@josecortesllobat thanks for the suggestion.
i found my solution for the above question
i am using PASS block and GROUP MODE to separate the trailing stop issue.
thanks again.
Latest posts made by jacefx
-
RE: trailing stop for two tradesposted in Questions & Answers
-
RE: trailing stop for two tradesposted in Questions & Answers
Thanks @josecortesllobat
what if the problem is.
if my EA condition is met. the EA open 2 trades at same time
first is short term but let say TP is 50 pips
and second is long term but let say TP is 200 pipsand for short term buy trail stop loss is 20pips and for long term buy trail stop loss is 50 pips?
-
trailing stop for two tradesposted in Questions & Answers
my ea open two trade each time, one is short term and the other one is long term.
i want to use two different trailing stop to trail the short term trade and long term trade separately. How do i do so ?
i try several ways, but cant figured out the logic of doing it. hope anyone can help to solve, tq. -
two condition to meet ( in order)posted in Questions & Answers
Hi Guys, anyone can help regarding the setting of condition?
first condition, price need to close below MA200
after first condition is met
second condition
look for open price crossed above MA200 and enter buyi do not know which variables to set? and facing problem when linking the block.
Thanks in advanced.
-
Bar filterposted in Questions & Answers
Hi, anyone can help to set below condition.
for each closed trade , EA will not trade for 9 hours (ignored all the incoming signal)
after 9 hours , trade resume again.
Really thanks in advanced.
-
Trade too oftenposted in Questions & Answers
Hi, i have some enquiry during configure the EA. i am using price cross MA strategy, work well during trending market on H1 Timeframe. i want my EA to stop trade for 6 hours after one trade executed. example, if EA detect a trade signal and enter trade lets say 1300 (TIME), and EA need to pause for 6 hours. which means EA will resume at time after 1900 (TIME). Any trade happened during 1300 to 1900 should not enter trade. Really appreciate if anyone can help, thanks in advanced.