You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this command create a good csv file
npx dukascopy-node -i xauusd -from 2025-01-01 -to 2025-02-06 -t tick -f csv -v true -fl true --cache
this command create a bad csv file
npx dukascopy-node -i xauusd -from 2025-01-01 -to 2025-02-07 -t tick -f csv -v true -fl true --cache
i think the csv file must be created, even if the "date to" is ahead of "current date"
The text was updated successfully, but these errors were encountered:
naitsir
changed the title
when --date-to is ahead of current date, csv file is empty and without extension
ERROR: when --date-to is ahead of current date, csv file is empty and without extension
Feb 8, 2025
current date: 2025 02 06
this command create a good csv file
npx dukascopy-node -i xauusd -from 2025-01-01 -to 2025-02-06 -t tick -f csv -v true -fl true --cache
this command create a bad csv file
npx dukascopy-node -i xauusd -from 2025-01-01 -to 2025-02-07 -t tick -f csv -v true -fl true --cache
i think the csv file must be created, even if the "date to" is ahead of "current date"
The text was updated successfully, but these errors were encountered: