Support Board
Date/Time: Thu, 18 Sep 2025 17:21:19 +0000
Post From: OpenChartOrGetChartReference Example
[2019-01-12 17:44:36] |
LenderDevTest - Posts: 15 |
The study "OpenChartOrGetChartReference Example" from the file studies.cpp does not work. The problem is on the line #6500: "sc.AutoLoop = 0;//Manual looping" The study was designed for automatic looping. (the study use "sc.Index") Fix: set "sc.AutoLoop" = 1 |