Support Board
Date/Time: Sat, 20 Jun 2026 19:54:55 +0000
Post From: Price Overlay Study
| [2018-03-02 10:19:15] |
| WarriorTrader - Posts: 251 |
|
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 |
