Edit Your Comment
set lot size
Mar 09, 2015 at 02:15
(แก้ไขแล้ว Mar 09, 2015 at 02:37)
เป็นสมาชิกตั้งแต่ Sep 20, 2014
342 โพสต์
That be in the structure of the code, you'll have to move where you do the calculation. And of course without seeing the source I'd have no idea why it's not updating every tick.
Try this line in a few places till you get the desired result, look for the values to print in the experts tab:
Print ("Ordersize: ", AccountBalance()*0.00001);
If you put that just after you initiate the code it should print constant value changes, then move it around to few places where you think it should be. I don't know where your lotsize declaration is, if it's global you can just put your calculation where it prints ok, if it's not global then you'll have to change your logic to update more often.
Try this line in a few places till you get the desired result, look for the values to print in the experts tab:
Print ("Ordersize: ", AccountBalance()*0.00001);
If you put that just after you initiate the code it should print constant value changes, then move it around to few places where you think it should be. I don't know where your lotsize declaration is, if it's global you can just put your calculation where it prints ok, if it's not global then you'll have to change your logic to update more often.
Mar 09, 2015 at 02:18
(แก้ไขแล้ว Mar 09, 2015 at 02:25)
เป็นสมาชิกตั้งแต่ Sep 20, 2014
342 โพสต์
And of course I just used lotsize, what is your parameters name in the OrderSend ?
Look for an OrderSend function in your code, get the name of the third parameter, then go look where you work out that parameter and put that calculation in there.
Look for an OrderSend function in your code, get the name of the third parameter, then go look where you work out that parameter and put that calculation in there.

forex_trader_211931
เป็นสมาชิกตั้งแต่ Oct 14, 2014
11 โพสต์

*การใช้งานเชิงพาณิชย์และสแปมจะไม่ได้รับการยอมรับ และอาจส่งผลให้บัญชีถูกยกเลิก
เคล็ดลับ: การโพสต์รูปภาพ/youtube url จะฝังลงในโพสต์ของคุณโดยอัตโนมัติ!
เคล็ดลับ: พิมพ์เครื่องหมาย @ เพื่อป้อนชื่อผู้ใช้ที่เข้าร่วมการสนทนานี้โดยอัตโนมัติ