Using Dynamic Contracts in an Entry Condition on Streak

Is it possible to use the Dynamic Contracts feature inside an entry condition on Streak?

For example I wanted to compare the price of an ITM option with the price of the existing ATM option. How can I do this?

@Streak can you.

Hi @Sy24,

You can only use Dynamic contract in the Scrip section and not inside a Condition statement. So in order to implement the example you have mentioned, you need to manually set the strike price inside SYMBOL. The con with this method is, ITM and ATM will change as the underlying moves but the strike in the condition would not change.