tinivini / Profile
Friends
6
Requests
Outgoing
tinivini
Added topic calculate ZigZag indicator
Hello . I calculate ZigZag indicator value with this method , but it's very slow in Backtest . How can I optimize this code? Or if you know a better way, please help. I wrote the code based on my knowledge . this code work fine but it's very
tinivini
Added topic Change Strategy Tester Template for all timeframe window
i change Strategy Tester Template with "tester.tpl" but when i use multi time frame in my EA , only change first window template in Strategy Tester , other time frame template work default , please look attach file , any advise
tinivini
Added topic Invalid Expiration OrderSend expert
Hi . I'm beginner in MQL5. I am trying to create OrderSend expert. I write this code : int OnInit () { MqlTradeRequest request ; MqlTradeResult result ; request.action =
: