NexusFi: Find Your Edge


Home Menu

 





Need help - Custom Study - Line Cross Values


Discussion in Sierra Chart

Updated
    1. trending_up 3,159 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?
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
ZombieSqueeze
Platforms and Indicators
Request for MACD with option to use different MAs for fa …
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
58 thanks
Battlestations: Show us your trading desks!
55 thanks
NexusFi site changelog and issues/problem reporting
48 thanks
What percentage per day is possible? [Poll]
31 thanks
GFIs1 1 DAX trade per day journal
29 thanks

  #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,215 since Jan 2011
Thanks Given: 6,740
Thanks Received: 18,114

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