Indicators

pine

PineJS Market Direction Algo, use it to get the market direction

pine (all)

PineJS Market Direction Algo, use it to get the market direction

Input parameters

PropTypeDefaultDescription
minutesnumber5Minutes to look back for the market direction
fromstring09:00From time to look back for the market direction
tostring17:00To time to look back for the market direction
neubooleanfalseWhether to use the neutral direction
pownumber0The power % of the market direction/side

SQL example

TICK pine WITH minutes=5 = 'buy' THEN order SET transmit=true, type="market", side="buy ...

On this page