I would appreciate any help, please:
Programming an strategy, I want to send a limit order at open price plus a few pips in forex.
I program:
Vars: Entry (0);
Entry = (Open + 0.00005)
Condition1 = .....................................................
if Condition1 then
SellShort x Contract next bar at (open+ 0.00005) limit;
How should I programm it??, to send an order next bar at open, but adding a few more pips to the open price.
I want to add 5 forex pips for example.
Many thanks.
Programming an strategy, I want to send a limit order at open price plus a few pips in forex.
I program:
Vars: Entry (0);
Entry = (Open + 0.00005)
Condition1 = .....................................................
if Condition1 then
SellShort x Contract next bar at (open+ 0.00005) limit;
How should I programm it??, to send an order next bar at open, but adding a few more pips to the open price.
I want to add 5 forex pips for example.
Many thanks.