Hello all,
I’m completely new to work with automatic trading robots such as prorealtime, it looks great and I see a lot off opportunities. Now I need some help, to translate a part of my trading strategy to pro builder language. Hopefully will someone help me with this, now lets start with an example,
I buy 2 contracts at the market (DAX) when this meet some indicator criteria, lets say 9600 for a long position. This is very clear for me to program, but when the market goes down I will buy 1 contract at 9595 (minus 5 points from the first position), buy 1 contract at 9585 (minus 10 points from the second position), buy 1 contract at 9565 (minus 20 points from the third position). If one of these orders is execute, I will sell the position with 5 points profit, for example 9595 executed and sell it at 9600. If it goes more down, I buy 1 contract at 9525 (minus 40 points from the last position), 9475, 9435 and so on. If one of these orders is execute, I will sell the position with 10 points profit, for example 9525 executed and sell it at 9535, and so on. This orders need to execute till my profit target for this strategy is reached from all open positions together.
Many thanks in advance!