NexusFi: Find Your Edge


Home Menu

 





Howto Feed Data To DRAWSTYLE_HORIZONTAL_PROFILE ?


Discussion in Sierra Chart

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




 
Search this Thread

Howto Feed Data To DRAWSTYLE_HORIZONTAL_PROFILE ?

  #1 (permalink)
bluewave65
CZECH REPUBLIC
 
Posts: 24 since Nov 2015
Thanks Given: 1
Thanks Received: 0

I found some code :

 
Code
SCSFExport  scsf_mp(SCStudyInterfaceRef sc)  
{  
  SCSubgraphRef sg1 = sc.Subgraph[0];  


  if (sc.SetDefaults)  
  {  
 

    sc.GraphName = "MP";  
    sc.GraphRegion = 0;  
    sc.AutoLoop = 0; 

    sg1.Name = "BidVolume";  
    sg1.DrawStyle = DRAWSTYLE_HORIZONTAL_PROFILE;  
    sg1.PrimaryColor = RGB(64, 0, 0);  

    return;  
  }  

  for(int i=sc.ArraySize -10;i< sc.ArraySize;i++)  
   sg1 = sc.Close;  

}




It`s evidently can`t work properly
It`s depicting some garbage at index close ..
Howto feed data into that type of subgraf ?

Thanks For Help
Dave

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 mkata 
Columbus, OH
 
Experience: Intermediate
Platform: SierraChart
Trading: CL
Posts: 35 since May 2013
Thanks Given: 153
Thanks Received: 24

Hello @bluewave65,

In the code you posted, the subgraph and Close data are missing the Index.
sg1[i] = sc.Close[i];

Reply With Quote
Thanked by:




Last Updated on November 7, 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