Is this what you were suggesting? https://fxdreema.com/shared/UVG1xa1rc @roar
Posts made by capitalfreedom
-
RE: OR logic not workingposted in Questions & Answers
-
RE: OR logic not workingposted in Questions & Answers
Lol apologies my friend. I misunderstood but I get what you are saying now. I should use "and" instead of "else" because of the tricky situation. I am about to give it a try. Thanks a ton!
-
RE: OR logic not workingposted in Questions & Answers
yes I have it set to crossing below 70 RSI, that way it can continue past 70 RSI and I would be able to manually close it at its peak
-
RE: OR logic not workingposted in Questions & Answers
Thanks for your response. So the cross condition in block 29 works as it should but when this condition is not true it does not check block 62 for some reason
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@roar the suggested logic did not execute the reverse trade
-
OR logic not workingposted in Questions & Answers
Can anyone help me identify why the OR logic is not working on this EA. Thanks in advance https://fxdreema.com/shared/UVG1xa1rc
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
Awesome. thanks @roar I'll give it a swing.
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
or should "if trade" remain as group 1 and buy/sell blocks become group 2? Im not quite sure if my thinking is correct
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@roar should "if trade" of reverse also be group 2
-
Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
I am wanting to open a reverse trade when current candle closes above previous candle open but I only want this to happen once on the trade. Here is the project. Any ideas? Thanks guys https://fxdreema.com/shared/wWesKxVVc
-
RE: Wrong timeframe close for candle conditionposted in Questions & Answers
thanks for your help @seb-0 I think i understand what you are saying. So even though I have the EA on two separate charts this would still apply?
-
RE: Wrong timeframe close for candle conditionposted in Questions & Answers
@l-andorrà @seb-0 any ideas? Thanks always for your help
-
Wrong timeframe close for candle conditionposted in Questions & Answers
when I run this EA on the 1H and 15min timeframe simultaneously it closes based off the wrong timeframe can anyone offer assistance https://fxdreema.com/shared/pMLvnHmU
-
RE: Candle cross helpposted in Questions & Answers
@seb-0 thanks for your help. I tried this logic but the EA does not seem to understand it. A number of trades are remaining open even when this logic passes https://fxdreema.com/shared/hyabgk14d
-
Candle cross helpposted in Questions & Answers
I want to have this instance "when current candle closes above previous candle open, close trade and vice versa but it does not seem to work properly https://fxdreema.com/shared/KUtpFf88d
-
RE: Close losable trades block not workingposted in Questions & Answers
I want only the specific trades with 20$ loss to close. But it is not working.