How to make a robot trading more than one oder?
-
Please help me, I would like to make a robot trading more than one order.
For example: when the robot order one trade and the current trade is negative the robot begins to order one more trade when the conditions appear again even the previous trade has not been closing yet. -
When you say 'negative' you mean after of before it is closed?
-
@l-andorrà Yes,
-
@vietanh Ok. It depends on the amount of open trades you need. How many of them will be open at the same time?
-
@l-andorrà I think more than two or even ten. Because any time the signal rise the robot open trade.
-
@vietanh You can use a simple condition tree connecting all required conditions for a normal trade to be opened. Then no filter on top shlould be used ('no trade' block, for example). That way, every time conditions are met, a new trade will be open no matter what.