♥ 0 |
Hello Pete I had a question on Dailyopen() study, when I included that in a conditional order it shows where the entries are, but when I included that in an order, it doesn’t get executed. Attached is the chart showing order. Is there is any way to buy the stock when it goes above the today’s open price of day on 1 minute time period. Here is the code for dailyopen() input aggregationPeriod = AggregationPeriod.DAY; def prevPrice = open(period = aggregationPeriod)[-1]; DailyOpen.SetDefaultColor(GetColor(2));
Marked as spam
|
Please log in to post questions.