FOREX - Trends, forecasts and implications - page 513

 
_new-rena:
OK. Profitable option.
2-3% per trade.
 
Ishim:
2-3% per transaction.
Usually from one of these, when you've got the hang of it, 100-150% a month.
 
_new-rena:
If the lettering is not needed anywhere, then comment on everything. The location of the inscription can be roughly estimated from the coordinates that are shoved in there. Look there...
You see, the text erased and the basement remained empty - I asked how to remove it, I assume that the space for the windows is somehow set separately...........
 
_new-rena:
usually 100-150% a month, once you've got the hang of it.
This is usually the case when you get the hang of it. (The main advantage of this is that the profitability of the deposit is very high and the profitability of the deposit is quite high.)
 
Fisht_1:
You see, the text erased, and the subwindow remained empty-I asked how to remove it, I assume that the space for the windows is somehow set separately...........

Indicators come in two types - with and without a subwindow. If there is a subwindow, you cannot remove it.

The commands are as follows, located at the very beginning of the code (one of them) :

#property indicator_separate_window
#property indicator_chart_window

What's yours? (the top one is a subwindow turntable)

 
Ishim:
in a year is enough. (deposit load is a very important and quite complex element of TS - increase by 0.5% step can be risky, 1% should be tested)
That's it, count the stop at 0.5-1% and you'll be fine.
 
_new-rena:
That's it, count the stop at 0.5-1% and you're good.
max stop 8%, from one order 4.2%
 
Ishim:
max stop 8%, from one order 4.2%
What do you mean, you have a loss greater than a profit? That's a potential loser. That's not right...
 
_new-rena:

Indicators come in two types - with and without a subwindow. If there is a subwindow, you cannot remove it.

The commands are as follows, located at the very beginning of the code (one of them) :

Which one is yours? (the top one is the subwindow index)

Any subwindow can be controlled.

CHART_HEIGHT_IN_PIXELS - height property of the chart in pixels.

//+------------------------------------------------------------------+
//| Функция получает значение высоты графика в пикселях.             |
//+------------------------------------------------------------------+
int ChartHeightInPixelsGet(const long chart_ID=0,const int sub_window=0)
  {
//--- подготовим переменную для получения значения свойства
   long result=-1;
//--- сбросим значение ошибки
   ResetLastError();
//--- получим значение свойства
   if(!ChartGetInteger(chart_ID,CHART_HEIGHT_IN_PIXELS,sub_window,result))
     {
      //--- выведем сообщение об ошибке в журнал "Эксперты"
      Print(__FUNCTION__+", Error Code = ",GetLastError());
     }
//--- вернем значение свойства графика
   return((int)result);
  }
//+------------------------------------------------------------------+
//| Функция устанавливает значение высоты графика в пикселях.        |
//+------------------------------------------------------------------+
bool ChartHeightInPixelsSet(const int value,const long chart_ID=0,const int sub_window=0)
  {
//--- сбросим значение ошибки
   ResetLastError();
//--- установим значение свойства
   if(!ChartSetInteger(chart_ID,CHART_HEIGHT_IN_PIXELS,sub_window,value))
     {
      //--- выведем сообщение об ошибке в журнал "Эксперты"
      Print(__FUNCTION__+", Error Code = ",GetLastError());
      return(false);
     }
//--- успешное выполнение
   return(true);
  }
 

 
 
_new-rena:
What do you mean, you've got a loss greater than a profit? That's a potential loser. That's not it...
i didn't write anything about a profit(((, 3% stop 140pp., with two orders 3% stop 200pp.