Scan Criteria

Pejman

Well-known member
Joined
May 22, 2019
Posts
82
Likes
17
HI All

do you know how can i make a scan criteria that search instruments that have :
MACD crossed signal line 20 days ago and since that cross stayed above it all the time?
and
this happened above zero line.

thanks in advance
 
Hello @Pejman.

I think you will have to program a (custom) Study for this. That way, you could add the necessary criteria :)
 
Thanks Spin
it is difficult ? i have never done that. and i do not know anything about Java.
 
This particular Study does not seem too difficult to program imo.

The good people of MW provide us with an SDK (Software Development Kit) that allows us to program our own Studies:
http://www.motivewave.com/support/sdk.htm
They also wrote a comprehensive manual on how to do this:
http://www.motivewave.com/sdk/MotiveWave_SDK_Programming_Guide.pdf

If your Java-knowledge is close to zero, you will encounter a steep learning curve.

If you still struggle after wading through all that material, you can always look for help. There are a few programmers out there who code MW-Studies & Strategies for money.

Full disclosure: I am one of them. See my signature below :)
 
Top