Support Board
Date/Time: Wed, 19 Mar 2025 07:57:31 +0000
Post From: Custom study?
[2022-10-16 18:35:00] |
User207296 - Posts: 4 |
Hi, I'm wanting to write up a custom trade alert that is based on multiple conditional statements being true. For example, say I have a historical chart that's by daily intervals. I have the following studies: 100day SMA, 200day SMA, Yearly VWAP, RSI. I want a trade alert when the following conditions are all met: Closing price % deviation from 100daysma < x% Closing price % deviation from 200daysma < x% Closing price % deviation from Y-VWAP < x% RSI<30 Conceptually it should be simple... multiple conditional true/false statements that checks values of closing price agaisnt different study data. But i'm unsure how to begin- do i need to build a custom study file to do this? Or are there other ways? Thanks in advanced. |