Viet Tung Nguyen
Viet Tung Nguyen
Friends

Add friends via their profile or user search and you will be able to see if they are online

Viet Tung Nguyen
Added topic How do I count the total money amount of consecutive losses?
For example, below are my trades Trade 1: -100$ (lose) => loss_count = 1, loss_amount = -100 // Identify the first loss and assign it into loss_amount var Trade 2: -200$ (lose)  => loss_count = 2, loss_amount = -300 // 2nd loss, negative
Viet Tung Nguyen
Added topic Backtesting takes too long
Hello everyone, im struggling with backtesting EA. Normally when I backtest with visualized chart, it will run through smoothly. But with the code below, it doesn't do it quickly any more. Even if I just run the backtest without chart, it will
Viet Tung Nguyen
Added topic Can someone please identify the the cause of this? < [invalid request] OrderSend failed with error 4756 >
Im writing an EA which will place market order at a specific time, everything seemed to be right, no bug, no warning were found when I compiled it. But the problem is when I run it, the system kept warning that my order is invalid CTrade::OrderSend