-
logiika
start OP Rise
jika win auto stop..
jika loss marti OP Fall
jika loss lagi marti OP Rise
jik loss lagi auto stop
marti di batasi lev 3
-
Dim BitgetOpenOrders_Algo = Await clientBitget.FuturesApiV2.Trading.GetOpenTriggerOrdersAsync(BitgetProductTypeV2.UsdtFutures, BitgetFuturesPlanType.NormalPlan, Symbol_USDFutureV2)
i got:
BitgetOp…
-
Test strategy using Moving Average with slope to trigger action of buy or sell and ATR Stop Loss to put the Stop Loss.
-
Using the last pull version.
Errors occurs during stop loss try
```
2024-09-14 15:03:36 - BybitBaseStrategy - ERROR - [BIGTIMEUSDT] Error during stop-loss attempt for short position: 'LinearGridB…
-
I am trying to apply the same idea that you did but using a different dataset but running into the following error:
`ValueError Traceback (most recent call last)
[](…
-
Please add more features like take profit, stop loss, trailing stop loss etc.
I am using Binance Futures.
Thank you!
-
In DMPHN_1_2_4.py line190:
`print("epoch:", epoch, "iteration:", iteration+1, "loss:%.4f"%loss.item()), 'time:%.4f'%(stop-start))`
you got an extra ')', it should be
`print("epoch:", epoch, "it…
-
### What happened?
A sequence of folder deletion and movement results in erronious errors, including permissions warning and: `folder marker missing (this indicates potential data loss...`
## St…
-
I am training **yolov7** with the following params
```bash
python train.py \
--epochs 1 \
--batch-size 4 \
--img-size 1280 \
--cfg cfg/training/yolov7.yaml \
--hyp data/hyp…
-
Hello,
First, thank you for this fantastic resource!
I do have a question- I am working with a label I have developed for derivatizing arginine, and used it as a variable modification to build a…