Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
pkill -f 'cRe5520\.py'
read -p '[ Hit Enter or Ctrl+C ]$ ' -t 10
nohup python3 ./cRe5520.py >/dev/null 2>&1 &
echo -e "\nsystem'cRe5520' has started..."
pgrep -af 'cRe5520\.py'
@nonkimista
nonkimista / cRe5520.2.0.629.pine
Last active April 25, 2020 17:47
backtester for system'cRe5520'
//@version=3
strategy(
title='Channel breakout trading strategy',
shorttitle='cRe5520',
overlay=true,
initial_capital=1000,
default_qty_type=strategy.percent_of_equity,
default_qty_value=100,
commission_type=strategy.commission.percent,
commission_value=0.075,