Writing free EAs - page 6

 
Alekseu Fedotov:

You can.

Who can I contact?
 
Alexey Olhovikov:
Who can I contact?

https://www.mql5.com/ru/job

Торговые приложения для MetaTrader 5 на заказ
Торговые приложения для MetaTrader 5 на заказ
  • www.mql5.com
Самый большой фриланс c разработчиками программ на MQL5
 
Alexey Olhovikov:
Hello! I don't know anything about writing EAs, that's why I have this question. Is it possible to write an EA based on an indicator without the source code?

not always, data may be hidden

 
Ticket=OrderSend(Symbol(), OP_BUY,Lots,Ask,50,0, "Long position",16384,0,Red);


int ticket=OrderSend(Symbol(),OP_BUY,1,price,3,stoploss,takeprofit,"My order",16384,0,clrGreen);

Is there no error?


Compare the number of parameters.

 
PercentBB2 <=0.0000

PercentBB2 >=100.0000

Does looking at the indicator show that this variable is less than or equal to 0 or greater than or equal to 100 ?


 
Vladimir Karputov:

If you are going to do it for free, you should do it publicly.

Why? The only difference between a gift transaction and a purchase and sale transaction is that it is free of charge.

Whoever wants publicity (I respect that) is welcome, and whoever wants intimacy is free to do so.

 
Iurii Tokman:

not always, data may be hidden

How do I know if it is hidden or not?
 
Alexey Olhovikov:
How do I know if they are hidden or not?

what is the name of the indicator?

 
Alexey Olhovikov:
How do you know if it is hidden or not?

you need to determine what you need from it
and then see if this data is in the indicator
one way is through the Data window to see what is there

 

Hi all!

Can you please tell me if anyone knows and/or has a script/advisor on MT4 that closes a profit of a set value that has been generated on different instruments?

Thank you!