Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 781 Bytes

syntax.md

File metadata and controls

34 lines (27 loc) · 781 Bytes

Sample Syntax for Open-Close-Cross (OCC) Indicator:


LONG

c=order t=open
c=position b=short t=market
delay=2
b=long l=10 q=50% t=market

q= and l= needs to be adjusted to your needs

SHORT

c=order t=open
c=position b=long t=market
delay=2
b=short l=10 q=50% t=market

q= and l= needs to be adjusted to your needs

SL and TP (two separate alerts)

c=order t=open
c=position b=short t=market
c=position b=long t=market
Condition --- ---
Long / Short GitHub Logo GitHub Logo
SL / TP GitHub Logo GitHub Logo