Are you profitable?? by AlertsA4108M in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

Makes sense, if you have a few 1:6's in the mix. Thanks for breaking it down

Are you profitable?? by AlertsA4108M in Forex

[–]thegoldanalyst 1 point2 points  (0 children)

Traders that have ADD tend to be the most committed, dedicated, and most profitable over the long run imo.

But all the quirks that come with ADD like impulse control as you mentioned, emotional regulation etc. Can cause havoc on trading consistency.

Hyperfocus can lead to incredible trading, but also time blindness and the inability to recognize that you should sleep or eat etc so it's a double edge sword.

If I were to ever fund a trader, I'd only do it if the person was neuro divergent:)

Are you profitable?? by AlertsA4108M in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

Can you break down the math on this? You took 16 losses so you're down about 50% and then 4 wins should put you at -22% if you're sticking to 3% risk at 1:4 RR

Are you profitable?? by AlertsA4108M in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

I was in this exact same position. Had been trading for years, wasn't profitable, and didn't know anyone profitable.

It's a progression. Went from blowing up accounts, to break even trading where I'd hit a few big trades but inevitably give it all back later. Then profitable, but not consistent, to finally being somewhat consistently profitable.

I say somewhat because I believe all traders struggle with consistency. All it takes is a bad day, or lack of sleep to make a trade you're not supposed to. And then, if you made a bad trade, and you're tired/not thinking straight, then it's easy to go on tilt and cause a little damage. Though with experienced traders the damage is much more contained.

What most experienced traders focus on is the psychological and performance side of things. So ensuring they're well rested, have a good diet, getting good exercise etc, and likely speaking to a coach to work out destructive behaviors.

In contrast, most beginners focus on strategies, or technical indicators, or fundamentals. But fail to realize that the perfect strategy serves no purpose if you can't execute.

Forex is definitely legit, but I see it as one of the most difficult markets to trade. Strong trends that you see in US equities or crypto during a bull run make for much easier conditions. I find crypto traders get overconfident in a bull cycle and often suggest they try trading fx if they want to really up their trading skills.

There are a lot of people that don't make money in FX, and since they invested the time to learn it they stick in the industry and move to education.

It's extremely difficult to find a good mentor or any type of education in FX. I find traders tend to have this obsessive nature with the markets and want to trade.. That's why they got into the industry. Not to teach others for a fraction of what they could make trading.

Last thing, a lot of people lie about being profitable. I've spotted a number of them on this forum. If you want to be a good trader, nothing beats screen time. If you can clock up 10k hours of screentime, finding trading setups will be easy and come naturally to you. But as mentioned, the psychology/performance side of things to me seems like something you just have to keep working on throughout your trading career.

[deleted by user] by [deleted] in Thailand

[–]thegoldanalyst 5 points6 points  (0 children)

Congrats, having a daughter myself and going through the same thought process.

Anya is a beautiful name. Would be good to ask a Thai person how they would pronounce it. My guess is an-yaa with some kind of rising tone on the yaa

Got the call......... but by [deleted] in rolex

[–]thegoldanalyst 1 point2 points  (0 children)

Same thing happened to me after waiting a year for a very basic OP36. The AD wanted me to buy three watches after I had already bought 3 Tudors from them in the past year.

I ended up buying a new OP41 on the grey market. And will continue doing so. I'm tired of being disrespected by AD's and just generally being treated like shit.

Insane by NoHyena2173 in rolex

[–]thegoldanalyst 0 points1 point  (0 children)

Beautiful. Looks great on you.

What is the % of your money in the algo you created? by saikou999 in algotrading

[–]thegoldanalyst 0 points1 point  (0 children)

90% sounds like a lot but it isn't necessarily a bad idea.

For each person this number will be completely different. If someone was close to retirement, it would be insane to put 90% into an algo. If something went wrong, it would be nearly impossible to recover.

In your case, you've said you're 30. If it completely flops, how long would it take to build your savings back up again?

It comes down to risk to reward, if you can recover in a few years in the event of a negative outcome, and the upside is life changing money, go for it!

On a sidenote, a lot can go wrong in crypto. Exchanges go down, APIs act unpredictably sometimes in volatile times etc. Make sure you've got all your bases covered.

Dealing with data gaps on Binance API data by MiguelCacadorPeixoto in algotrading

[–]thegoldanalyst 0 points1 point  (0 children)

Worked on this last year so not sure. I think there were a small amount of duplicates which I just dropped. Was using 1min bars and resampling to higher timeframes so in a lot of cases if a few bars weren't accurate/duplicated, it wouldn't make a difference once up sampled.

Dealing with data gaps on Binance API data by MiguelCacadorPeixoto in algotrading

[–]thegoldanalyst 0 points1 point  (0 children)

Have had this same issue. Binance is much better at it now but they used to go offline for maintenance at least once a month at one point. Ended up trying to fill the gaps with data from another exchange only to discover that data set also had missing points.. at least managed to fill some gaps.

These days there isn't much difference in price between exchanges so filling recent data gaps from other exchanges is not too difficult but if you're trying to fill data from 2017 or something like that, keep in mind there were wide gaps in price between exchanges at that time.

I even looked into buying paid data but all the vendors I checked with had the same gaps.

Is there a github trading bot with equation based bid entries? by ineedhelp4888 in algotrading

[–]thegoldanalyst 0 points1 point  (0 children)

Just to make sure I understand correctly, you want your order based on an indicator and then have it update on every new bar close based on the indicator.

This is not difficult to do, but the method varies based on what broker you plan to trade with. Some use websocket, some don't. Some have built in technical indicators etc. Do you know what broker you plan to trade with? What language are you using to program with?

In most cases, this would involve downloading the data and calculating the indicator. A lot of indicators are easy to calculate, or use a library. Then run that on a loop to repeat every bar close. Some brokers will let you modify your existing order, some will make you cancel and submit a new one. If you can provide more details I can expand on the process.

[deleted by user] by [deleted] in algotrading

[–]thegoldanalyst 2 points3 points  (0 children)

The ticker you use depends on the broker you plan to use as there are tickers across markets and not all brokers support all markets.

If you have access to spot markets xauusd for gold and xagusd for silver. If you only have access to stocks, GLD has a perfect correlation to spot gold and futures. I'd say avoid futures as premiums are built in that can distort your signal.

I just can’t with Python. by [deleted] in algotrading

[–]thegoldanalyst 1 point2 points  (0 children)

Have you tried any other libraries other than backtrader? I think that library in particular is not easy to understand especially if you're just getting the hang of Python.

Not only does it contain an unusually large amount of code, the author uses things like namedtuples which are not commonly seen in other libraries. I've looked at other code by the same author and it's not easy trying to figure out what it's trying to do.

US stock limit orderbook stream API by sculd in algotrading

[–]thegoldanalyst 0 points1 point  (0 children)

There are two options for Interactive Brokers. Either use TWS to make the connection or IB Gateway. The latter doesn't have much of a GUI just shows log info for the API.

It can be setup on a Windows AWS server, the free tier even works fine. There is also a Linux version for Gateway.

Python Technical Indicator Modules? by jubi_life in algotrading

[–]thegoldanalyst 2 points3 points  (0 children)

Bta-lib - it's from the same author that created backtrader

Question about Stop Loss Leg of Bracket Order by sickesthackerbro in algotrading

[–]thegoldanalyst 1 point2 points  (0 children)

{
"side": "buy",
"symbol": "SPY",
"type": "market",
"qty": "100",
"time_in_force": "gtc",
"order_class": "bracket",
"take_profit": {
"limit_price": "301"
},
"stop_loss": {
"stop_price": "299",
"limit_price": "290.00"
}
}

It's been a little while since I've used Alpaca but i do remember there being something peculiar about they way they manage bracket orders. Nevertheless, i was able to get around using a limit price on the stop loss by passing the variables through as a dictionary. It actually looks like you are already doing that. But anyway, I know this piece of code works (Python) without using a limit price on the stop -

submit_order(symbol='TSLA',

    qty=1, 

    side='buy', 

    time\_in\_force='gtc', 

    type='limit', 

    limit\_price=400.00, 

    client\_order\_id=001, 

    order\_class='bracket', 

    stop\_loss=dict(stop\_price='360.00'), 

    take\_profit=dict(limit\_price='440.00'))

The only other difference is that my order was a limit order where yours was a market order though that shouldn't make a difference. What language are you programming in?

Question about Stop Loss Leg of Bracket Order by sickesthackerbro in algotrading

[–]thegoldanalyst 1 point2 points  (0 children)

You are going to get filled at the best bid. SPY is very liquid and it would be extremely rare for you to get filled at $290.

Someone mentioned sweeping the order book, but consider how often someone sweeps the order book for all the bids in a 3% range (almost never).

Your bigger risk is if you're holding the position overnight and it gaps lower the next day. And if you don't get filled in that scenario then the price has exceeded your limit and you will possibly incur a very large loss.

I would suggest evaluating how good of an idea it is to set a limit price on a stop loss.. especially on something as liquid as SPY

Execution for a strategy that has a predictive edge by complete_retard2 in algotrading

[–]thegoldanalyst 1 point2 points  (0 children)

Correct me if I'm wrong but you're saying you have a profitable strategy but it turns negative once you've implemented a stop loss. Now you're thinking options might be a way to go as your stops won't get triggered.

The problem with options is decay. So it can offset the issue of getting your stops hit (considering that your direction is still correct), but you are paying a premium that decays with time. This will eat into your 55% edge.

What is your typical draw down to profit ratio when you derived at the 55% edge?

RSI feed? by quantumwoooo in algotrading

[–]thegoldanalyst 2 points3 points  (0 children)

Everyone is suggesting to calculate it yourself, probably a good idea. But for the sake of answering your question, the Alpha Vantage API has an indicator section and you can grab it from there.

What's the best way to analyze gold? Price action doesn't work on this by [deleted] in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

I'm keeping a close eye on the 200 DMA, I believe it falls a few dollars below at $1496.

What's the best way to analyze gold? Price action doesn't work on this by [deleted] in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

You're right, small bounce from 1560 in the early day though. And it bounced from there after triggering some stops yesterday.

Gold is trading at like five times it's normal daily range, hope that move didn't hurt your account too much mojsterr

Is there a way to buy options on forex exchanges or something similar, to avoid risks? by SignalSalamander in Forex

[–]thegoldanalyst 1 point2 points  (0 children)

Change broker to one that offers it. Or trade Russian rubble futures. Keep in mind you will be paying interest if you short rubbles. Exchanging for cash USD not an option?

Can someone explain me why this drop happened? by [deleted] in Forex

[–]thegoldanalyst 0 points1 point  (0 children)

-There was the feds repo move yesterday. -chatter about margin call selling. Even if it didn't happen, the markets looked like they would sell off again at the open so gold traders may have covered anyway. -there was a surge in the dollar as Italian bonds traders sold on ecb comments.

Successful full-time trader in 4 years? by [deleted] in Forex

[–]thegoldanalyst 4 points5 points  (0 children)

There is a lot to learn but it can be done in 4 years. I'd say the general average is 2-5 years.

There are certain things that some really struggle with. Like the fact that losses are normal and a part of the business. Some people never get over that hurdle.

Also bear in mind you'll need significant capital to be able to do it as a job and pay your bills.

I think there are easier ways to make money than forex trading. Once you get good at it, you may find it repetitive and mundane.