Currently in quantconnect documentation there is a line that helps filter for puts or calls but the code is incorrect.
current:
put= [xforxinoptionchainifchain.Right==1]
call= [xforxinoptionchainifchain.Right==0]
suggested:
put= [xforxinchainifx.Right==1]
call= [xforxinchainifx.Right==0]
Currently in quantconnect documentation there is a line that helps filter for puts or calls but the code is incorrect.
current:
suggested: