Help me please.
How can I create an array with signals (each signal has price and direction - buy or sell) and make orders by using them?
For example - after bar closed, I need to create two signals from high and low of this bar. And after that, when next ticks will rich any of these signal - I need to make an order.
The question is - how can I create this array with signals?
And should I loop through this array when each next tick will came to check if the price of current tick equals to any signal's prices in the array?
Thank you.

Comment