Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]
Chinetti pip collector XL

0.00

Chinetti pip collector XL is a completely ready-made trading system. If the trader does not have his own trading system yet, he can apply the Chinetti pip collector XL to trading. Trading with this indicator is very simple. Even a beginner in forex can handle it. 

  • we are waiting for the indicator to start drawing a blue line. This means that the trend for price growth is now beginning. Now we are waiting for the indicator to analyze the market and draw an up arrow on the chart. At this point, we open a buy order. Take profit is set at the level of the blue line. If the blue line changes the price, we move the take profit. If we have a buy order open now and the indicator draws a red line , we close the deal.
  • we are waiting for the indicator to start drawing a red line. This means that the trend of falling prices is now beginning. Now we are waiting for the indicator to analyze the market and draw a down arrow on the chart. At this point, we open a sell order. Take profit is set at the level of the red line. If the red line changes the price, we move the take profit. If we have a sell order open now and the indicator draws a blue line , we close the deal.

  • period-set the period of the indicator. The higher the value, the more global trends the indicator will look for. There will be fewer signals, but they will be at a greater distance.
  • shift – shift of the indicator in the coordinate system.
  • steps – the minimum distance that the price must travel from the signal line for the signal arrow to appear.
  • bars – the number of bars on which the indicator will be displayed on the chart.

[spoiler title=”Read More…”]

To build a trading robot with this indicator, you can use exchange buffers:

  SetIndexBuffer(0, UpThick);
  SetIndexStyle(0, DRAW_LINE, 0, thickness_of_thick_line);
  SetIndexBuffer(1, DownThick);
  SetIndexStyle(1, DRAW_LINE, 0, thickness_of_thick_line);  
  
  
  SetIndexBuffer(2, UpThin);
  SetIndexStyle(2, DRAW_LINE, 0, thin_line_thickness);
  SetIndexBuffer(3, DownThin);
  SetIndexStyle(3, DRAW_LINE, 0, thin_line_thickness);
  
  SetIndexBuffer(4, sic_buy);
  SetIndexStyle(4, DRAW_FILLING, 0, 0);
  SetIndexBuffer(5, sic_sell);
  SetIndexStyle(5, DRAW_FILLING, 0, 0);

To build a trading robot with this indicator, you can use exchange buffers:

[/spoiler]

Add review
Reviews ( 0 ):