@jstap
@tipsywisdom said in Create a pending every new trade at fixed distance:
@meshii
for slippage, i dont know. No broker is going to let you trade that cheap though and get away with it. Unfortuntaely as well, thats something youll never know how it affects the robot until you start trading it on demo. With that low of pips, you probably also have to worry about your latency, VPS would be suggested.
If I understand correctly what you wrote, the ea doesn't close the operations with 1 pip, the operations will be open all at the same time, however it will go on a vps near the broker, so no issues about latency.
@jstap said in Create a pending every new trade at fixed distance:
@meshii As others have said, you may find that your broker wont allow a pending placed at such a small distance, check your journal for info on this, on the on trade tab you have purple blacks that act only on specific trade information, you also have a trail pending block so if you have to place a further distance away you can at least trail behind price.
I have no problem about small distance, I have just a maximum number of pending.
@bk7 said in Create a pending every new trade at fixed distance:
@meshii
pending test 2
you would have to loop for the last open order, grab the price add and/or subtract 1 point and place the pending orders based on this calculation.
I'll try to work in this