NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 6 of 6
Search: Posts Made By: bradhouser
Forum: Sierra Chart February 1st, 2023, 06:27 PM
Replies: 119
Views: 28,161
Posted By bradhouser
1. Assume auto looping and you want a maximum of...

1. Assume auto looping and you want a maximum of 1000 bars, put this before the calculations:
if (sc.Index < sc.ArraySize - 1000)
return;

2. Create an SCInputRef variable and call it Line1 or...
Forum: Sierra Chart January 24th, 2023, 04:46 PM
Replies: 119
Views: 28,161
Posted By bradhouser
The Study/Price Overlay Study is coded directly...

The Study/Price Overlay Study is coded directly in C++, and the source code is not available. It appears using an ASCIL version of what is a similar function uses more CPU time.
Forum: Sierra Chart October 6th, 2022, 02:23 PM
Replies: 119
Views: 28,161
Posted By bradhouser
You can use the sc.FormattedEvaluate(...

You can use the sc.FormattedEvaluate( (https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html#scFormattedEvaluate)) function to do the comparisons without floating point...
Forum: Sierra Chart February 24th, 2021, 09:08 PM
Replies: 119
Views: 28,161
Posted By bradhouser
I am not sure if this is the problem, but your...

I am not sure if this is the problem, but your cpp file needs this at the top:

#include "sierrachart.h"
Forum: Sierra Chart December 16th, 2020, 04:08 PM
Replies: 119
Views: 28,161
Posted By bradhouser
if ( Input_StartTime.GetTime() <= CurrentBarTime...

if ( Input_StartTime.GetTime() <= CurrentBarTime <= Input_EndTime.GetTime() )

This won't work because you are trying to compare three numbers. Comparison operators only take two operands. You...
Forum: Sierra Chart July 8th, 2020, 02:39 PM
Replies: 119
Views: 28,161
Posted By bradhouser
In this order: 1. Analysis>>Build Custom...

In this order:
1. Analysis>>Build Custom Studies DLL>>Build >> Install Visual C++ Compiler
2. Install Visual Studio. (if you had it installed already before doing step 1, then you need to...
Showing results 1 to 6 of 6

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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