05-02-2018, 01:00 PM
My trendline indicator is not yet finished, unforgently.
maybe you wanna have a little look at?
id be intrested to look at a visual representation of yours with different setttings.
(...despite the dissapointment of reality ;-)
i have now two main vectors (support resistance) to derive stoploss and hypetrend from it %.
Also implemented additional centerline with its own averaging array, but not use it yet.
The signal-base for vectors/signals can be choosen from all candle.data individually.
since the last datapoints are both in the past it creates a bit of error.
the highs/lows have to become valid first. this takes a while.
its a tradeoff between sampling frequency/smoothness and persistance/macro-perspective.
the strat prototype uses only the hypetrend/buyIn with trailingstop, and a stoploss/stopwait.
All the rest is traded by a RSI trader.
maybe you wanna have a little look at?
id be intrested to look at a visual representation of yours with different setttings.
(...despite the dissapointment of reality ;-)
i have now two main vectors (support resistance) to derive stoploss and hypetrend from it %.
Also implemented additional centerline with its own averaging array, but not use it yet.
The signal-base for vectors/signals can be choosen from all candle.data individually.
since the last datapoints are both in the past it creates a bit of error.
the highs/lows have to become valid first. this takes a while.
its a tradeoff between sampling frequency/smoothness and persistance/macro-perspective.
the strat prototype uses only the hypetrend/buyIn with trailingstop, and a stoploss/stopwait.
All the rest is traded by a RSI trader.