Pine Code Training in TradingView
Budget: $250 – $750 USD
I am looking to get some help in my coding in Trading View. I am a novice coder but have some experience in Pine from tutorials. I have a lot of the code complete and am looking for help to understand the following:
- Can I change rules in the coding based on trading time of day? Ex. If it is premarket, look for stocks with volume over 40,000. If it is regular market hours, look for stocks with volume over 200,000.
- Similar to above, can I change the volume based on the candle timeframe I am using? 10,000 volume if in the 1 minute, 30,000 volume if in the 3 minute?
- Can we set indicators to work while a candle is still active? I found this online but can't figure out where to insert it in the code. calc_on_every_tick
- If I plotshapes based on an indicator (say volume over 10,000), can I create code to use or put in a label that counts how many times I got an indicator in the last x candles? Or, if five indicators in last ten candles, signal BUY
- My study has random numbers in its visible title but I can't find anywhere where they are getting added to it?
- Can you offset plot shape up and down above or below a candle? example location.belowbar sends one signal, can I have another appear two 'ticks' below that?
- Can you setup alerts to be automatic or do I have to go through the process each time?
- Can I change rules in the coding based on trading time of day? Ex. If it is premarket, look for stocks with volume over 40,000. If it is regular market hours, look for stocks with volume over 200,000.
- Similar to above, can I change the volume based on the candle timeframe I am using? 10,000 volume if in the 1 minute, 30,000 volume if in the 3 minute?
- Can we set indicators to work while a candle is still active? I found this online but can't figure out where to insert it in the code. calc_on_every_tick
- If I plotshapes based on an indicator (say volume over 10,000), can I create code to use or put in a label that counts how many times I got an indicator in the last x candles? Or, if five indicators in last ten candles, signal BUY
- My study has random numbers in its visible title but I can't find anywhere where they are getting added to it?
- Can you offset plot shape up and down above or below a candle? example location.belowbar sends one signal, can I have another appear two 'ticks' below that?
- Can you setup alerts to be automatic or do I have to go through the process each time?
Related categories:
Pine Script