Support Board
Date/Time: Sun, 02 Nov 2025 16:10:33 +0000
Post From: Price Overlay Study
| [2018-03-02 10:19:15] |
| WarriorTrader - Posts: 247 |
|
I am going to then input "20" for the length in the moving average function.
There is nothing like testing it yourself. Print the results in the message log. SCString Buffer;
Buffer.Format("%5.2d High %5.2f Low %5.2f",DistanceToOpen,HighestPrice,LowestPrice); sc.AddMessageToLog(Buffer,0); --WT |
