NexusFi: Find Your Edge


Home Menu

 





Howto Feed Data To DRAWSTYLE_HORIZONTAL_PROFILE ?


Discussion in Sierra Chart

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




 
Search this Thread
  #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?
Trump Lands in Beijing on CPI Day: Iran Peace Expires To …
Prediction Markets & Event Contracts
Sundays Verdict: Lebanon Locked at 99.85% as Iran June 7 …
Prediction Markets & Event Contracts
Friday Update: Markets Now Pricing Fed Rate HIKES as Sta …
Traders Hideout
Thanks Mike. Godspeed.
The Elite Circle
El Clasico Draws $9.2M in Prediction Market Action -- Bi …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #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


© 2026 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 - Downloads - Top
no new posts