Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 21:53:58 +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