General - page 1871

i am new to trading.. i have been using demo for a awhile.. and have made a system.. i wanna open an account? in NF but i do not understand, how much leverage should i get? is leverage changeable? in NF
Is there any way for me to watch the value of a variable while my EA is executing one step at a time in Strategy Tester? Not being able to find out the value of a variable is making it impossible to debug my EA.
Hello, there, I have an EA, which profits are based on TrailingStopLoss. It has constant StopLoss, but doesn't have constant TakeProfit. I'll ask any coder here to edit this EA to have TakeProfit, that can be defined by the user, and to remove the TrailingStopLoss. Here is it: #include //----...
  How to protect an EA  (16   1 2)
Hi, I've a great EA, I want to sell it but I know that ex4 files can be decompiled(I've seen it infront of me), how can I protect my EA, I think the guys who created the mql language can also easily decompile any mq4 file since they themselves created the compiler, any solution ?
On the website of the Automated Trading Championship 2006, the "Statistical Report #2" has been published (http://championship.mql4.com/2006/news/69/). It contains data about the most popular symbols and timeframes of the Championship, about amounts of multicurrency Expert Advisors. Moreover, it...
Hi All ;) is there a way using HistoryTotal function to be able to find a particular order (buy or sell) closed ? I tried with this code but it seems not working : int hstTotal=HistoryTotal(); for(i=0;i<hstTotal;i++) { //---- check selection result if(OrderSelect(i...
Hi guys, I need to add data to an existing file, a cvs file. On MQL4 reference I found that "If there is a need to add data to an existing file, it must be opened using combination of FILE_READ | FILE_WRITE." but does not work. Every time I launch Metatrader the file reset to zero-length. Anyone...
Hi guys, I need to add data to an existing file, a cvs file. On MQL4 reference I found that "If there is a need to add data to an existing file, it must be opened using combination of FILE_READ | FILE_WRITE." but does not work. Every time I launch Metatrader the file reset to zero-length. Anyone...
How can I put 2 moving averages on the RSI window? It seems that the new versions of Metatrader don't have this option in the apply to. Please help
is it possible to create a "Tick Chart"?
  Indicator  (2)
hi all sory am have englesh what is the best paid stratitgy like this WSS9.3-GOLD VERSION no broblem mony but need defrant WSS9.3-GOLD VERSION but is good stratitgy thanks all me frend
I am trying to write an Indicator that will record the maximum spread. However, this wont work. Of course, I am only interested recording the spread starting at the time when the indicator was attached to the chart... candles before this time would be "null". #property...
[Deleted]
Wondering if anyone has seen an MT4 version of this VT indicator? If not can anyone convert it to MT4 please?