Login Page - Create Account

Support Board


Date/Time: Mon, 24 Feb 2025 00:27:09 +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