Experts: Elli

 

Elli:

The Expert Advisor trades based on the ADX Wilder and Ichimoku Kinko Hyo indicators. Lot is calculated based on risk percentage of margin.

Author: Vladimir Karputov

 
On netting counters does not work, what is the reason and is there any possibility to do something?
 
streloc15:
On netting accounts does not work, what is the reason and is there any possibility to do something?


I now forbid working on netting accounts. Use it on netting accounts at your own risk. Comment out these lines in OnInit():

   SetMarginMode();
   if(!IsHedging())
     {
      Print("Hedging only!");
      return(INIT_FAILED);
     }
 
Vladimir Karputov:


I'm now banning netting accounts. Use at your own risk on netting accounts. In OnInit() comment out these lines:

   SetMarginMode();
   if(!IsHedging())
     {
      Print("Hedging only!");
      return(INIT_FAILED);
     }


I am a complete nub in coding:)can you tell me the step-by-step process of changing the EA code, what exactly to change or add.
 
streloc15:
I am a complete nub in coding:)can you tell me step by step process of changing EA code, what exactly to change or add.


Please: here is a video tutorial

 
I suggested something similar in the martin thread, but on standard MASD+BB+ishimoku. i honestly did not quite understand how this robot trades. i ran it for 5 min-1d and did not see any results.
 
альмир мир:
I offered something similar in the martin thread, but on standard MASD+BB+ishimoku. I honestly did not quite understand how this robot trades. I ran it for 5 min-1d and did not see any results.


It means that you were very inattentive in the description of the code. The description says about indicators and timeframes. So you didn't look at the first instrument:

1

 
Vladimir Karputov:


It means that you have been very inattentive in the code description. The description says about indicators and timeframes. So you didn't look at the first instrument:


I couldn't insert a link to my comment, but okay. well, I had the same thing happen to me. i understand the logic, i just don't quite understand why such ishimoku settings should be used, it is commonly believed that it shows poor results below 4 hours, even if the periods are changed. maybe i am wrong and misunderstood.
 
альмир мир:

I couldn't insert a link to my comment, but okay. well, I also had the same thing. i understand the logic, i just don't quite understand why such ishimoku settings should be used, it is generally accepted that it shows weak results below 4 hours, even if periods are changed. maybe i'm wrong and misunderstood.

I ran it some more to understand the idea and in the end I didn't understand anything. I can't understand what the author wanted to do. a few more observations from his work; he only sells. I haven't seen any buoys. if he is trend-following, he enters the trend at the end and leaves on the stop on the pullback, if he is a trend scalper, the entry points are very unsuccessful and he leaves on the stop again. Although if you make a stop for 300 pips, it will take its 60-100 pips on the stop at the end of the trend, but since it does not buy, then on the reversal all the earned money is drained. ishimoku settings I also never realised. if it is an attempt to take data from older tf, then again the late entry into the trend spoils everything. I managed to set up the daily tf not badly, it is more or less profitable there, but 3 trades in two months are not worth it. maybe I am doing something wrong, please tell me.
 
альмир мир:

... but 3 deals in two months is not worth it. maybe I'm doing something wrong, please tell me.
Compare my result) and yours. You don't need to torture this code. You don't need to :).
 
Vladimir Karputov:
Compare my result) and yours. You don't need to torture this code. I don't :).


Are you suggesting I quit without understanding what I'm dealing with? =)

of course I don't understand a damn thing about the code, but my curiosity doesn't let me rest. i was hoping that they would give me some hints.

upg; I looked through the report and saw the purchases. he still puts them out. but now there are even more questions....