i1ya / freqtrade-strategies

My freqtrade strategies
209 stars 64 forks source link

not able to find this stratigy you mentioned? #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, your results are really interesting and i am using a lot of reference from these but i could not find NostalgiaForInfinityV5 which you have compared in most of your back testing data.

i1ya commented 3 years ago

Hi, you can find NostalgiaForInfinityV5 in attachment.

сб, 11 сент. 2021 г. в 14:30, tacticaldv @.***>:

Hi, your results are really interesting and i am using a lot of reference from these but i could not find NostalgiaForInfinityV5 which you have compared in most of your back testing data.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/i1ya/freqtrade-strategies/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOC3NKXRMEJ6YSGJKHVY5TUBM4VLANCNFSM5D23ZMKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- С уважением, Илья Зеленчук Тел.: +7 (921) 646-10-40 Site - http://dadaedu.ru Android - http://dadaedu.ru/googleplay iOS - http://dadaedu.ru/appstore

ghost commented 3 years ago

There is no attachment in your Reply @i1ya ?

i1ya commented 3 years ago

https://drive.google.com/file/d/1PTRXXH_R3NKKx05h5kdC0XlpFkIRN1TS/view?usp=sharing

вт, 14 сент. 2021 г. в 10:42, tacticaldv @.***>:

There is no attachment in your Reply @i1ya https://github.com/i1ya ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/i1ya/freqtrade-strategies/issues/4#issuecomment-918895627, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOC3NLD3XMZLOLQEZVGLW3UB34FBANCNFSM5D23ZMKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- С уважением, Илья Зеленчук

ghost commented 3 years ago

Thankyou

ghost commented 3 years ago

Hi have you tested your strategies in live mode like with few $?

i1ya commented 3 years ago

In my repo you can find screenshots from Telegram with live results.

вт, 14 сент. 2021 г. в 10:49, tacticaldv @.***>:

Hi have you tested your strategies in live mode like with few $?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/i1ya/freqtrade-strategies/issues/4#issuecomment-918900763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOC3NKDWSXU6X7N7CEO7STUB35ANANCNFSM5D23ZMKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- С уважением, Илья Зеленчук Тел.: +7 (921) 646-10-40 Site - http://dadaedu.ru Android - http://dadaedu.ru/googleplay iOS - http://dadaedu.ru/appstore

ghost commented 3 years ago

@i1ya i was running this bot live and every thing seem to work fine but there were no trades in 24 hrs what should i do i have checked logs there were no errors

i1ya commented 3 years ago
  1. https://www.freqtrade.io/en/stable/faq/#i-have-waited-5-minutes-why-hasnt-the-bot-made-any-trades-yet
  2. And yes, you can send me logs, I'll check it.
i1ya commented 3 years ago

No, it means that bot will load at least 480 candles before running. https://www.freqtrade.io/en/stable/strategy-customization/#strategy-startup-period

ср, 15 сент. 2021 г. в 16:03, Lex @.***>:

@i1ya https://github.com/i1ya i was running this bot live and every thing seem to work fine but there were no trades in 24 hrs what should i do i have checked logs there were no errors

Number of candles the strategy requires before producing valid signals

startup_candle_count: int = 480

Which means you need to wait at least 480x5 minutes (40 hours) for the strategy to have any valid buy signals. This also depends on the market, maybe the market simply didn't had any signals recently for NFI, check their discord where people share the signals they got, you should get 60-80% similar (if same exchange and pair)

That's if I understood things correctly, maybe I'm wrong.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/i1ya/freqtrade-strategies/issues/4#issuecomment-919999106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOC3NLKMSDTDEFSQ74C563UCCKS7ANCNFSM5D23ZMKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- С уважением, Илья Зеленчук Тел.: +7 (921) 646-10-40 Site - http://dadaedu.ru Android - http://dadaedu.ru/googleplay iOS - http://dadaedu.ru/appstore

DBVG commented 3 years ago

hi sorry for late reply thank you so much it worked as it should and you are right its suppose to get enough data before a valid signal and execute trades Thank you again for the help