Donnie Azoff
New member
Some of the bots smell very grid-like in nature, which should be a cause for concern. Does anyone know, or can anyone provide information on whether these bots implement exponential lot sizes in any situations, showing martingale tendencies? This can be very risky.
Also, I’m wondering how anyone picks their stop loss when they don’t know what the strategy actually does. For example, if you don’t know whether it uses ATR, if it’s volatility-based, or how dynamic the bot’s entry and exit logic is, how do you choose take profits or stop losses? These all seem like areas of concern to me.
For any machine learning portions, are there different model weights provided in the backtests? For example, are there backtests using different parameters to ensure the model is robust? I don’t believe this system is truly adaptive due to the complexity required to implement real-time updates. If it’s a static machine learning setup, can anyone provide tests showing performance with different model weights? For instance, if it’s a static LSTM, are there backtests using multiple sets of weights to ensure robustness across different market conditions?
Also, I’m wondering how anyone picks their stop loss when they don’t know what the strategy actually does. For example, if you don’t know whether it uses ATR, if it’s volatility-based, or how dynamic the bot’s entry and exit logic is, how do you choose take profits or stop losses? These all seem like areas of concern to me.
For any machine learning portions, are there different model weights provided in the backtests? For example, are there backtests using different parameters to ensure the model is robust? I don’t believe this system is truly adaptive due to the complexity required to implement real-time updates. If it’s a static machine learning setup, can anyone provide tests showing performance with different model weights? For instance, if it’s a static LSTM, are there backtests using multiple sets of weights to ensure robustness across different market conditions?