509 просмотров
Lime line - level for opening a long position.
Blue line - level to close a long position.
Short positions are not used.
Lime line = minimum of previous candle -% (or 0)
Blue line = maximum of previous candle +% (or 0)
For:
- (any altcoin)/BTC, (any altcoin)/ETH, (any altcoin)/BNB
- timeframes: 1h, 4h or 1d
Preferably
- if 1h TF: buy-5% and sell+0%
- if 4h TF: buy-10% and sell+0%
- if 1d TF: buy-15% and sell+0%
Blue line - level to close a long position.
Short positions are not used.
Lime line = minimum of previous candle -% (or 0)
Blue line = maximum of previous candle +% (or 0)
For:
- (any altcoin)/BTC, (any altcoin)/ETH, (any altcoin)/BNB
- timeframes: 1h, 4h or 1d
Preferably
- if 1h TF: buy-5% and sell+0%
- if 4h TF: buy-10% and sell+0%
- if 1d TF: buy-15% and sell+0%
Apr 13
Информация о релизе:
-
RADDAR.IO - полная картина рынка в два клика https://u.to/fU_QFA
Мой сайт http://boto.trading/
Ютуб https://www.youtube.com/channel/UCkup2iZzX4B7avWwwrlRG5w
Результаты робота WhiteBox за год, отзыв c пруфом: https://www.youtube.com/watch?v=X9p4cmTaes8
Мой сайт http://boto.trading/
Ютуб https://www.youtube.com/channel/UCkup2iZzX4B7avWwwrlRG5w
Результаты робота WhiteBox за год, отзыв c пруфом: https://www.youtube.com/watch?v=X9p4cmTaes8
lb = 0.0
lb := low + ((low / 100) * buy)
можно упростить до
lb = low + ((low / 100) * buy)
Аналогично и для закрывающей скользящей.