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
12