PINE LIBRARY
업데이트됨 Signal_transcoder_library

Library "Signal_transcoder_library"
This is my 2nd iteration for sending Signals via Plots. (first one was the 8bit Version)
Now a cleaner approach (thanks for the hints LonesomeTheBlue)
_16bit_encode()
Input a 16 bool Array
Outputs a Float for transmitting via Plot
_16bit_decode()
Input a Float from plot via input-mapping
Outputs a Array of 16 bools
Future Ideas:
Transmitting 2-4 Ints (-127 to 127) and Bools
This is my 2nd iteration for sending Signals via Plots. (first one was the 8bit Version)
Now a cleaner approach (thanks for the hints LonesomeTheBlue)
_16bit_encode()
Input a 16 bool Array
Outputs a Float for transmitting via Plot
_16bit_decode()
Input a Float from plot via input-mapping
Outputs a Array of 16 bools
Future Ideas:
Transmitting 2-4 Ints (-127 to 127) and Bools
릴리즈 노트
v2Added:
f_remap_bits()
here you can mix the channels
array in (16 bits) array remapped out (16 bits)
f_bool_operations()
standard bit operations like:
"and", "or", "not", "nand", "nor", "xor", "xnor",
classic timerblocks (candletimers)
"TP", "TPD", "TON", "TOF"
릴리즈 노트
v3 bugfixing the TOF/TON Function (no masking of false)릴리즈 노트
v4added MDP
Minimum Deviation Percentage
it will give you the option to filter out signals by only accepting new signals after a minimum move of the close price.
for dca strategys very usefull, as it limits a overinvesting by a triggerhappy indicator.
릴리즈 노트
v5Added bool funtion "rate"
it counts the bool-in compares it with needed trues in a given range
example: channelin 0 bars 20 trues 10 channelout 1
no other changes
릴리즈 노트
v6Added:
f_infuse_signal() overloaded function
it does infuse 1 to 8 signals into a 16 elements bool array (for each amount a overload)
with an additional check for the channel provided for -1 < channel <15
example:
f_infuse_signal(int channel1, bool mysignal1, int channel2, bool mysignal 2 , .... , int channel8, bool mysignal8, boolarray)
f_infuse_signal(int channel1, bool mysignal1, boolarray)
릴리즈 노트
bug hunting파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
djmad|Bitblockart
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
djmad|Bitblockart
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.