NexusFi: Find Your Edge


Home Menu

 





How to properly code a Limit order


Discussion in MultiCharts

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




 
Search this Thread

How to properly code a Limit order

  #1 (permalink)
 arjfca 
Montreal, Canada
 
Experience: Intermediate
Platform: Multicharts
Broker: Interactive Broker
Trading: Forex
Posts: 263 since Sep 2010
Thanks Given: 440
Thanks Received: 91

Hello

I want to back test an idea. After a bar setup validation, I want to place a limit order for an entry when price returned to the region. There is no limit in time so the Limit order to be always valid until either executed or cancelled

So how to properly code a limit order with an attached stop?
Mores than one entry could be allowed.

I did code a lot of indicators but I don't have much experience with Signals

Any help appreciated

Martin

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

Martin,

in general Multicharts will keep an order alive as long as your conditions that send the order remain true.
So you can do something like this:
 
Code
if sendOrder then
 Buy ( "Long" ) next bar myEntryPrice limit ;
In this example sendOrder and myEntryPrice are variables that you'd create.

You can only issue protective stops after the fill, unless you are referring to stop limit orders for an entry.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
  #3 (permalink)
 arjfca 
Montreal, Canada
 
Experience: Intermediate
Platform: Multicharts
Broker: Interactive Broker
Trading: Forex
Posts: 263 since Sep 2010
Thanks Given: 440
Thanks Received: 91



ABCTG View Post
Martin,

in general Multicharts will keep an order alive as long as your conditions that send the order remain true.
So you can do something like this:
 
Code
if sendOrder then
 Buy ( "Long" ) next bar myEntryPrice limit ;
In this example sendOrder and myEntryPrice are variables that you'd create.

You can only issue protective stops after the fill, unless you are referring to stop limit orders for an entry.

Regards,

ABCTG

Thanks Chris

Started this thread Reply With Quote




Last Updated on October 18, 2017


© 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