I’m trying to learn EL – maybe someday I will have TS to test my ideas, but first I want to know is it possible to write them in EL.
My questions are:
1. Can I use “Q_Ask”, “Q_Bid”, “Q_Last” etc. for strategy backtesting using historical data?
2. Can I use those “Qs” as a Stop order price? For example
BUY NEXT BAR (Q_Ask) Stop
I don’t want to use specific, pre-defined symbol prices for stop orders. I want to use current ask, bid or last trade symbol prices for stop orders….