Adding different studies in study alert condition wizard.


0
0

Saw your video on Condition Wizard, so I tried to play around, but I’m stuck.

So I’m wondering if there is a way to add several studies in the condition wizard?

For instance, I want to have a notification that tells me a closing price of a stock has hit or surpass the MovingAvgCrossover indicator of 2 EMA crosses over 8 EMA.

I also want the price to be above VWAP and having ParabolicSAR_SCAN to be below the current price.

Not only that, I want the price to be on the positive side on MACDHistogramCrossover. And volume needs to be above 100,000.

Is that even possible? And on top of that, I want to create a scanner from that script and set a custom indicator with a background color on my watchlist.

Attached is what I have so far on my scanner and here’s what I have so far on my thinkscript:

MovingAvgCrossover(“length1” = 2, “length2” = 8, “average type1” = “EXPONENTIAL”, “average type2” = “EXPONENTIAL”) is greater than MovingAvgCrossover(“length1” = 2, “length2” = 8, “average type1” = “EXPONENTIAL”, “average type2” = “EXPONENTIAL”, “crossing type” = “below”)

When I added other studies, it gives me an “NA”.

Btw, I’m a beginner penny stock day trader, so I use short length EMA to try to predict a good volatile penny stock to trade. So far I’m down $10k on 2019. Hopefully I can do better in 2020.

Thank you for taking your time.

Attachments:
Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on January 9, 2020 10:04 pm
201 views
0
Private answer

It is possible to combine multiple studies using the Condition Wizard. Since your previous attempt failed I suggest you break things into the bite pieces. You can add multiple study filters to the same scan and they will combine to work as one. You have a lot of moving pieces here. The solution is far more complex than what I can provide at no charge in the Q&A forum. I have to respect the many clients who have paid for much solutions of much less complexity than this.

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on January 10, 2020 12:42 pm
0
How much would you charge for this kind of complex work? Or have you done one already that I can purchase?
( at January 11, 2020 6:04 am)
0
You can get all the details about the services we offer and rates on the following webpage: https://www.hahn-tech.com/about/ I try not to promote these services because I already have more project requests than I can get to.
( at January 11, 2020 8:37 am)