Browsing category

December 2019

When working with Python – Remember Indentations and You are the Master of your Domain!

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 MORE

TradingSimula-18 Set Up Algo Parameters Section

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