Bitcoin Forum
April 18, 2024, 12:22:02 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: pine script bot for paper trading?  (Read 56 times)
forestx (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 7


View Profile
June 20, 2022, 10:50:49 AM
 #1

I am as screwed as everyone else but as I come to terms with the bear market and my losses I am thinking of going back to day trading. I have been learning pine script and testing out stuff
I have two strategies that show promise when backtesting but need to test them on live trades.
One is pure scalping the other is longer trades

I am trying to find a way to take my pine script and automate testing of the strategy with a paper trading account.
I need to test both long and shorts and have multi take proffit points
I have a trading view and binance futures account.

I know trading view dont offer this but is there any 3rd party site that does.
I found a couple of sites that might do it but dont know how trust worthy or good they are
https://tradingbot-solutions.com/
https://algoji.com/

I dont want to go through KYC for any new company but dont mind paying for the service
Does anyone know of a way to do this at all

Thanks
Keith


1713399722
Hero Member
*
Offline Offline

Posts: 1713399722

View Profile Personal Message (Offline)

Ignore
1713399722
Reply with quote  #2

1713399722
Report to moderator
1713399722
Hero Member
*
Offline Offline

Posts: 1713399722

View Profile Personal Message (Offline)

Ignore
1713399722
Reply with quote  #2

1713399722
Report to moderator
1713399722
Hero Member
*
Offline Offline

Posts: 1713399722

View Profile Personal Message (Offline)

Ignore
1713399722
Reply with quote  #2

1713399722
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
forestx (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 7


View Profile
June 20, 2022, 09:13:03 PM
 #2

OK
Looking at this I found 3commas does do it with a paid account
However I do not know how many features or how easy it is the attach a full pine script to the system

I say a tutorail online but it was just a long strategy involving a simple entry and exit alert
I dont know how well that will work with more complex scripts like long and shorts in same script
trailing or stepped stop losses or even leverage trading. Is it possible to use such a script with a  bot in paper trading
BitMaxz
Legendary
*
Offline Offline

Activity: 3234
Merit: 2936


Block halving is coming.


View Profile WWW
June 20, 2022, 11:22:38 PM
 #3

I do not know exactly what is pine script but based on Google it is a programming language made by TradingView so the script only can be used on TradingView.

Why not try other bots like Zenbot since you have two strategies that you want to try live I think Zenbot has backtesting.

Check their Github here https://github.com/DeviaVir/zenbot
Then use the search button under that repo. To find the guide about backtesting.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
forestx (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 7


View Profile
June 20, 2022, 11:34:43 PM
 #4

Yea Pinescript is used on tradingview but different bot platforms allow you send alerts from it to there bots
There are limitations however
Looking at information wundertrading has more options than 3commas but dont think it supports paper trading
BitMaxz
Legendary
*
Offline Offline

Activity: 3234
Merit: 2936


Block halving is coming.


View Profile WWW
June 20, 2022, 11:42:44 PM
 #5

Looking at information wundertrading has more options than 3commas but dont think it supports paper trading

I search a bit and both of them support paper trading but I never heard wundertrading before so I end up checking it through whois and this is what I found.


Code:
Domain:wundertrading.com
Registrar:GoDaddy.com, LLC
Registered On:2022-02-14
Expires On:2023-02-14
Updated On:2022-03-01

It is newly registered and I don't think it would be a good idea to use their service with your real account using API it is not safe to use unlike 3commas which is already tested by many people here on the forum.

Check the 3commas paper trading here "3commas Demo Mode"

If you are looking for more list of Bots then check this https://bitcointalk.org/index.php?topic=5278392

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
forestx (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 7


View Profile
June 21, 2022, 10:59:43 AM
 #6

Thanks for that
One issue I have is I want to be able to long and short in the same code and few allow this
But one online video from wundertrading featured this and was easy to use
BTW I think it used to be called wunderbit but yes I am not giving my API or any personal details other than email to anyone yet

I signed up for free to https://www.trality.com/ dont know how trusted it is but doesnt seem to support pinescript or trading view alerts, still I check if I can integrate my strategy which inst massively complicated into their system
forestx (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 7


View Profile
June 22, 2022, 06:40:08 PM
 #7

I signed up the Trailigy and while it does offer back testing and paper trading it is not compatible with trading view or pinescript
However I dont understand the coding language and it is not very newbie friendly . I havent found samples of code or gui interface to build the bots

I signed up also to Wunderbit Trading. This is compatible with TradingView but does not offer paper trading

I have not started any algo trading yet
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!