How to do multiple buy or sells trades?
-
How do I do multiple buy or sell trades?
For example my trading conditions become true and the ea buys.
Now since so many people are using the same indicators a huge pullback happens, now I want to buy again.
How do I create the trading blocks to achieve this goal. Please give me examples using fxdreeem command blocks. -
Mmmmm... who knows what other people are using. But you should know how fxDreema works - basically "on Tick" causes blocks to be executed on every tick, and on every tick you check some conditions and you use some filters (which are also conditions) - and at the end you have trading blocks. So if you want to buy/sell on 2 different types of signals - no problem, just add some Condition and/or other blocks in order to filter out the signals needed.
If you ask me how to buy on signal and then buy on other signal that the same indicator does not detect, well... the same indicator can't be used. All indicators are just numeric values for the EA.