by George Pruitt on December 20, 2019 in Python
Indent four spaces after an if statement. if x ==1: ++++4x = 2 Let’s break down the above code: Always test the current bar’s high or low against the signal trigger price. If the extreme of the bar exceeds the level then you know you were filled. In TradingSimula18 you are sitting on the close […]
READ MOREby George Pruitt on December 15, 2019 in TradingSimula-18
Just published my latest book: TrendFollowing Systems – a DIY Project: Batteries Included and here is the first blog post. Let’s open up TF-Bollinger-Stop.py. After installing Python and unzipping TradingSimula18.zip to your C:\ drive and opening IDLE (3.* 64 Bit) from the start menu browse to the TradingSimula18 Folder and open TF-Bollinger-Stop.py. Scroll nearly 1/2 […]
READ MORE