Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def __init__(self):
  2.  
  3.  
  4. indicator = Customindicator()
  5.  
  6. crossover = bt.ind.CrossUp(indicator.lines.PB, indicator.lines.LINEZ)
  7. self.signal_add(bt.SIGNAL_LONG, crossover)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement