Questions tagged [trading]

The act of buying and selling financial instruments, such as money markets spot instruments, stocks, bonds, commodities, virtual currencies, indices, futures, options, CFD-s and other derivatives, performed on a for-profit basis.

Trading in general and speculative trading are a form of participation in a process of mutually beneficial exchange.

Speculative trading is a knowingly speculative, for-profit, participation in a multi-layer scene of sell-side and buy-side market participants ( liquidity providers ), brokerage entities / mediators, market regulators ( where territorially applicable and legally enforced ) and retail traders.

Markets typically offer trading in both Buy ( a.k.a. Long ) and Sell ( Short ) contract positions for various financial instruments such as:

  • money markets spot contracts,
  • ETF contracts,
  • virtual currencies,
  • stocks,
  • bonds,
  • commodities,
  • indices,
  • futures,
  • options,
  • options on index,
  • non-deliverable swaps,
  • CFD-s and other derivatives.
1444 questions
-2
votes
1 answer

Stock prices and comparison

I parsed a html table for financial transactions and have 3 different lists: 1. DATE 2. TICKER 3. MOTHER COMPANY I would like to populate a stock prices for stocks from my TICKER list for a maximum possible period I am new to python and cant figure…
Tomas
  • 15
  • 6
-2
votes
1 answer

trading pet system between players (javascript, php...)

Hi everyone and sorry in advance for my horrible english. I'm making an adoptable pet site project and I want to built a system where players can exchange their creatures between them. But my problem ? I don't know where to start. With my DB or my…
Abby
  • 1
-2
votes
1 answer

how to download and save exchange data every 5 minutes using python

I have recently started out on python and learnt all the basic courses. I don't know how I would download and save price/volume information every 5 minutes during the trading day using python/excel. I have developed a connection from my excel…
-2
votes
1 answer

Add real time forex market chart in my Java GUI

I have a java application built with swing. And I want to add a real time forex trading chart to the app. Or how to implement trading view open source chart with java swing. Its for my school project. Any help will be appreciated. I have searched…
Chukwudi Ubah
  • 179
  • 11
-2
votes
1 answer

A [ Buy Limit ] with bittrex API not working while [ Sell Limit ] is

Trying to get my Buy Limit order to work and even when I pass things manually through it, I cannot seem to get it to work. Using this wrapper: https://github.com/ericsomdahl/python-bittrex/blob/master/bittrex/bittrex.py A Sell Limit order works,…
-2
votes
1 answer

C# how can I accept a steam steam offer?

I have checked the source for SteamBot but I don't seem to understand it very well due to that I am a new coder. If someone could help me, it would be great! Thanks in advance. I found a way on SteamBot…
John Doe
  • 399
  • 1
  • 4
  • 23
-2
votes
2 answers

Executing Orders Of Same Trader Allowed?

We are building a Bitcoin Exchange. So is it allowed to execute the order of the same user, that is to execute the buy limit order of the user1 with sell limit order of the user1 if the price matches. What is approach that all financial exchanges…
-2
votes
1 answer

How to perform and verify a BitCoin transaction?

I was looking for official web API to operating with Bitcoin system, but found nothing. Thank you in advance!
-3
votes
0 answers

I have a problem with my Trading algorithm, using Pine Editor, I cannot understand it and I need help combining more than one indicator in 1 strategy

//@version=5 // Step 1. Script settings indicator(title="Donchian Channel", overlay=true) // Channel settings dcLen = input.int(96, title="Channel Length", minval=2) // Visual settings showMid = input.bool(false, title="Show Midpoint…
-3
votes
0 answers

Automated Trading with Binance & Telegram

I have a problem running the code properly.. From what I have checked and referenced... I set TP and SL at 0.5% compared to the entry price. Instead, he does not send them to me, receiving the following message: Successfully executed BUY market…
-3
votes
1 answer

How can I trade using IP address and AWS Lambda?

I have been running trading bots on my local desktop and recently thought it's slowly dying. I am trying to run the same python script on AWS, preferably something cheap like Lambda. But I need local IP address to use this 3rd party trading API to…
snowball
  • 1
  • 1
-3
votes
1 answer

TypeError: 'float' object is not subscriptable while printing

# Get the current balances for the specified symbols symbols_to_check = ["USDT", "BNB", "BTC", "ETH"] balances = get_current_balances(symbols_to_check) print("Current Balances:") for symbol in symbols_to_check: balance_info =…
-3
votes
1 answer

Pinescript error- trading view indicator - how to fix it please?

I`m getting the following error :Compilation error. Line 27: Syntax error at input 'end of line without line continuation' .Any idea what is wrong here ? //@version=5 strategy("Consecutive", overlay=true) // Define variables for the MACD and…
-3
votes
1 answer

How to code this Trading View indicator in Pine Script

How do I code the following for Trading View? if a bars high - low is greater than 0.05 but less than 0.13 then plot the number 5 if a bars high - low is greater than 0.14 but less than 0.16 then plot the number 4 if a bars high - low is greater…
RNB
  • 29
  • 4
-3
votes
1 answer

Binance API quoteOrderQty

Problem with placing an order for spot trading in binance. I want to sell a currency and get another in the amount that I transfer by value. The API says :param quoteOrderQty: amount the user wants to spend (when buying) or receive (when selling) of…
Sss
  • 15
  • 2
  • 7
1 2 3
95
96