239 lượt xem
NOTE: Experimental. Pinescript implementation of Decimal to Binary and Binary to Decimal that is intended for use in the development of a neural network proof of concept.
// Decimal to Binary, Binary to Decimal Reference:
// http://diwasfamily.com/python-program-to...
// https://www.wikihow.com/Convert-from-Bin...
// // https://www.khanacademy.org/math/algebra...
- Intended for use in as subcomponent in the development of a more complex/highly experimental prototype.
- Protection/logic for edge cases above 11111111/255 (8bits) is NOT implemented.
- Do NOT use this in any trading system or component without edge case testing/unit tests.
// Decimal to Binary, Binary to Decimal Reference:
// http://diwasfamily.com/python-program-to...
// https://www.wikihow.com/Convert-from-Bin...
// // https://www.khanacademy.org/math/algebra...
Nov 11
Phát hành các Ghi chú:
Add license MIT