I have made the below condition in my strategy for divergence in open interest, but unfortunately not getting trades, is the indicator supporting or not?? there are no results in any given timeframe, plz check and guide.
Period min(5, Open interest(-1) ) higher than Period min(10, Open interest(-11) )
Kindly note that you are trying to run conditions on Open Interest on equity stocks. Open interest is the total number of outstanding derivative contracts, such as options or futures that have not been settled for an asset, thus the given indicator is supported only on derivates contracts and not on equity. Therefore, you are getting the message as “No trades Happened”.
Do run the strategy on derivative contracts and it shall work fine.
I have been using the copy-and-paste feature, which is really time-saving when the condition is already created in some of the existing strategies. However, can you explain the use case of the disable function?
Kindly note that the Period Max function will fetch the Maximum value from the specified period (i.e. the period here referred to as the number of candles).
Say for instance you use the condition “Close(0) higher than Period Max(10, High(-1)) ”, The function will first refer to the maximum high in the last 10 candles and if the current candle close is higher than the highest high in last 10 candles, a trigger will be generated. Similarly, the Period Min function also follows the same logic.
Let’s say you’re developing a strategy that includes five distinct conditions using various indicators, the disable condition can be utilized to assess each indicator’s impact on the strategy’s performance.
By disabling one of the five conditions, you can evaluate how each condition affects the strategy’s effectiveness. This approach helps identify which indicators are enhancing the strategy and which ones may not be contributing as effectively.
Hi @samuel-7 You can write a maximum of 30 conditions in a strategy or scanner. If there are more than 30 conditions you will receive the following error.
Please give me a feature where I can just select the trades and download all the Order Logs at once. Currently, it’s tiresome, to download them individually.
All you have to do is select the contracts you would like to want the order log for and just use the “Download Order Logs” option. You can refer to the image below: