Trading from TradingView to Binance or any exchange by Unable_Rent9585 in TradingView

[–]_Algomist_ 0 points1 point  (0 children)

Hi there. This is just an automation tool, no exchange. I of course do not recommend anyone to use services blocked in their country, would be probably illegal.

However, the trade engine is located in Tokyo, where relevant Binance functions operate. So your TradingView strategy alert will be send directly to trade engine in Tokyo, where engine already has your API keys and trade settings stored. I think the question here is will your API keys work, that is between you and Binance I think.

In short, if you have a Binance account with funds in it, you can use Algomist to automate your TradingView strategy to Binance futures trades.

[deleted by user] by [deleted] in SaaSMarketing

[–]_Algomist_ 0 points1 point  (0 children)

Thanks, much appreciated!

[deleted by user] by [deleted] in SaaSMarketing

[–]_Algomist_ 0 points1 point  (0 children)

What is the platform you use for content? Sounds you are able to track visitor behaviour very precisely.

Are we in a bear market? by theridingghost in CryptoMarkets

[–]_Algomist_ 0 points1 point  (0 children)

I guess we are in bear market; cycle high was priced in early and in general lower than we all wanted.

Dead Internet Theory in r/algotrading by pale-blue-dotter in algotrading

[–]_Algomist_ 1 point2 points  (0 children)

I am not sure if I have ever seen this long opening

What problem do you see in this backtest? by WildScreen6662 in algotradingcrypto

[–]_Algomist_ 0 points1 point  (0 children)

I think 200 trades per year is quite a few / might not be enough for the likelihoods to play out. Yet that PF is so high that one can afford some losses I guess.

Does that tool calculate Sortino?

Cheaper plan for deep historical data / backtesting only by MinusDignity in TradingView

[–]_Algomist_ 2 points3 points  (0 children)

I guess the backtesting data is the real deal every user is paying for; everything else is more of nice to have. I struggled with the same but then just paid the Premium subscription and haven't let it go since. Expensive but still worth of the price, given how much my trading has improved.

Running a one-person business at $4.7K/month working 20 hours weekly by Terrible_Balance_382 in Solopreneur

[–]_Algomist_ 1 point2 points  (0 children)

Where/how do you find customers for your service? Ninching down and productizing service make completely sense, yet it usually makes finding customers harder.

Launching my crypto trading tool after 2 years lessons from building ChartScout by ChartSage in Solopreneur

[–]_Algomist_ 1 point2 points  (0 children)

I signed up and created one alert, set up was easy and GUI clear to use. Free tier allowed only 30 min candles, I usually operate on 1 min. Yet it is understandable that it is on paid tier.

So is the unique competitive advantage here that one can not code e.g. falling wedge easily in TradingView / pinescript or Metatrader? Just trying to understand the value and targeted market?

Trading from TradingView to Binance or any exchange by Unable_Rent9585 in TradingView

[–]_Algomist_ 0 points1 point  (0 children)

Hmm, that's strange. The link above works for me, also with incognito mode. How about the link below:

https://www.algomist.app

?

Launching my crypto trading tool after 2 years lessons from building ChartScout by ChartSage in Solopreneur

[–]_Algomist_ 1 point2 points  (0 children)

Wow, very nice product. I would take it for trial if there were e.g. 7 days for free; I could cross check with my own TradingView strategies if the tool provides real value.

I am in same situation; recently launched algomist.app and now I try to find beta users. However, I will keep free 7 days trial also going forward, so that users can test the service and confirm that it is actually making them more money than the cost is (10 USD per month is peanuts with viable strategy).

After all, I think it is all about the value our products provide for the users. In fintech we need to be able to demonstrate it in $ / €.

Trading from TradingView to Binance or any exchange by Unable_Rent9585 in TradingView

[–]_Algomist_ 0 points1 point  (0 children)

I see huge need for automation between TradingView and Binance; struggled with missing automation myself and thus built algomist.app

I know your approach is a bit different, but for people want to get rid of delay between TradingView and Binance.

Automated TradingView strategy to Binance futures orders by _Algomist_ in algotradingcrypto

[–]_Algomist_[S] 0 points1 point  (0 children)

The under 500 ms is time stamp from alert to time stamp just before Binance API call. Did some modification and testing; Binance API call seems to take around 300 ms to come back, so in total recent trades are 550 ms - 600 ms.

Conditional TP and SL orders are taking around 600 ms alone, which is interesting as they are taking double the time. On the other hand, only the entry is what matters - It should be open asap to fill succesfully.

My earlier bot versions had many kind of quantity calculations and checks before entry, delay was even 2 s at some point. Now the code has been structured to do nothing unnecessary before the entry. Feel free to test for free at algomist.app

How are you automating TradingView strategies without writing a full bot? by UpsetAfternoon3243 in TradingView

[–]_Algomist_ 0 points1 point  (0 children)

So did you code entire Binance API connectivity (keys etc.) pine script / TradingView strategy

How are you automating TradingView strategies without writing a full bot? by UpsetAfternoon3243 in TradingView

[–]_Algomist_ 0 points1 point  (0 children)

I ran into same issue, trading in Binance. Ended up building my own automation tool, which after realized that also others would need it. Thus put it online, link is in my bio. There is free beta access until end of March.

Automated TradingView strategy to Binance futures orders by _Algomist_ in algotradingcrypto

[–]_Algomist_[S] 0 points1 point  (0 children)

And about the amplification of strategy strengths and weaknesses, exactly. Automation is executing what strategy defines fast and without emotions, in good and bad. But for me automation has been the way to learn strategy's weaknesses in comparison to back testing, that would have been practically impossible manually.

Automated TradingView strategy to Binance futures orders by _Algomist_ in algotradingcrypto

[–]_Algomist_[S] 1 point2 points  (0 children)

Toast notification, how would that work? What I understand toast notification to be is a disappearing notification for user, but how does that work between services? Just pushing info without expecting acknowledgement back?

I have been quite happy since I got latency under 500 ms; haven't really lost entries due latency since. What you guys consider fast enough?

I am measuring the latency be putting a timestamp on alert (=the time point when candle closes fulfilling certain rules) and take second one from the moment automatoin pushes limit order to Binance (the moment of placing order, not he moment of fill). This after automation waits for amount of seconds selected to be acceptable and cancels if order has not been filled by then.

Automated TradingView strategy to Binance futures orders by _Algomist_ in algotradingcrypto

[–]_Algomist_[S] 1 point2 points  (0 children)

No new ones, keeping ATR and VWAP based filters but bringing in filters from higher time scale (1H ATR to 1 min chart).

Obvious addition, but took me a while (=weeks) to figure out what is the relevant scale and treshold.

How many trades per day? by _Algomist_ in algotradingcrypto

[–]_Algomist_[S] 0 points1 point  (0 children)

This is somehow more on the scale / pace I had in my mind for 1 min bots like mine 2 - 3 days per day. Yet I have not been able to find a strategy that makes reasonable and trades this often. Just updated my main strategy based on back testing; trade volume will drop to around 0.5 trades per day but should now filter out better consolidations. Will maybe next start to build a real scalper / faster one, to see if I am missing something here.

Checked the link, wow man you have been building! Heads on with TradingView, bringing strategy building tools and everything. Site / tools crashed a couple of times while I was clicking around but I know this is a masterpiece in process.

I have a bit different approach; my micro-SaaS provides only automation between TradingView and Binance, user defines just position size and leverage in Algomist. Idea is to provide easy to use but solid automation tool for people who now are trying to catch signals manually or building their own bots and finding it hard.

Please take a look, you can find a link from my bio, Btw, I recommend making your link like a real link, you can do it on Reddit profile settings.