Support Board
Date/Time: Sat, 05 Jul 2025 01:02:07 +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 |