Hi community,

I am new to this exciting platform and want to build a simple grid trading system.

My first step is to create a limit order with a take profit.

How to place a limit order at a fixed price with a take profit?

I wrote this for a limit order:

newTicket = self.LimitOrder("AUDCAD", 1000, 0.97)

I want to buy 1000 units of AUDCAD at a price of 0.97$

Now I need to add a take profit of 50 pips to my order. How to do that?

Thanks in advance!

Cheers, Robert

Author