Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
error return karena variabel nya int..
pake void.
cth
int Modipi()
{
for (int c = OrdersTotal() ; c >= 0; c--)
{
if(OrderSelect(c,SELECT_BY_POS,MODE_TRADES)==true)
if (OrderSymbol() == Symbol() && OrderMagicNumber() == MagicNumber && OrderCloseTime()==0)
{...
extern int TargetOPProfit = 5;
extern int MagicNbr2 =12345;//atau angka brp aj
extern int MagicNbr1 = 12344;//atau angka brp aj
MagicNbr1&2 cuman angka buat memudahkan EA mengenali order yg dbkin EA tsb.
variabel bs dgnti. tpi ya ganti jg yg ada di OnTick()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.