Jonathan Dumaresq
Jonathan Dumaresq
HI, I would like to let you know that I dry-testing your appolo11 strat. Up to now, it's very impressive. I let it run a couple more days before going...
Hi, I'm looking at your buy_signal_2, and I think the ``` dataframe["close"] < dataframe["s2_ema"] ``` is always true. I don't see how the s2_ema signal can be lower than a...
The LittleFS library seams not to be compiled in when using platform=arduino,espidf. This result in link error. ``` d:/.../packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio/build/esp32/src/main.o:(.literal._Z5setupv+0x14): undefined reference to `LittleFS' d:/.../packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio/build/esp32/src/main.o:(.literal._Z5setupv+0xa0): undefined reference to `fs::LittleFSFS::begin(bool,...