NexusFi: Find Your Edge


Home Menu

 





BUY STOP SELL STOP


Discussion in MultiCharts

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




 
Search this Thread

BUY STOP SELL STOP

  #1 (permalink)
WHOARU
BRISBANE
 
Posts: 3 since Jul 2011
Thanks Given: 0
Thanks Received: 0

Hi All ,

The below code buys sells at market .Can it be changed to a buy stop (one cent higher) sell stop (one cent lower) and does anyone know how one would go about entering it in ???

Steve

[IntrabarOrderGeneration = True]
INPUTS: RSILen(21),PcntRLen(12),RSIBuy(42),PctRBuy(20),RSISell(59),PcntRSell(89);
//Poss 14

Var:RSI1(0),PcntR1(0);

RSI1 = RSI(C,RSILen);
PcntR1 = PercentR(PcntRLen);


If RSI1 < RSIBuy and PcntR1 < PctRBuy
then
Buy this bar;

If RSI1 > RSISell and PcntR1 > PcntRSell
then
Sell this Bar;

//Print(DAte,Time,RSI1 ,RSI1 > RSISell ,PcntR1 ,PcntR1 > PcntRSell) ;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
Increase in trading performance by 75%
The Elite Circle
Better Renko Gaps
The Elite Circle
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Tao te Trade: way of the WLD
24 thanks
Diary of a simple price action trader
21 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
10 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,433 since Apr 2013
Thanks Given: 481
Thanks Received: 1,627

Steve,

you would do it like this for example:
 
Code
//Sell within the next bar on the first tick with a price of 100 or less: 

Sell Next Bar 100 Stop;
Stop orders can only be executed on the next bar, but as your code seems to use intrabar order generation "next bar" would equal "next tick".

Regards,
ABCTG

Follow me on Twitter Reply With Quote




Last Updated on April 13, 2014


© 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