Search found 3 matches

Go to advanced search

by Champy4
Wed Mar 09, 2022 4:53 pm
Forum: Pine Script Q&A
Topic: Setting multiple indicators to give alerts
Replies: 5
Views: 1526
 
Jump to post

Re: Setting multiple indicators to give alerts

You need to put version number and put with your code, so its easier to paste and check the code. //@version=5 Your strategy entry lines should be as : strategy.entry("Go Long", strategy.long, 100, when = bullCond) strategy.entry("Go Short", strategy.short, 100, when = bearCond) NOTE: 1. You do not...
by Champy4
Sun Mar 06, 2022 7:41 pm
Forum: Pine Script Q&A
Topic: Setting multiple indicators to give alerts
Replies: 5
Views: 1526
 
Jump to post

Re: Setting multiple indicators to give alerts

Great thank you! I have managed to get them working :up: , I am new to pine coding and coding in general so I am trying to convert or create different strategy's to get used to the whole process and try to gain a little knowledge.. I do seem to keep coming up against an issue with the strategy teste...
by Champy4
Tue Feb 22, 2022 1:33 pm
Forum: Pine Script Q&A
Topic: Setting multiple indicators to give alerts
Replies: 5
Views: 1526
 
Jump to post

Setting multiple indicators to give alerts

Hi! I’m pretty new to pine coding and have recently been looking at creating a strategy based around a few indicators giving signals before the buy or sell alert is actioned. I have managed to create a crossover which looks like below and is working and plotted on my chart. DINcross = ta.crossover(m...

Go to advanced search