wendlefly Posted December 9, 2020 Report Share Posted December 9, 2020 That's what I'm looking to do. No luck yet. Should be easy, but Have not got it to work? Any ideas? Thanks! Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted December 9, 2020 Report Share Posted December 9, 2020 you can do public void MainCalculation() { if (SymbolData.Volume > (SymbolData.AvgVol * 1.5) ) { SetColor(Color.White); SetScanResult(@"HighVol"); } } this assumes that the Avg. Volume column in the portfolio is populating for you - that is not returned by all datafeeds. If not, you can do Hist Backfill all on the portfolio - MT calculates the average volume when doing Historical chart backfill... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.