Support Board
Date/Time: Sun, 02 Nov 2025 21:09:45 +0000
Post From: problem of getting study subgraph from "Ask/Bid difference" Study
| [2021-02-24 06:44:41] |
| Flipper_2 - Posts: 57 |
|
Thats because you have an error in your code. : ) float Min = StudyLine2[sc.Index]; SCString MessageText2; MessageText1.Format("Min = %f", Min); <<<<<<<<<<<<< wrong SCString ! sc.AddMessageToLog(MessageText2, 0); You are formatting MessageText1 both times Date Time Of Last Edit: 2021-02-24 06:45:28
|
