Search found 36 matches

Go to advanced search

by Deep-Wave
Sat Oct 16, 2021 9:09 pm
Forum: Request Scripts
Topic: minimum value of a set of candles around a crossover of moving averages and plot the candle with this minimum value
Replies: 3
Views: 2731
 
Jump to post

Re: minimum value of a set of candles around a crossover of moving averages and plot the candle with this minimum value

Hi Dark_Trader, i tried to figure out what you want to do with your script and adjusted your code and added some comments, I hope this gets you headed in the right direction! Best of luck! :cool: //This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/...
by Deep-Wave
Fri Oct 15, 2021 9:08 pm
Forum: Request Scripts
Topic: Stop loss on lowest close between two stochastic crosses
Replies: 1
Views: 1017
 
Jump to post

Re: Stop loss on lowest close between two stochastic crosses

Hi Tajus, In your example, you would first need to know how many bars back the last crossunder (and crossover) happened. For this you can use the builtin "barssince" function. If you know that for example the last crossunder happened 7 bars ago, you can paste that value to the builtin "lowest" funct...
by Deep-Wave
Fri Oct 15, 2021 7:01 pm
Forum: Introductions
Topic: Hey, it's Chuti here
Replies: 2
Views: 1059
 
Jump to post

Re: Hey, it's Chuti here

Hola Chuti, Bienvenidos a pinescripters! :) How is life in Chile? (My father is actually from Chile but i was never there, i hope to visit one day) Anyway, I think you came to the right place if you want to learn how to code and Matt is an awesome resource for everything pine connected! Best of luck...
by Deep-Wave
Fri Sep 03, 2021 8:57 am
Forum: General Trading Discussions
Topic: Livestream on Market Manipulation
Replies: 1
Views: 3907
 
Jump to post

Re: Livestream on Market Manipulation

Hello ocaptain,

thank you for this video, a real eye-opener!
by Deep-Wave
Fri Apr 16, 2021 5:13 pm
Forum: Pine Script Q&A
Topic: Help - cannot get alert Message variables working
Replies: 2
Views: 1496
 
Jump to post

Re: Help - cannot get alert Message variables working

Hi smaphead, I believe these references can help you: https://www.tradingview.com/chart/?solution=43000481368 https://www.tradingview.com/blog/en/our-new-alerts-allow-for-dynamic-messages-22588/ From your code, the "alert_message" from strategy.entry() is just plain string, nothing to substitute the...
by Deep-Wave
Thu Apr 15, 2021 5:56 pm
Forum: Pine Script Q&A
Topic: Folder Structure For Personal Pine Scripts!
Replies: 0
Views: 990
 
Jump to post

Folder Structure For Personal Pine Scripts!

Hi Traders & Coders, I think it would be awesome to have a folder structure for personal pine scripts. Once you have a certain amount of scripts, it is kind of a hassle to keep an overview and the scripts organized. It would be very helpful to be able to structure them into folders (e.g. "Strategies...
by Deep-Wave
Fri Oct 23, 2020 11:48 pm
Forum: General Trading Discussions
Topic: Coder Humor
Replies: 2
Views: 4675
 
Jump to post

Re: Coder Humor

πŸ˜‚πŸ˜‚πŸ˜‚ awesome
by Deep-Wave
Tue Sep 22, 2020 7:56 pm
Forum: Introductions
Topic: Hi Coders
Replies: 3
Views: 1371
 
Jump to post

Re: Hi Coders

Hi Simon,
welcome, nice to have you here! I would be very interested in reading your thesis when it’s ready πŸ˜‰

Cheers ,
by Deep-Wave
Thu Sep 17, 2020 7:45 am
Forum: Share Your Scripts
Topic: Forex Position Size Calculator
Replies: 3
Views: 7058
 
Jump to post

Re: Forex Position Size Calculator

Hi Matt,
that is freaking awesome, i love that it even takes the exchange rates into consideration, thank you so much for sharing!
I will definitely try this out once i have a strategy i feel comfortable with. :happy1:
by Deep-Wave
Wed Sep 16, 2020 4:52 pm
Forum: Share Your Scripts
Topic: Script for long & short postions
Replies: 9
Views: 4321
 
Jump to post

Re: Script for long & short postions

Hi Jurgen,

Best of luck with this script, when you get it done feel free to share it here, would be very interesting. :wink:

Go to advanced search