double P2; //P2 is an external function, it stands for period
switch(Period()){
case 1
2=0.00003;break; //case is like in the case of (time fame)
case 5
2=0.00007;break; // break stops case1 goes to case2/next case
case 15
2=0.00007;break;
case 30
2=0.00007;break;
case 60
2=0.00007;break;
case 240
2=0.00007;break;
case 1140
2=0.0007;break;
case 10080
2=0.0007;break;
case 43200
2=0.0007;break;
}
what is 0.00007, 0.00003? is it for vertical position on the chart?
why is 1minut with 0.00003 instead of 0.00007?
to fully understand what I mean go here to see the code: http://www.forexfactory.com/showthread.php?t=146330
switch(Period()){
case 1
case 5
case 15
case 30
case 60
case 240
case 1140
case 10080
case 43200
}
what is 0.00007, 0.00003? is it for vertical position on the chart?
why is 1minut with 0.00003 instead of 0.00007?
to fully understand what I mean go here to see the code: http://www.forexfactory.com/showthread.php?t=146330