Forum

Initial Deposit

Is there a way to access the initial deposit in my EA

MT4 Build 711

A proprietary indicator runs fine on MT4 build 670 but crushes on build 711. Any ideas please

Custom Indicator Dissapears

I noticed that sometimes when I send a custom indicator to a friend, when he copies the ex4 file in the indicators folder(under experts) it disappears or gets erased. When the platform(MT4) opens is not under the Custom Indicators in the Navigator Window. When he goes back on the C: drive in the

How to define the color of a custom indicator as external parameter? To be user defined.

I wrote a custom indicator but it seems I cannot make the color user defined. Any solutions? Thank you

EA Protection thru dll

I was wonderingg how to protetct an ea or indicator thru dll. Below is a very simple ea just for the sake of the example. Can anyone explain step by step how to acheive it? Thnkas

Which language to use to writ a dll?

I would like to write part of my program(ea or indicator) in a dll for security reasons Which language to use? Thanks

EA protection

Everybody suggests that the best way to protect an EA is thru DLL. Can anyone show how to do that? Assume just a simple EA. int start() { //---- if (OrdersTotal()==0 && iClose (NULL,0,0)>iMA(NULL,0,60,0,MODE_SMA,PRICE_CLOSE,1)) OrderSend(NULL,OP_BUY,1,Ask,3,100,200,"buy",123456,0,Green);

Stop Loss Hit

Is there any way to know in my EA whether yh the sl which was set in the OrderSend() or Orderodify OrderModdify() comand was hit

IndictorCount()

When I run the following code: Print(IndicatorCount()); I get -1 no matter what. I DONOT get 0 th e first time and I DONOT get Bars -1 from the second time on. I always get -1. Can anyone clarify this

ATR/Volatility

How to use ATR/Volatility in a trading system