
Essentially what I'm trying to accomplish: When a condition for an indicator is met. long the stock.
For example: when the oscillator reaches a certain value, ( say 0.5) buy the stock.
Keeping in mind I've been using the automated strategy GUI, as the coding is too complex for me to handle.
Im having difficulties setting it up so the strategy knows, that for when the indicator reaches "said value" to do something. I understand the premise of how to create strategies, but am lost in terms of setting my indicator to (> , >=, cross above, etc) of something (like maybe a integer?)
How do I set this up in the GUI so when my indicator reaches a value it then preforms an action?
I hope you understand what I'm asking, feel free to clarify if necessary.
Thanks,
Mike

Comment