mscharstrom

Results 3 comments of mscharstrom

I second this @arnwik. The way Closing Marubozu is calculated and represented, as @pcawthron mentioned, is not in line with how the majority of traders view a closing marubozu. The...

I am also having this problem, example code: import investpy data = investpy.economic_calendar( from_date = '13/10/2022', to_date = '24/10/2022', importances = ['high'], countries = ['united states', 'euro zone'] ) print(data.head(100))...

@alvarobartt any updates from investing.com? I'm mostly interested in the economic calendar. Does your workaround fix that @webdevzilla ? Thanks in advance.