python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Running Hyperopt in Freqtrade and getting crazy results
I ran hyperopt for 5000 iterations and got the following results:
2022-01-10 19:38:31,370 - freqtrade.optimize.hyperopt - INFO - Best result:
1101 trades. Avg profit 0.23%. Total profit 25.48064438 ...

Pruthvi
Votes: 0
Answers: 1
Algotrading: MEXC Authentication issue C#
I'm building a MEXC connector and I use their official docs here: https://mxcdevelop.github.io/APIDoc/open.api.v2.en.html#request-format
I have an issue with the authentication method they provided. I...
Rivian
Votes: 0
Answers: 0
Tradingview Intrabar Price Emulation Behaviour
I understand that TradingView price emulation for intrabar calculations uses the following two estimates to emulate the movement of price:
If the bar’s high is closer to bar’s open than the bar’s lo...
Tom
Votes: 0
Answers: 1
Batch file does not run properly a loop in a python script
I have this script
from ib_insync import *
import pandas as pd
from tqdm import tqdm
util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 7497, clientId=1)
data = {'Name': ['AAPL', 'TSLA', 'GOOG'...
Bogdan Titomir
Votes: 0
Answers: 1