Ever Resol
Ever Resol
Topics3Comments0Reader0
Articles0CodeBase0Charts0
Friends

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

Ever Resol
Added topic Questions and answers about EA using martingale method
I am creating a trading EA based on the martingale method. However, the following order is not being calculated according to martingale to offset the loss from the previous order. I would greatly appreciate your help, as there seems to be an error in
Ever Resol
Added topic Questions and answers about EA using martingale method
// Khai báo toàn cục về rủi ro và số tiền thua lỗi double Risk_amount = 10.0 ; // Khởi tạo với giá trị mặc định gấp đôi Last_loss_amount = 0 ; // Biến lưu số tiền bị lỗi void Tính toán Rủi ro () {      // Choose toàn bộ lịch sử
Ever Resol
Added topic My EA is not working properly on MT5
My EA did not properly implement the sell limit condition that I was requesting. At "// Check the conditions for a sell signa"l and "// Check the conditions for a sell signal " seem to be logically correct. Can you check and point out errors for me
Ever Resol
Registered at MQL5.community