Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的 MQL5 EA 读取斐波那契对象的回撤水平的价格(假设同一个 EA 之前创建了这个斐波那契对象)。不幸的是,ObjectGetValueByTime不适用于斐波那契。还有另一种方法吗?
ObjectGetValueByTime
只需通过 ObjectGetDouble() 获取两个 kep 点,然后自己计算级别(0.618、1.618 等) - 更可靠,并且比从图表中获取这些值更快