论坛

有谁知道OrderProfit()内部是如何计算的吗?

新手一枚。 一直以来OrderProfit()=OrderClosePrice() - OrderOpenPrice() 但实际打印出来对照一下,数据又对不上。 请问有谁知道OrderProfit究竟是怎样计算出来的? 拜托帮帮忙!谢谢!

有谁知道OrderProfit()内部是如何运算的?

一直以为OrderProfit()的值就是OrderClosePrice()-OrderOpenPrice(), 但好像数据对不上,有谁知道具体是怎么运算的吗? 拜托了!

BackTest的时候,日志文件中的数据是如何记载的?

//################################################################## #property copyright "Copyright 2014, MetaQuotes Software Corp." #property link " http://www.mql5.com " #property version "1.00" #property strict int start() { double BufMAA=0;