cape1354
cape1354
Friends

Add friends via their profile or user search and you will be able to see if they are online

cape1354
Added topic Take a break when I lose my deal.
I'd like to take a break when I lose my deal. I've made a code, but it doesn't work properly. I'd like to put it in terms of purchase. Can you explain the above code? extern double initial_Lots = 0.1 ;
cape1354
Added topic Confirm latest transaction profit
I'm going to choose the last deal. As shown below, the profit and loss of all transactions will be shown. I choose the last transaction, and I want to see the gain of the transaction, but where should I fix it? for ( int i = HistoryTotal ()- 1 ;
cape1354
Added topic Order after a certain amount of time
Soon after the loss occurs, the order will go further and further losses will occur. After the loss, I want to place an interval between the following order Can you tell me where the problem is? Even if I use it, it does not make any difference when
cape1354
Added topic Lots auto calculation based on account and Martingale Transactions
Lots will increase automatically according to the balance of account balances, and if the transaction is lost, the next transaction launcher increase by multiplying by the external input variables multiplied by the external input variable. If I
cape1354
Added topic OrderModify error 130 on this code.
hi guys. I'm trying to modify an Order, but I always get  Error #130 . I looked for other texts, but ... Different from this code, it is difficult to understand and apply. So I raise my code. Please let me know based on this code. extern double
cape1354
Added topic Lot calculation
It's a pleasant weekend. I'm trying to make the Martin Gail lot calculation. If I lose, I'll double up in the front door twice and return to the initial value if I get profits. However, this will result in error 4051. And I don't know if it's okay to
cape1354
Added topic MartenGale Format
I'm trying to build a Martin Gail based on these codes. Do you know the location of the writing on the style of writing this type of Martin Gail code? Let me have your answer. if (NewBar() )     {    
cape1354
Added topic Condition of liquidation
If I put it in this way, Is there any error? int CurrentTime; int Past = 2; int BarsCount = 0; int i; datetime PreviousBar; int start() { if((NewBar()) ){ for (cnt= 0 ;cnt< OrdersTotal ();cnt++)          {
cape1354
Added topic If I use return() -> error5004
I try to use the value outside of the "for". but when I use "return(Max_Value);" , error 5004 appear or print nothing What should I do? File "Max" ex)  2000-00-00 0:00,00 2000-00-00 0:00,00 2000-00-00 0:00,00 00 => Value between 1 and 100 int
cape1354
Added topic Outside "for" ???
How do I use the Max Value value outside of function "for"? int BarsCount = 0 ; int i; bool Max_Average= False ; bool NewBar= false ; double Max_Value; int data_size = 8650 ; int OnInit ()   {    return ( INIT_SUCCEEDED );
cape1354
Added topic How can I match the current time and datetime in csv file?
The first column in the csv file is the date and the second column is the number between 1 and 100 calculated as the indicater. When the date column and the test time are correct, the number of columns in the second column is received as a variable
cape1354
Added topic Modify error 130 in small TimeFrame
Trading is good in Eur/Usd But "ordermodify error 130 " will appear when I trade aud/cad eur/cad... in M1,M5, M15, M30 It works well in H1, H4, etc. What's the problem? //+------------------------------------------------------------------+
cape1354
Added topic make symbol()
I brought a file of history through the fileopen function . However, I failed to replace the Symbol. Multi Pair information is needed in ea, but it is not possible for testing. (It is not intended to trade multiple varieties in a single ea In real
cape1354
Added topic Fileopen ==> "1"
I want to import data( EURGBP30)  through the fileopen function instead of history center EURGBP30 2012.02 . 27 , 10 : 00 , 0.84648 , 0.84669 , 0.84609 , 0.84664 , 1639 2012.02 . 27 , 10 : 30 , 0.84663 , 0.84724 , 0.84633 , 0.84667 , 1773
cape1354
Added topic Multi currency => Fileopen function
I heard that "multi-currency baektest" are not allowed at mt4. I'm not trying to deal with multiple currencies transaction in a single currency . When the best indicator of the various pair is eqal to current open pair, I want to  open it. So I
cape1354
Added topic Read .csv
I heard that "multi-currency baektest" are not allowed at mt4. I'm not trying to deal with multiple currencies transaction in a single  currency. When the best indicator of the various pair is eqal to current open pair,  I want to open it
cape1354
Added topic Multiple currency comparison
I find the highest value and find the name of the pair by comparing the EMA. What's the problem with the code below? There is a warning to ‘ implicit ’ from ‘ number ’ to ‘ string ’. Is there any kind of a function that can be found out from any
cape1354
Added topic Line Up By Time Lines
Hi guys Please find some trouble in the code Receive a double value through a function called " UpTrend ". Each bar shows a number of digits such as 0, 9, or 1.1.0722. The former is 0 and now  tries to catch only the moment when tick is not
cape1354
Added topic Changing Trend(mt4)
I want to know about "for" to buy only when it change from 0 to the number.Ex) 1.072222 If you know about this, or know about ea using related information, Please answering my question
12