Hi all, i want to be able to open multiple trades in the same direction. how can I do this? should i just not include the "no trade block"
Posts made by capitalfreedom
-
I want to be able to open multiple trades in the same directionposted in Questions & Answers
-
RE: Projects will not loadposted in Questions & Answers
No I am not. Not even the example projects will load for me
-
Projects will not loadposted in Questions & Answers
Hi, My projects will not load, instead it just says "loading". I have reached out to support and tried the suggested solutions, has anyone been able to resolve this?
-
RE: All projects remain stuck in the 'loading..' phase and are unusable.posted in Bug Reports
yes I am having this issue also and have reached out to support
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@seb-0 yes indeed :). I was able to get it you guys!! @l-andorrà @roar thanks so much for your guidance. What I did was use "count "n" times then pass" block and it works perfectly. Fxdreema is the best product
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
where should I insert this block @l-andorrà
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
The first bar when running for the first time @l-andorrà
-
RE: Skip first barposted in Questions & Answers
@l-andorrà my apologies. I will check original post Thank you for your time.
-
Skip first barposted in Questions & Answers
I am trying to skip the first bar when the EA initiates for the reverse trade (blocks 3895 and 3771) Here is my project https://fxdreema.com/shared/WfasjqIMb . Any assistance will be greatly appreciated
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@roar turns out you were right using the base trade along with check trades count works perfectly. =] Now if I can figure how to get this thing to skip the first bar ? https://fxdreema.com/shared/rZvvARuFd
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@seb-0 can you offer any assistance?
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@l-andorrà ideally the reverse trade (group 9) would initiate once if said condition happens on group 0
-
RE: OR logic not workingposted in Questions & Answers
I see what you mean, this is almost impossible to configure. It only poses a problem because there are times where the trend continues beyond the bollinger band but the EA will have already taken profit

-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@l-andorrà I have it set to a unique group because when I group it with the base trade it does not open the reverse trade. The way it is configured now does open the reverse trade, however I want to limit it to opening only 1 trade when the condition passes
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@l-andorrà thanks for your response. Here is what I have https://fxdreema.com/shared/OQvjBzrPc
-
RE: OR logic not workingposted in Questions & Answers
When a buy or sell initiates I would like to ride the trend until it crosses above/below the RSI. If this is unable to happen then I would take profit at the Upper/Lower bollinger band.
I tried using crosses below Upper band / crosses above lower band so that this might happen but it does not work
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@l-andorrà thanks for your response. Here is what I have https://fxdreema.com/shared/OQvjBzrPc
-
RE: OR logic not workingposted in Questions & Answers
GENIUS! It works but it no longer checks for the RSI parameter because it gets to the bollinger band first. @roar