hi sir
i need help in creating streak strategy to buy when stock is down by 1 or 2 % and sell when it goes 1 % from avg traded price
please help sir
hi sir i want to buy xyz stock when it falls 1 % how can i create strategy in streak?
I have created a condition as per my understanding of your requirement. Refer to the below image to learn how to write this in Streak.
Hope this helps.
thanks sir but its taking market order , but i want limit order. How can i do that?
@Vasu_patel I am not able to see correct backtest results with CNC orders…I want to but when a script fall by 1 and 2 percent…and keep in delivery .
Hi @Gopal_Mohta
We have thoroughly reviewed your requirements. Please note that the strategy conditions cannot be implemented on the Streak platform, as Streak does not support any form of averaging.
This means the strategy cannot take multiple consecutive entry positions before exiting the current position. A new entry position is only taken after the previous one has been exited, i.e., when the quantity on hand is zero.
Please write to “[email protected]” with the strategy link and CSV file of the order log, along with the detailed elaboration regarding the stock, time-stamp where your condition were met, but strategy did not trigger an alert.
Note: All our services are working fine on our end, and we haven’t received any similar reports from other users.
After reviewing the screenshots, we observed the error " No trades happened" this denotes that the conditions were not met for those particular instrument during the specified period.
The conditions are quite restrictive, having close prices lower by 1%, 2%, 0.5%, and 0.25% from the previous day’s close simultaneously is a rare occurrence. If you’d like a trade to trigger when any one of these conditions is met, you can modify the main block to “Matches Any” instead.
Hope this clarifies.
@Streak yes i agree you words “having close prices lower by 1%, 2%, 0.5%, and 0.25% from the previous day’s close simultaneously is a rare occurrence”
but in entry condition even after i use low price trade not got triggered and
i changed Match any filter
as we can see niftybees came down on 3rd june 9:30 am but trade not triggered
here is the ss
Upon reviewing the snapshots shared by you, we noticed that the Entry End time is logically invalid. You have set the timers in a 12-hour format, but the time used in the platform is in a 24-hour format. “Please change the time to 15:20, and it should work fine.”
Hi @Streak
back test working fine for me but when iam going to deploy it in limit order so i have few options which iam unable to figure it out, can you help me?
Default price - open close high low ltp
buffer -
iam attaching ss for reference:
@vijay_kumar5 You can go through the below shared thread to understand the working of Limit order in Streak.
Hi @Streak
thats perfectly working fine for me and thank you so much
and iam working around streak to create strategies but few conditions am unable to write , so can you please share ss of strategy for below condition
Condition:
- Close crosses below (Previous Close * (1 - X%))
Example:
If you want to Buy when price drops 0.5% from previous close:
- Close crosses below Previous Close Ă— 0.995
If you want to buy when the current candle close is trading 0.5% below the previous close, you can use the condition shared below.
For further queries, please write to “[email protected]” and the team shall assist you.