NexusFi: Find Your Edge


Home Menu

 





How to Keep a limit order open and place is the orderbook


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,633 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

How to Keep a limit order open and place is the orderbook

  #1 (permalink)
Edwin Lefevre
Scotland
 
Posts: 27 since May 2019
Thanks Given: 11
Thanks Received: 4

I have created a signal that trades between a 2 tick range on a reversal bar chart - using limit orders in and out.

Right now everytime a new bar opens my limit orders are cancelled and resubmitted. This is annnoying as I therefore lose my place in the order queue.

Keeping both my buy and sell limit orders in the book until one is hit would be ideal.

The code I have:

[intrabarordergeneration = true]

condition1 = close <= low[1];
condition2 = close >= high[1];


if time <= 1459 or time >= 1700 then
if marketposition <= 0 then
begin;

if condition1 = true then

buy ("Long") next bar at open limit;

end;

if time <= 1459 or time >= 1700 then
if marketposition >= 0 then
begin;

if condition2 = true then

sellshort ("Short") next bar at open limit;

end;

setstopposition;
setstoploss_pt(sl);

//

Any ideas on how to keep these orders from cancelling on a new bar and therefore keeping my place in the orderbook?

Thanks!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
REcommedations for programming help
Sierra Chart
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
33 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
11 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,433 since Apr 2013
Thanks Given: 481
Thanks Received: 1,627


Edwin Lefevre,

I will cover this in today's webinar which you can attend here:


Regards,

ABCTG

Follow me on Twitter Reply With Quote
  #4 (permalink)
Edwin Lefevre
Scotland
 
Posts: 27 since May 2019
Thanks Given: 11
Thanks Received: 4

Thanks for the offer but im not an elite member and not looking to join at this time.

Reply With Quote
  #5 (permalink)
Edwin Lefevre
Scotland
 
Posts: 27 since May 2019
Thanks Given: 11
Thanks Received: 4

Anyone got any ideas.

I manged to keep the orders in the book after the intial entry with marketposition = code.

However, still struggling with ideas to keep the orders in the book when using the initial condion statements.

Reply With Quote




Last Updated on December 13, 2019


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts