NexusFi: Find Your Edge


Home Menu

 





Need help - Custom Study - Line Cross Values


Discussion in Sierra Chart

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




 
Search this Thread

Need help - Custom Study - Line Cross Values

  #1 (permalink)
JohnnyT
london
 
Posts: 5 since Dec 2012
Thanks Given: 0
Thanks Received: 0

Guys… need some help here.
I´m trying to develop a Custom Study of 3 RSI lines cross … that enters a Buy Order if Line 2 crosses line 3 from bottom … but only if the “value” of lines (RSI) is below 30 … don´t know how to specify this RSI value/number … those lines are already calculated and part of the graph studies.
Any help? I´m starting but don´t know how to progress…
Thanks in advance.
Posting part of my study:

if (sc.CrossOver(line2, line3) == CROSS_FROM_BOTTOM)
{
// mark the crossover on the chart
bullish[sc.Index] = 1;
// Create a market order and enter long.
s_SCNewOrder order;
order.OrderQuantity = 1;
order.OrderType = SCT_ORDERTYPE_MARKET;
sc.BuyEntry(order);
}

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
How to apply profiles
Traders Hideout
 
  #3 (permalink)
JohnnyT
london
 
Posts: 5 since Dec 2012
Thanks Given: 0
Thanks Received: 0


No one can help?

Reply With Quote
  #4 (permalink)
 
josh's Avatar
 josh 
Georgia, US
Legendary Market Wizard
 
Experience: None
Platform: SC
Broker: Denali+Rithmic
Trading: ES, NQ, YM
Posts: 6,245 since Jan 2011
Thanks Given: 6,783
Thanks Received: 18,255

You asked at 10pm ET during a holiday week on a forum that does not have a ton of SC programmers; a little patience is required.

I did not know how to do this, but I went to the very thorough SC documentation, and tracked this down in less than 3 minutes:

Sierra Chart - Definitions of Advanced Custom Study/System Interface Members

Reply With Quote




Last Updated on December 28, 2012


© 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