Pivot Points

Pivot Points: A pivot point is a technical analysis indicator used to determine the overall trend of a market over different time frames. It serves as a reference point for potential support and resistance levels.The pivot point itself is calculated as the average of the intraday high, intraday low, and the closing price from the… Continue reading Pivot Points

Pivot Points

نقاط محوری: نقطه محوری یک شاخص تحلیل تکنیکال است که برای تعیین روند کلی یک بازار در بازه های زمانی مختلف استفاده می شود. به عنوان یک نقطه مرجع برای سطوح حمایت و مقاومت بالقوه عمل می کند.نقطه محوری خود به عنوان میانگین بالاترین روزانه، پایین ترین حد روزانه و قیمت پایانی روز معاملاتی قبل… Continue reading Pivot Points

how to use data analytics in marketing insight

According to 1, data analytics can help improve decision making, marketing effectiveness, customer service and operational efficiency by providing insights into customer behavior, preferences, needs and expectations. Some of the ways to use data analytics in marketing insight are: data analysis can help Qcommerce companies to: some of the companies that use data analysis are:

what should we learn that will be critical in next 20 years?

Here are some skills and fields that may be critical in the next 20 years: Note: The specific skills that will be critical can vary depending on the region and industry, but these are some of the broad areas that are likely to be important in the future.

install fbprophet in python

when entering maybe you get this error: or any others and you tried everything!!just try this one and do not install conda or anything else!!: or then start coding easily: you can add news data as an additional regressor to the model by using the add_regressor method in the prophet library. Here’s an example code:… Continue reading install fbprophet in python

Recruitment

If we divide management onto 6 different categories, that would be: Finance and accounting Strategy and organization Marketing and sales Production and operation Entrepreneurship and innovation Human resources and organization behavior then HR would divides to: leadership negotiation Function Decision making Recruitment It is worth about 3 to 5 times more than first salary of… Continue reading Recruitment

Julia language Basics cheat sheet

String Theory! :Use ” or “”” for strings and ‘ for characters. println(“Hello, my name is $name.”) println(“That is $(num_fingers + num_toes) digits in all!!”)string(“I don’t know, but “, 😺, ” is too few.”)s3*s4 To handle errors:@assert *condition* “Error message” Tuple: myfavoriteanimals = (“penguins”, “cats”, “sugargliders”)myfavoriteanimals[1]You cannot do this: myfavoriteanimals[1] = “otters” Named Tuple: myfavoriteanimals =… Continue reading Julia language Basics cheat sheet