We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hacim < 3000 sırasında gelen SHORT sinyalleri için 6.0 < sıcaklık < 8.0 değerleri için bir algoritma geliştirmemiz gerekiyor.
Bu koşulları sağlayan günler ve sıcaklık değerleri aşağıdaki gibidir.
The text was updated successfully, but these errors were encountered:
Merhabalar,
Aşağıdaki algoritma ile 14 gün (7 gün arızalı, 7 gün normal) için +2.075 puan kazandırıyor. Arızalı olan 7 günün 4 tanesini düzeltiyor.
#562.xlsx
Kod çok belirli sınırlar içinde hareket ediyor, çok içime sinmedi, aşağıdaki soruların yanıtı yok.
if ((measure > 6.0) && (measure < 8.0)) { if ((signalDataList[i][sCount].volume > -900) && (measure > 6.2) && (measure < 7.2)) { algo = algos.algo_0147; ret = alarms.buy; } }
İyi çalışmalar, Bora
Sorry, something went wrong.
boratuncer
No branches or pull requests
Hacim < 3000 sırasında gelen SHORT sinyalleri için 6.0 < sıcaklık < 8.0 değerleri için bir algoritma geliştirmemiz gerekiyor.
Bu koşulları sağlayan günler ve sıcaklık değerleri aşağıdaki gibidir.
The text was updated successfully, but these errors were encountered: