Skip to content

Instantly share code, notes, and snippets.

View fillman's full-sized avatar

Filip fillman

  • Stack Builders Inc.
  • Ukraine
View GitHub Profile
@fillman
fillman / base.py
Last active August 13, 2019 14:57
Base TOS
#Проп-трейдинговая компания Dolphin Traders
#https://dolphin-traders.com
#Pyrogov Timofii
#ищет базы из N последних свечей, на любых уровнях.
def iDiff = 0; #максимальное отклонение в центах
def iBars = 5; #число баров для просмотра
def iLowest = lowest(low,iBars);
def iHighest = highest(high,iBars);