Search found 36 matches

Go to advanced search

by Deep-Wave
Sat Jul 29, 2023 8:46 pm
Forum: Pine Script Q&A
Topic: Floating Spread
Replies: 1
Views: 1154
 
Jump to post

Re: Floating Spread

Hi Simon, in your example when your trading view script generates a buy/sell signal and sends a market order to pine connector, there are several factor why you find the prices are off. First off, TradingView does not account for spread in pine script. That means that programmatically you have one p...
by Deep-Wave
Tue Jun 27, 2023 9:06 am
Forum: General Trading Discussions
Topic: Develop and backtest your system the RIGHT way!
Replies: 1
Views: 4160
 
Jump to post

Re: Develop and backtest your system the RIGHT way!

EDIT: I noticed the original link stopped working for some reason, I just updated the URL, sorry about that.
by Deep-Wave
Thu May 25, 2023 8:12 am
Forum: Pine Script Q&A
Topic: Create an indicator to plot a shape above the swing highs.
Replies: 2
Views: 2531
 
Jump to post

Re: Create an indicator to plot a shape above the swing highs.

Hi Pooya1072, All you have to do is define the offset parameter in the plot shape function to -1 and you're spot on! This parameter shifts the plot backwards by one candle. Of course, the timing doesn't change, so it still will be plotted when the current bar closes, but this time on the correct pre...
by Deep-Wave
Wed Dec 21, 2022 3:53 pm
Forum: General Trading Discussions
Topic: Develop and backtest your system the RIGHT way!
Replies: 1
Views: 4160
 
Jump to post

Develop and backtest your system the RIGHT way!

Hi traders & devs, I just wanted to quickly share with you my YouTube channel, where I share my experiences regarding trading system development and backtesting. I hope you find the information useful and that you get some value from my content. You can check out the channel here: https://www.youtub...
by Deep-Wave
Sat Oct 15, 2022 12:37 pm
Forum: Request Scripts
Topic: Looking for a skilled coder
Replies: 7
Views: 8462
 
Jump to post

Re: Looking for a skilled coder

Hi Melissa,
how can I assist you with your strategy?
Best regards,
by Deep-Wave
Sun Oct 02, 2022 8:54 am
Forum: Request Scripts
Topic: Looking for a skilled coder
Replies: 7
Views: 8462
 
Jump to post

Re: Looking for a skilled coder

Hi Carl,

sure, I sent you a message.

Regards,
by Deep-Wave
Tue Aug 30, 2022 6:31 pm
Forum: Pine Script Q&A
Topic: Bollinger Bands on higher time frame
Replies: 7
Views: 10793
 
Jump to post

Re: Bollinger Bands on higher time frame

Hi, here is a little code snippet that should get you started (originally from LonesomeTheBlue). Remember that the higher time frame values will stay the same on the lower time frame until a new candle is finished on the higher time frame. This behaviour is intended this way! (google repainting if y...
by Deep-Wave
Thu Aug 25, 2022 8:28 pm
Forum: Pine Script Q&A
Topic: Bollinger Bands on higher time frame
Replies: 7
Views: 10793
 
Jump to post

Re: Bollinger Bands on higher time frame

Hi augerpro,

check out this link, it is pretty advanced but it does what you want. :up:

https://www.tradingview.com/script/90mq ... oders-FAQ/

Best of luck with your coding
by Deep-Wave
Mon Aug 22, 2022 12:25 pm
Forum: General Trading Discussions
Topic: How to automate partial close based on percentage profit target
Replies: 5
Views: 6855
 
Jump to post

Re: How to automate partial close based on percentage profit target

Hi there, being flat means that you don't have an open position in the market. There are basically 3 possible scenarios, being long (you hold a buy position) being short (you hold a sell position) being flat (you hold no position). By flaw I meant that if your entire position is 2 micro lots and you...
by Deep-Wave
Sun Aug 21, 2022 9:25 pm
Forum: General Trading Discussions
Topic: How to automate partial close based on percentage profit target
Replies: 5
Views: 6855
 
Jump to post

Re: How to automate partial close based on percentage profit target

Hi shayefx, what you describe is definitely possible, I utilise partial TP's myself. (I think you have a flaw in your logic though, if your position is 2 micro lots and you close one at 40% TP and the second at 80% TP, then you are flat and the original TP target is useless :cool: ) Check out this l...

Go to advanced search