Support Board
Date/Time: Sat, 05 Jul 2025 14:03:44 +0000
Post From: trading system based on 2 signals
[2021-03-11 08:14:24] |
Flipper_2 - Posts: 57 |
You can see what values are in the referenced sub graph by putting this code below the GetStudyArrayUsingID SCString teststring;
teststring.Format("StudyLine1: %0.2f, Bar -1: %0.2f, Bar -2: %0.2f", StudyLine1[sc.Index], StudyLine1[sc.Index - 1], StudyLine1[sc.Index - 2]); sc.AddMessageToLog(teststring, 0); |