please code expert ...!!!!

 

Hello possible assistance
This idea needs CODE
NOTE:
sell stoch(5.3.3) >= 80
BUY stoch(5.3.3) < 20
//+------------------------------------------------------------------+
//| FUNCTION DEFINITIONS Money Managment |
//+------------------------------------------------------------------+

LOT = 0.1

if point = 180
else
LOT = 0.2
if POint = 180 , or (note = 180 + 180 = 360 point = lot 0.3 )

else
LOT = 0.3
=====
Clarification
If access to 180-point add unit purchase
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
|
|
..................

 
Why don't you try to code it yourself.

You have been able to code it in pseudo-code, it is not that hard to put it in mql4 language
 
Thank you
Something nice person depends on the same
But I Junior
Therefore difficult conversion to the idea CODE
Possible code with comments
 
Get rich or be lazy.........
 
Sorry, I am not lazy
But I do not have experience programming
Is this idea difficult conversion code?
Thank you
 
You work on this site conversion attempt idea
But failed
Note:
To multiply contracts
He does not engage in further held only in the event of closure deal
Bacon is a mean of 180 or more
http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/
 
It's not a difficult task, that's why you better do it by yourself.
Find some tutorial, it's free. I can even make my own EAs in 2 months. I learn from Codersguru's tutorial.
Define what do you want, look at other's code. You'll learn a lot
 
Thank you for these tips
That mean a lot
What do you think I am
Applied attempt lessons of this code
You and your correct process you ..! !
 
//+------------------------------------------------------------------+
//|                                                        raja1.mq4 |
//|                      Copyright © 2007, MetaQuotes Software Corp. |
//|                                        https://www.metaquotes.net/ |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2007, MetaQuotes Software Corp."
#property link      "https://www.metaquotes.net/"
 
double ExtMapBuffer1[];
double ExtMapBuffer2[];
 
 
 
//+------------------------------------------------------------------+
//| expert initialization function                                   |
//+------------------------------------------------------------------+
int init()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| expert deinitialization function                                 |
//+------------------------------------------------------------------+
int deinit()
  {
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| expert start function                                            |
//+------------------------------------------------------------------+
int start()
  {
  
  int rr;
  {
  if(iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_MAIN,rr)<20.00)
 
  else 
  if(iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_MAIN,rr)>=80.00)
  }
  
//----
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
 
If possible person
Whita code with explanation
In order to expand the idea of writing code
I can not work - this code
Thank you
 
hellllooooooooooooooo
Reason: