Scalping on M1 with prediction

 

M1 Scalping
Indicators: iZigZag, iKvantLevels_Variant2
Looking for the emerging local resistance-support level. (An indicator should be created! A line that draws the average
of "haves" or "catches" in a certain band in points and on a certain amount of bars) ... From resistance-support
We trade on a bounce, by opening orders from the level itself. We draw phibs with targets on each bounce... Stretch the "fib",
Level 23 - iKvantLevels (3,0.5,12) ....Formed targets (100%) ...Manually close 5-10% below targets ...
(stops are tight=minimal) and always keep stop pending orders at 7-8 points behind the level in case of a breakdown ...





In archive indicators with description ...

Files:
gjmpqkdrf.rar  328 kb
 
Borisytch >>:

Скальпинг М1
Индикаторы: iZigZag, iKvantLevels_Variant2
Ищем формирующийся локальный уровень сопротивления-поддержки. (индикатор бы сделать! Линию рисующую среднюю
«хаев» или «ловов» в определенной полосе в пунктах и на определенном количестве баров) ... От сопротивления-поддержки
торгуем на отскок, плотно открывая ордера от самого уровня. Рисуем фибы с целями на каждом отскоке ... Растягиваем «фибу»,
23-ий уровень - iKvantLevels (3,0.5,12) … сформировавшиеся цели (100%) … закрываем вручную на 5-10%% меньше целей ...
(стопы плотные=минимальные) и постоянно держим стоповые отложенники в 7-8 пунктах за уровнем на случай пробоя ...





В архиве индикаторы с описанием ...

What does "on a certain number of bars" mean ? who or what determines this number ? (it is not an idle question, the answer will be helpful)

 
Urain писал(а) >>

What does "on a certain number of bars" mean ? who or what determines this number ? (the question is not idle will be the answer will be help)


That is to put it in the settings to determine itself with which length of accumulation is supposed to work.
>> I'll have a look at the indicator, thanks!

 
Yeah, you also need an offset from the zero bar.
Then try this one.
Files:
 
Urain писал(а) >>
Yeah you also need to indent the zero bar .
Then try this one.


No, it's a slant... this one's strictly horizontal.

 
Borisytch >>:


нет, это наклонные ... здесь нужны строго горизонтальные.

It's like this, then (atacha).

Files:
ima_canal.mq4  3 kb
 

Here is a poor implementation of the idea of finding local resistance-support levels and the code is written crookedly - it only works on M1.

Files:
16_zd.zip  24 kb
 
Urain писал(а) >>

Then it's like this (in the atacha).


Interesting. Now a question: the MA channel is drawn on the assigned number of bars ... this is not flexible ... i.e. it is difficult to use.
How to get drawing only when certain conditions are met:
1. The start of drawing only from ZZ nodes ... iZigZag for example
2. finish drawing at border breakdown by the value in the indicator settings
3. It's better to draw everything in buffers ... for an EA ... I do not trade by hand
4. ...
 
Borisytch >>:


Интересно. Теперь вопрос: МА-канал отрисовывается на назначенном количестве баров ... это не гибко ... то есть использовать трудно.
Как получить отрисовку только по выполнению определенных условий:
1. начало отрисовки только от вершин ЗЗ ... iZigZag к примеру
2. заканчиваем отрисовку при пробитии границ на значение в настройках индикатора
3. лучше все рисовать в буферах ... для советника нужно ... ручками я не торгую
4. ...

For the EA no buffers are needed, the level value is enough for it, and how to calculate this level in the code is quite clear, again, the EA does not need to get into the history it needs the latest values.

As for the choice of offset from the zero bar and period, we take the last non-zero value of the zigzag and the last but one.

The number of bar closest to the zero bar of the non-zero value of the zigzag will be the indent and the difference between the last and penultimate will be the period.

The zigzag will be the second to last bar.

 
Here with zigzag (autodetect indent and period).
zy run it in the tester, I can't, I'm optimising.
Files:
 

Well ... interesting!

Reason: