python script, easy trading bot based on up down patterns of last 10 price updates (no closing trade needed, its binary options)
Project detail
broker has API
Settings:
– the patterns (taking from txt file, like 0,1,0,0,1,1,0,1,0,
– milliseconds delay (possible? custom delay of the trade signals)
– trade expiry
– account type (1=demo, 4=regular)
– % per trade of balance (minimum trade is $1), or fix $ amount
more details if you’re interested.
no offers above $50.