How to place order with different name each time

theriaultm

Newbie
Messages
1
Likes
0
Hello

This is my first post on the forum. I'm also a beginner with easylanguage.

I have create a signal to send buying, selling and profit target level.

Since my signal give the opportunity to have long and short position opened, I would like each entry's to have an individual name like

Buy ("Kch_L_1") 100 shares next bar at open;
Buy ("Kch_L_2") 350 shares next bar at open;
Sell ("Kch_S_3") 125 shares next bar at open;
Buy ("Kch_L_4") 100 shares next bar at open;

I did try to put the name "Kch_L" in a string variable and use it with a counter, but no success yet.

Any help appreciated

Martin
 
Top