Expert Advisors Analysis

Results 20 comments of Expert Advisors Analysis

Any way to detect this kind of [malware](https://medium.com/csis-techblog/analysis-of-joker-a-spy-premium-subscription-bot-on-googleplay-9ad24f044451)? An example of APK trojan that seem to be available at Google Play for a while. Idk what way does Google check...

@eclipsed4utoo it's better to use either linux virtual machine, or some package manager with precompiled binaries for M1, like conda, here's some tutorial on lightgbm for osx m1 - https://towardsdatascience.com/install-xgboost-and-lightgbm-on-apple-m1-macs-cb75180a2dda.

@sanoj2021 how much parameters does your strategy have?

@sanoj2021 from statistical standpoint, it is like you randomly sample parameters, obtain backtest results versus input parameters. Then just try to correlate numeric parameters versus profit, or if its categorical...

A problem does still exist on linux at least. 16PCM, 44100 * 32 works, 44100 * 64 has a crash inside libvorbis ``` (gdb) where #0 0x00007f261220b16c in ?? ()...

It seems like for a rootless access on linux the following is enough: - add user to `input` group, allows [input subsystem access](https://lists.freedesktop.org/archives/systemd-commits/2014-June/006343.html) - add custom `udev` rule, to account...

Perhaps it is the reason why files from quick fix doesn't open correctly. Because i can't open them via in QuickFix list.

@Kipperlenny what markets do you use for backtesting?

@Kipperlenny I personally use following ways to feed data: - wrote custom data feeding from gateio, ftx, binance that fetches all of the trades in real time, been running for...

```https://music.yandex.com/api/v2.1/handlers/track/%s:%s/web-artist_tracks-track-track-saved/download/m``` there a bit different url, as well as, seems like using yandex.com provides full tracks, whilst yandex.ru provides only previews. not sure about cookies being useful here or not....