Search results

  1. M

    Day trading a suckers game?

    It's definitely a suckers game if you trade manually without a strict mechanical decision making system.
  2. M

    Why you should learn to code

    Coding strategies IS writing a software program. Profitable or not is a different story. Programmers have a lot of $ to donate to the market. Wall street welcomes them with open arms. IE: TechLead from youtube
  3. M

    Problem with IB REST API? Any alternatives?

    They didn't lie, the bug is their server can only parse raw text file instead of a properly formatted JSON. Anyways, only programmers can understand the difference.
  4. M

    Why you should learn to code

    IF monetaryValue(current skills) > monetaryValue(coding) { hire someone to code for you } else { learn to code }
  5. M

    Problem with IB REST API? Any alternatives?

    I figured it out, turns out I need to pass raw text instead of JSON for the params IE: { "acctId": "12345", "conid": 346577750, "secType": "FUT", "cOID": "test003", "orderType": "MKT", "listingExchange": "GLOBEX", "outsideRTH": false, "side": "BUY", "price": 7000, "ticker": "NQ", "tif": "GTC"...
  6. M

    Problem with IB REST API? Any alternatives?

    Hi everyone, I am building an app running on Mac OS that needs to connect to my IB paper account to place orders. However the "place order" endpoint doesn't seem to work, always getting {"error":"You currently do not have trading permission for this instrument type. Update Trading Permissions...
  7. M

    Down 2% per annum - 20k followers

    He is not trying to make $ off investing but off his YouTube channel. I used to follow an guy called Financial Education back in 2017 when I was a noob. Total failure at the time, had me buying GoPro at $15 all the way down to sub $10 with him. Then I realized none of these guys know what the...
  8. M

    Best Advice You Could Give A Beginner?

    Invest in a systematic trading strategy with proven backtesting and live test on a paper trading account until one gains the confidence to use it live.
  9. M

    Best strategies to start trading

    I would say anybody who has to post and ask for advice or even discuss their fundamental ideas on a public forum, doesn’t know what the heck they are doing. People who really figured out the key data/fiscal policies that forecast the market’s near future, won’t say anything about it publicly and...
  10. M

    Best strategies to start trading

    If you trade off fundamentals you better know what you are looking at. No it’s not mainstream media economics or zerohedge.
  11. M

    Best strategies to start trading

    Health is overrated. $ can buy health
  12. M

    Any advice for a soon to be full-time trader?

    I found a way to export my chart and signals into a text file. I can make a parser that turns it into object oriented programming classes that I can perform logic on. I can create a desktop app that constantly monitors the latest price/signals data and replace orders real time using REST API...
  13. M

    Canadian Economy outperforming US on almost every relative metric.

    Problem is poor infrastructure. We only have one lousy highway from east to west and a couple from south to north. Other cities have rings of highway. Toronto is stuck in the 60s. 20 years living here and I don’t see any difference. Old buildings, same old roads, worse traffic year to year due...
  14. M

    Canadian Economy outperforming US on almost every relative metric.

    That’s right I quit last month and am in the process of training to be a full time day trader.
  15. M

    Best strategies to start trading

    I misread the signals at one point, I have a set of indicators that must all agree on 3 timeframes(1,2,3 min), I pulled the trigger on a trade that only had 1 and 3 min signals line up thinking it was going to work. Turns out the price reversed and stopped me out. Bad luck and shouldn't have...
  16. M

    Best strategies to start trading

    I don’t want to be a shill for the guy and his opinions aren’t popular with the public... until the public is proven wrong but they will keep mocking his new predictions. He uses MMT(modern monetary theory) and applies it to trading.
  17. M

    Canadian Economy outperforming US on almost every relative metric.

    I lived in Toronto for 20 years old and getting out of the rat race was one of the best things I have done this year. This city’s transportation is terrible. Very few subway lines and highways. The drive to work is 1 hour each way(20 km)and I don’t live outside the city. All the big companies...
  18. M

    Best strategies to start trading

    If you want to swing trade/invest in the market, you need to know the fundamentals. And no you do not get the the correction info from mainstream media. Talk to me privately and I’ll share someone I follow who makes sense and been tell me to buy the dip every time since last December.
  19. M

    Best strategies to start trading

    Haha it’s not real and relies on perfect execution. I started on a micro live trading today and broke even. It was a choppy day so even my system only managed 13 points, 8 trades. I did slightly worse live because of a losing rogue trade. Recent low volatility days are excellent for practicing...
  20. M

    Best strategies to start trading

    I know that if my trading is successful and I am making $5k+ a day. The last thing I want to do at night is post on a trading forum, unless I am there to sell something. If i want to brag/troll, there are better places to do that. I have never posted on a software development forum in my 6 years...
Back
Top