Pages:
Author

Topic: Build your own trading bot(s) using TradingView for FREE (Read 10585 times)

hero member
Activity: 818
Merit: 508
Thanks for sharing this technique. I was looking for stop loss feature in crypto trading. (example – if I am placing a buy order for X coin at 100 satoshi then I want to put stop loss of 95 satoshi and target of 105 satoshi).
I have tried many exchanges but I had to manually monitor prices and trade according to that. I want to create a fully automated bot which will work on specific price levels for both buying and selling. Can anyone help me regarding this?

I agree 100% that if there was a bot that could automatically place a stop loss at some level, it would not be so bad !!! Nevertheless, it would be nice if it worked on at least the main stock exchanges.

And you do not know, in Bitrex at the same time to put profit and stop-loss is impossible?
newbie
Activity: 3
Merit: 0
Hi there

I have just sent you 130.64730290 PINK coins. I would like my bittrex account to be enabled. Cheers Smiley
newbie
Activity: 26
Merit: 0
Hello,

I have a strategy I like to use on tradingview.com that prints the buy and sell points on the chart. How do I get those buy and sell points to trigger and alerts? I know how to use the alert function however i do not know how to code the alerts into the script for the buy and sell triggers.
hero member
Activity: 1190
Merit: 534
Thanks for sharing this technique. I was looking for stop loss feature in crypto trading. (example – if I am placing a buy order for X coin at 100 satoshi then I want to put stop loss of 95 satoshi and target of 105 satoshi).
I have tried many exchanges but I had to manually monitor prices and trade according to that. I want to create a fully automated bot which will work on specific price levels for both buying and selling. Can anyone help me regarding this?
hero member
Activity: 798
Merit: 531
Crypto is King.
AutoView, please provide the proper syntax for the 1broker BTCUSD market. I am trying to use:

Code:
Long
e=1broker s=btcusd c=position b=long q=0.10 l=5 t=market tp=10 sl=5

Short
e=1broker s=btcusd c=position b=short q=0.10 l=5 t=market tp=10 sl=5

Nothing happens in the extension. I am viewing console and nothing is showing up when an alert fires.

I want the current position in the market to close, and the new position open upon each alert.

Thanks.
jr. member
Activity: 37
Merit: 8
Does anyone have a update for this?
Were you able to get a bot/strategy  running?


What kind of an update are you looking for?
Lots of people are successfully running strategies using this.

This is Totally nice. A Firefox Extension will be also great.  Smiley

Consider it added to the list for updates.

Just wanted to hear if people were having success with it. Maybe also post some results.
Would be interesting to see!

I am not super tech savvy so I will need to work on this

Thanks for the thread

Right right makes sense. We'd be curious to see some specific users results as well. We know lots are using it due to statistics. But we have no idea who is really running what and how they're making out.

You don't need to be too tech savvy for this. For the most part, if you find a strategy on TradingView you'd like set up, you can always let us know and we will both create the necessary alert scripts and help you set the alerts up correctly.

Or join our slack group and there's quite a few people in there capable of helping you out.
http://slack.crypto.pink/
hero member
Activity: 588
Merit: 500
Does anyone have a update for this?
Were you able to get a bot/strategy  running?


What kind of an update are you looking for?
Lots of people are successfully running strategies using this.

This is Totally nice. A Firefox Extension will be also great.  Smiley

Consider it added to the list for updates.

Just wanted to hear if people were having success with it. Maybe also post some results.
Would be interesting to see!

I am not super tech savvy so I will need to work on this

Thanks for the thread
jr. member
Activity: 37
Merit: 8
Does anyone have a update for this?
Were you able to get a bot/strategy  running?


What kind of an update are you looking for?
Lots of people are successfully running strategies using this.

This is Totally nice. A Firefox Extension will be also great.  Smiley

Consider it added to the list for updates.
sr. member
Activity: 294
Merit: 250
SynqCrypto Team
This is Totally nice. A Firefox Extension will be also great.  Smiley
hero member
Activity: 588
Merit: 500
Does anyone have a update for this?
Were you able to get a bot/strategy  running?
jr. member
Activity: 37
Merit: 8
tradingview? is it not a chart tool??   Huh  but also trading bot tool?

It is a charting tool. But using our extension, you can use the alerts on TradingView to place your trades live.
Combine this with Tradingviews' custom scripting ability and strategy tester for back testing, and you've got yourself a bot building machine.
copper member
Activity: 2156
Merit: 536
Promotional Campaign Manager|Telegram @NrcewkerBTC
tradingview? is it not a chart tool??   Huh  but also trading bot tool?
jr. member
Activity: 37
Merit: 8
Thanks for sharing this information with us. I have done some trades already without trading bot and hope to learn something so I can start using an bot like this.

We also hope you can learn something here Smiley

If you have any questions or would like to be pointed in the right direction, let us know.
hero member
Activity: 1036
Merit: 501
Thanks for sharing this information with us. I have done some trades already without trading bot and hope to learn something so I can start using an bot like this.
jr. member
Activity: 37
Merit: 8
Thanks! I didn't think about that. That will help me with my indicators that void with 2000 order limit on tradingview. As a scalper I run into that frequently.
I'll try it out!
I hope that when going back on some of the 2,000 order limit strategies end up being your hidden holy grail Smiley
Good Luck!



Wow... Amazing thank you very much for your informations, if i have much time i will try it.

You'll find the time Wink

Let us know if you have any questions.
legendary
Activity: 910
Merit: 1000
Wow... Amazing thank you very much for your informations, if i have much time i will try it.
hero member
Activity: 732
Merit: 500
Thanks! I didn't think about that. That will help me with my indicators that void with 2000 order limit on tradingview. As a scalper I run into that frequently.
I'll try it out!
jr. member
Activity: 37
Merit: 8
Going to try this one out this afternoon.
Half of the orders accounted for are position closes. So in reality there are only around 750 entry orders.
Might seem high to some of you but my goal is to scalp and hopefully beat the dealer.
Based off 100K equity at 100% per trade.




That is an interesting looking back test for sure. A nice steady incline if it all works out for you.

As for the closes on opens in the strategy tester, you can eliminate that and get accurate backtest numbers by simply adding "and long == 0" to your short close variable or "and short == 0" to your long close variable. This will prevent the strategy tester from closing at the same time it opens the opposite order avoiding the double order count.
jr. member
Activity: 37
Merit: 8
Very good methode. I think anyone with medium level computer knowledge can make own bot for trading for free.  Wink

Thank you Smiley We will agree with you on the medium computer knowledge level; for now. Tongue
TradingView does offer a bunch of built in and public strategies that are ready to go, just create your alerts and plug the extension in.
hero member
Activity: 732
Merit: 500
Going to try this one out this afternoon.
Half of the orders accounted for are position closes. So in reality there are only around 750 entry orders.
Might seem high to some of you but my goal is to scalp and hopefully beat the dealer.
Based off 100K equity at 100% per trade.



http://imgur.com/uWL10xM
Pages:
Jump to: