Help with conditional order

 
Hello,

I need your help with code for “conditional order”. If you know where I can get it or if you can help me to build it, I really appreciate!

Here is how it works:

Assume that right now EU is 1.2610
1. If EU move to level X, I will place a Sell Stop (or Buy Stop) order at level Y (with a certain TP and SL)
If EU does not touch this X level, no stop order is place.

Or

2. If EU move to level X, I will place a Sell Limit (or Buy Limit) order at level Y (with a certain TP and SL)
If EU does not touch this X level, no stop order is place.

So I need to be able to enter the following information:
Trigger level: X
Type of order: Buy or Sell
Stop Price: Y
Stop loss in pip: SL
Take profit in pip: TP

That is all I need.

Thank you,

HHC

 
hhcfx:
Hello,

I need your help with code for “conditional order”. If you know where I can get it or if you can help me to build it, I really appreciate!


So you know what you want to have....

Where is the beginning of your code that we have to help...

At this stage i see no code from you at all from what you have done to get this

Begin with that...

But you can also get it from me

.

.

i ask for it $80 and you can place your request at Jobs

you can buy it from me or maybe you be cheaper if someone else wants to make it...

.

That program i have is doing more then you ask here

at level x it can place a buy, or a sell, or a buylimit, or a selllimit, or buystop, or sellstop, or a buylimit and a selllimit, or a buystop and a sellstop

when the trades are placed it can trailing the order

also with several options

it trails the pendingtrades...

and all the trails that are buy or sell can be trailed

Number_1 = "BE==>TS";
Number_2 = "SL==>BE==>TS";
Number_3 = "SL==>TS"; //BreakEven=0
Number_4 = "TS";

And then you can choose to put in your own lotsize or

you can use the moneymanagement that you risk a certain percent the trade

Reason: