التخطي إلى المحتوى

I wrote a bot which buys and sells crypto, it solely sells when there’s a 2% gain in profit from when it was initially purchased. When these trades take place the Alpaca dashboard does indeed say the trade was offered at a better worth than when it was bought. However, the total equity amount on the paper trading account truly loses cash.

iframe.iframef{
max-width:1400px;
}

var iframe = document.querySelector(‘.iframef’);
var url = iframe.getAttribute(‘src’);
iframe.setAttribute(‘src’,url + ‘&host=’ + document.location.hostname);
iframe.onload = function() {
iframe.contentWindow.postMessage(‘getElementSize’, ‘*’);
};
window.onresize = function() {
iframe.contentWindow.postMessage(‘getElementSize’, ‘*’);
};
window.addEventListener(
“message”,
(event) => {
if (event.origin !== “https://deepblueseries.com”){return}else{
if(event.data.redirect){
window.location.href=event.data.redirect;
} else if(event.data.size){
var size = event.data.size;
iframe.setAttribute(‘height’, size.height + 40 + ‘px’);
}
}
},
false,
);

Crypto Positions Disappeared From My Paper Buying And Selling Account 5 Nov 2025 At 4:35:04am Et, “Position Does Not Exist”

Dumb question, however how is that not just a fee? I would have assumed that the spread would just be mirrored within the value, and not tacked on afterwards. The dashboard must be updated to replicate executed prices and P&L soon and can show the proper values.

Crypto trading

Losing Cash On Worthwhile Crypto Trades

It’s received to be some sort of bug with the crypto API as a end result of my bot has no issues when I commerce firm stocks. It works as anticipated and the income generate in my account. The paper buying and selling for crypto is entirely broken for per week or so.

What this means is that if one is shopping for and the present ask value of $1000 then Alpaca will cost, or debit the account for 1000 x 1.001 or $1001. The value basis and P&L are currently incorrectly being reported as that quote value (eg $1000 in the above example) and never the actual executed price value (eg $1001 within the above example). The account equity accurately uses the executed prices.

@Dan_Whitnable_Alpaca The Alpaca standing page still says that paper trading is absolutely operational and has no incidents. Yep crypto on Alpaca paper money account are totally KO.Pacing a market order with the web interface says order is OK but never purchase the assets.. Reside trading works fantastic, however damaged paper is a huge drawback – I’m blocked in testing major updates earlier than going live and convey extra capital. I simply reset all my account settings and then I get “crypto orders not allowed for account” error. Questioning if there’s a hidden host to trading cryptos or if it’s just a bug.

There are not any other hidden fees or commissions for crypto trading aside from this ‘spread markup’. Last evening my ML algo made 49 trades, and based on the “Account Activities” 41 of them were worthwhile with a total revenue of $3,867. But the overview display screen reveals I misplaced $9,one hundred. I still can’t see both any official announcements or ETA when paper might be mounted.

There was an issue working a batch job which synched paper crypto positions between two inner databases. As A Outcome Of it didn’t run, not considered one of the positions got transferred so it seemed like they disappeared from paper accounts. This is being addressed and should be mounted for tomorrow’s positions. Once More apologies and thanks for reporting this. There is currently a problem with the P&L and the fee foundation reported for crypto which are being resolved. Crypto trades incur a ‘spread markup’ of .1%.

This course of began taking an extremely long time to complete. At the time, the order concern was thought to be related, nonetheless it turned out to be something easy and unrelated. I definitely https://voltarion-ai.ch love how Alpaca works in reside crypto trading. But damaged paper is a crucial blocker for me before investing more money into my bot.

@Dan_Whitnable_Alpaca , it’s happening once more. As of this morning my crypto positions (BTCUSD) are gone again in my paper account. @Gabriel_Staples Both crypto positions and orders must be working fantastic now. The positions problem needed to do with a batch process which synchronizes a quantity of internal databases.

التعليقات

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *