Need Help for below Coding Strategy in Streak.
Long Entry:
EMA(5)-EMA(30) gap is Lowest compared to Last 10 Candle Gaps of EMA(5)-EMA(30)
Long Exit
EMA(5)-EMA(30) gap is Highest compared to Last 10 Candle Gaps of EMA(5)-EMA(30)
i tried my best, but all coding strategy giving wrong results using Min, Max, Period Min, Period Max, Simple comparison of Gaps. Need Help to write accurately
Streak
February 7, 2025, 6:44am
3
Hi @Niraj_Singh2
Kindly note that we have shared a strategy link created as per your requirements based on our understanding.
https://www.streak.tech/strategy/101322
You can make necessary changes at your discretion.
Hope this helps.
1 Like
@Streak Thanks. Got it.
Is it possible to give code for below condition.
Volume(0) is minimum of Previous 12 Candles, Considering only where Candle is Red, ignoring Green Candles in the range of Previous 12 Candles.
Best Rgds
Streak
February 19, 2025, 3:09am
5
Hi @Niraj_Singh2
Your requirements to consider only red candle volume in the previous 12 candles cannot be implemented.
Hi I have made a scanner using simple maths but streak is unable to scan it in live market can you suggest me a work around so that it works
(( 1 Minute Close(0) * Number 1.16 +
Prev N(Close,-1,min) * Number 0.4)-
(Prev N(Close,-2,min) * Number 0.03 +
Prev N(Close,-3,min) * Number 0.36 +
Prev N(Close,-4,min) * Number 0.23 +
Prev N(Close,-5,min) * Number 0.84 )) *
Number 200 higher than 1 Minute Close(-3)
I aldready know how to make this scanner but it is not working in the live market.
Instead of scanning it gives 490 stocks out of 500.
Ideally If it does the calculation it should not.
Pls helpπ
There seem some error in your Conditions. can you share your Logic Point wise to understand and Suggest