Support Board
Date/Time: Sun, 19 Jan 2025 00:08:35 +0000
Post From: Price Overlay Study
[2018-03-02 10:19:15] |
WarriorTrader - Posts: 245 |
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 |