Help with conditions

@NithinKS

If you choose to deploy a strategy using the MIS order type, you will need to redeploy it daily. On the other hand, if you use the CNC order type, you can set multiple strategy cycles for deployment. Currently, you can set up to 5 strategy cycles. Once a strategy completes its initial deployment, it will be redeployed according to the specified number of cycles.

I am not getting one click buy or sell notification. Every time I need to go to app and click on Take Action tab even I have kept notifications on in mobile @Streak

Hi @Kushal_K

Please note that notifications received outside the app are simply alerts indicating that the conditions have been met. To place an order, you need to open the app and manually act on the alerts.

Hope this clarifies the doubt.

@Streak How do i refer to the moving average volume in my conditions??

Thanks in advance.

Hi @Aditya_S

You can refer to the moving average volume indicator using the indicator "Moving Average Volume:

You can also refer to the image below for a sample condition written in Streak:

Hope this helps.

Can you please guide or share the formula that is used in the calculation of pivot points std in Streak??
@Streak

Hi @Pratham_A

You can calculate the values of pivot points using the formulae in the image below:

please clarify as I observe that in the stock chart of Shriram finance for BB 50.2, as used in the strategy, it shows 5 candles closing above UBB between 9.35 to 9.55. What could be the reason for the system not acting on these ? I have set the entry start time as 9:30.

Hi @Ankitajadhav

Please note that the entry start time is set to 9:30. This means that any candle crossing above the UBB from below after 9:30 will trigger the trade. In your case, the candles were already above the UBB after 9:30, so the trade was not triggered at that time. It was triggered at 10:10 when the previous candle closed below the UBB, and the current candle crossed above it.

Refer the below image for better understanding:

Hope this clarifies the doubt.

Kindly help! My stop loss got hit but the order did not executed. why?

Hi @NithinKS

Streak does not provide auto-order placement. Streak generates one-click actionable notifications when your conditions are met on which you will have to click on Buy/sell notification to place orders.

When you click on the strategy notification, it takes you to an order window, which has all the details prefilled including price and quantity. All you need to do is click on buy/sell. This confirmation is necessary as per regulation.

Refer to the below link to learn more about the actionable notification:
https://help.streak.tech/notifications/#actionable-notifications

Hope this helps.

Can you plz share the logic on what basis is the Support and resistance levels are decided in the technicals section?
IMG-20241021-WA0005

Hi @Ankitajadhav

Kindly note that the Support and Resistance barometer in Technical Section is a quick and easy representation of the “Pivot Points” indicator that can be fetched on charts, by going to the studies and searching “Pivot Points”.

How do I write an exit condition that exits at the close of 2 candle after the trade candle (or 3 candles after the signal candle)
Also, would like to use the symbol command in the same exit condition to select the BankNifty Indice

Hi @SheetalGhorpade

Please note that currently your requirement i.e. to exit after 2 or any other later candles cannot be implemented in Streak. However, this is already in our future pipeline and we will update you once this feature is released.

In case you want to exit after the closing of the next candle after the Signal candle then you can simply write the condition “close(0) higher than 0” and this shall work fine.

if you have any other queries, you can ask here or you can also email us at [email protected] and we will be happy to assist you with them.

Is there any possible way in which an overall SL or TP can be set for all legs of a strategy instead of individual contracts?

Hi @NithinKS

MTM stop loss is not currently supported. Hence SL TP will be considered separately for each leg.

can we create conditions to trade on the particular day??

Hi @NithinKS

You can use the “Candle time” feature to set conditions to trade on particular days.

Refer to the link below to learn more:
https://help.streak.tech/indicators/#candle-time

Hope this helps.

@Streak

Please help me to add a condition in streak that scans for close crossing Vwap Standard deviation.1 from below.
Here SD 1 I mean the SD line below the vwap not the SD 1 line above the vwap