Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I am trying to set up a new custom scan and I am getting an error message that states: Invalid statement. I cant figure out what I am doing wrong. I am completely new at this. I have never set up a scan before.
Here is the code I am trying to input:
Software code for the Think-Or-Swim platform
This code is for the Doji pattern:
Def Stoc = StochasticSlow(12, 1);
Def MinVolume = Average(Volume, 90);
Plot DojiPattern = AbsValue(Open - Close) <= (High – Low) * .1
And Close > 25 And Stoc < 20 And MinVolume > 200000;