I want to start off by saying I'm new so sorry if these are dumb questions.
I currently have the robinhood app. I cannot short sell on this app. What's an app I can buy/sell and short/cover on all/most markets, preferably for free (or cheap) or what are your recommendations?
2. I am using Amibroker. Does it analysis data on all markets? Or which ones does it use and how can I see that?
3. In Amibroker, I used the coding below and it did not come back with any short trades data. Why is that? What did I do wrong ha?
buy = cross( cci(), 100 );
sell = cross( 100, cci() );
short = cross( -100, cci() );
cover = cross( cci(), -100 );
I currently have the robinhood app. I cannot short sell on this app. What's an app I can buy/sell and short/cover on all/most markets, preferably for free (or cheap) or what are your recommendations?
2. I am using Amibroker. Does it analysis data on all markets? Or which ones does it use and how can I see that?
3. In Amibroker, I used the coding below and it did not come back with any short trades data. Why is that? What did I do wrong ha?
buy = cross( cci(), 100 );
sell = cross( 100, cci() );
short = cross( -100, cci() );
cover = cross( cci(), -100 );