-
I used the starter code in the README to train a `ACBasicNeuralNet` for a few epochs.
```py
from ml4opf import ACProblem
data_path = 'tests/test_data/89_pegase'
problem = ACProblem(data_path)
…
-
**Describe the bug/ 问题描述 (Mandatory / 必填)**
LoRA微调Qwen2.5-3B模型时,训练阶段前10个step的速度比较快,能达到1~2s/step,随后逐渐减慢到10s/step以上,并且GPU的利用率在前期能达到100%,但在100个step之后就长时间地停在2%。
- **Hardware Environment(`Ascend`/`GPU`…
-
- OS:Win10
- Programming Language version: Node v14.18.1
- CCXT version:1.9
Consider i place a stop loss order with following parameters
await this.exchange.createOrder('BNB/USDT','limit', 'sell…
-
Hi!
Thank you for your work on this project!
I'm training the s-model on a custom dataset, and I’ve encountered an issue after several successful epochs. Up until the 12th epoch, training seems to…
-
```
https://code.google.com/p/ga-bitbot-revived/source/browse/bct_active.py#388
Switch to using Parabolic SAR for determining stop-loss
Possibly, use "stop_loss" GA variable as a GA set upper-limit…
-
Hi guys,
In this post i will speak for others. I have some traders asking me to demand a stop loss feature on DEX. (they dont use to go ask on github so im doing them a favor).
Thanks !
-
```py
from robin_stocks import robinhood as rh
order = rh.order_sell_stop_loss(
symbol='SYMBOL',
quantity=1,
stopPrice=999,
)
```
Error, order =
```js
{'non_field_errors': ['S…
-
Hello
suppose I open a buy order using this
`$order = $api->marketBuy("CHRUSDT", 300);`
can I send a stop loss limit after the order ? If yes how can I send it ?
Thank you
-
Планируется ли реализация функционала как на мобильном приложение(приоритет/даты)?
-
Hi!
What is the suggested usage of the buyatsellat strategy, or anyother strategy to serve as a simple stop loss?
Thanks in advance!