Transaction costs mistake?

Course Name: Price Action Trading Strategies Using Python, Section No: 9, Unit No: 4, Unit type: Notebook

Hello,

Is this cost correctly set? As the markdown says 0.001 but the code is 0.0001 (ten times less).

zsNVl3H.png (1081×341) (imgur.com)

Hi,



Yes, you're right it should be:

transaction_cost = 0.001



Thanks for pointing this out, we will be updating this in the notebook too.