- Any help to fix this problem
- Experts: Vector
- Protecting expert advisors that i sell on the market
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. Do you have a smile face? What is in the logs?
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
I got a risk management EA from internet, but it could not show up on the chart, anybody can help with this?
send code will assist
Thanks Amos! I don't have the code. But I also have some EAs that's not in English, none of them can be attached to the chart. Do you think this is coding problem or just need to fix the MT4? Thanks alot.
Thanks Amos! I don't have the code. But I also have some EAs that's not in English, none of them can be attached to the chart. Do you think this is coding problem or just need to fix the MT4? Thanks alot.
Here is some scripts:
临_do_22 = 临_in_19;
}
else
{
if ( 临_st_17 == "Lots" )
{
临_do_22 = 临_do_20;
}
else
{
临_do_22 = 0.0;
}}
临_in_23 = 临_do_22;
临_st_24 = "Ticket";
临_st_25 = "buy";
临_in_26 = 0;
临_do_27 = 0.0;
for (临_in_28 = OrdersTotal() - 1 ; 临_in_28 >= 0 ; 临_in_28 = 临_in_28 - 1)
{
if ( !(OrderSelect(临_in_28,SELECT_BY_POS,MODE_TRADES)) || OrderSymbol() != Symbol() || OrderMagicNumber() != Magic ) continue;
if ( 临_st_25 == "buy" && OrderType() == 0 && OrderTicket() > 临_in_26 )
{
OrderOpenTime();
OrderOpenPrice();
临_do_27 = OrderLots();
临_in_26 = OrderTicket();
}
if ( 临_st_25 != "sell" || OrderType() != 1 || OrderTicket() <= 临_in_26 ) continue;
OrderOpenTime();
OrderOpenPrice();
临_do_27 = OrderLots();
临_in_26 = OrderTicket();
}
if ( 临_st_24 == "Ticket" )
{
临_do_29 = 临_in_26;
}
else
{

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use