|
Dallas + Texas
Posts: 4 since Apr 2020
Thanks Given: 2
Thanks Received: 1
|
Solved:
Im struggling to make it eloquent but I added the desired Symbol as an additional data stream on a chart and hard coded the desired parameters into the EL file. (example: if High of Data2 < 10 buy)
Then I can run the backtester in Portfolio Maestro and use options to set DATA2 to the desired symbol. Now I can see how my strategy does with different stocks.
GOAL:
Basic proof of concept automated trader that waits for RSI to go below 30 and for $TICK to be highly positive to buy. Then it sells when $TICK decreases a certain amount. I wanted to build and test it and see how it does across many assets or with a different correlated stock to replace $TICK.
If anyone knows a better way of what I'm trying to do, please let me know!
|