Support Board
Date/Time: Wed, 12 Mar 2025 21:56:24 +0000
Post From: Write Bar & Study Data to File == Include current bar or Incomplete bar in the Text File?
[2022-03-03 01:49:17] |
User631345 - Posts: 36 |
Hi, I have a request with regards to ===> Write Bar & Study Data to File Is there any way I can have this study to include the last i.e. “Incomplete Bar” data to be included in the outputted Text file? Write Bar Data to File I did read up on some documentation and went into Studies6.cpp under ACS_Source and changed From this --- WriteBarAndStudyDataToFileParams.IncludeLastBar = 1 To this ---WriteBarAndStudyDataToFileParams.IncludeLastBar = 0 But to no avail. Can you please help or guide as to what I can do if I want the current Bar to Show in the output text file as well. Many Thanks |