Valutazione delle condizioni di mercato basata su indicatori standard in Metatrader 5 - pagina 228

 
Sergey Golubev:

È stato creato:

- è stato fissato l'avviso su modalità di avviso, inoltre - è possibile specificare la pausa in secondi, e quanti avvisi dopo il segnale (solo per l'avviso di avviso)

- È stato aggiunto il parametro AutoPeriodsDetect: l'indicatore ha le impostazioni automatiche con H1 e timeframe più piccoli come 9/26/52, e per H2 e più grandi 72/144/288. Quindi, non c'è bisogno di cambiare nulla nelle impostazioni che lo riguardano.

Sto testando l'indicatore ora.

PS. L'indicatore è stato caricato, e questo 'link post' è stato modificato

c'è un'ultima versione, mi piacerebbe provarlo?

 
GodAtum:

c'è un'ultima versione, mi piacerebbe provarla?

Quale post?
Perché ci sono 228 pagine qui ...

 
Sergey Golubev:

Quale post?
Perché ci sono 228 pagine qui ...

https://www.mql5.com/en/forum/9773/page55#comment_540972

ha la v11, è l'ultima?

Market Condition Evaluation based on standard indicators in Metatrader 5
Market Condition Evaluation based on standard indicators in Metatrader 5
  • 2013.07.05
  • www.mql5.com
I just started this thread as a continuation of the talking made on this topic (we can read it). Or...
 

Sì, ho trovato - post# 547

Lo controllerò ora (dovrebbe essere l'ultimo senza errori... ma controllerò).

 

Ha compilato in MetaEditor senza errori (così sembra - è l'ultima versione) -.


 

Le impostazioni/parametri -

input int      Tenkan            =     9;    // Tenkan-sen
input int      Kijun             =    26;    // Kijun-sen
input int      Senkou            =    52;    // Senkou Span B
input bool     AutoPeriodsDetect =  true;
input int      SignalMode        =     4;    // Signal Mode: 0-off,1-Tenkan/Kijun,2-Chinkou/Cloud,3-Chinkou/Price,4-all together
input int      AlertMode         =     4;    // Alert Mode: 0-off,1-Tenkan/Kijun,2-Chinkou/Cloud,3-Chinkou/Price,4-all together
input int      WarningMode       =     1;    // Warning Mode: 0-off,1-on
input int      SoundsNumber      =     1;    // Number of sounds after Signal
input int      SoundsPause       =     5;    // Pause in sec between sounds 
input string   UpSound           = "alert.wav";
input string   DnSound           = "alert2.wav";

Forum sul trading, sistemi di trading automatizzati e strategie di trading di prova

Valutazione delle condizioni di mercato basata su indicatori standard in Metatrader 5

Sergey Golubev, 2013.07.09 17:13

È stato creato:

- avviso su modalità di avviso è stato fissato, inoltre - è possibile specificare la pausa in secondi, e quanti avvisi dopo il segnale (solo per l'avviso di avviso)

- È stato aggiunto il parametro AutoPeriodsDetect: l'indicatore ha le impostazioni automatiche con H1 e timeframe più piccoli come 9/26/52, e per H2 e più grandi 72/144/288. Quindi, non c'è bisogno di cambiare nulla nelle impostazioni che lo riguardano.

...

void OnInit()
{
   if(Period() <= PERIOD_H1 && AutoPeriodsDetect)
   {
   tenkan = 72; kijun = 144; senkou = 288;   
   }
   else
   {
   tenkan = Tenkan; kijun = Kijun; senkou = Senkou;
   }
 

Funziona, ma mantiene tutti i segnali storici sul grafico, quindi l'indicatore deve essere fissato in questo caso.


 

Questo è molto interessante EA -

----------------

Hammer_v1- esperto per MetaTrader 5

Hammer_v1 - esperto per MetaTrader 5

This advisor is an advisor assistant in manual trading. Powered by rebound from levels. The levels here are the horizontal line objects that the user draws manually on the chart. It is allowed to use one object for opening BUY positions and one for opening SELL positions. The main thing is that the names of the objects Horizontal lines correspond to the specified parameters HLine Buy Level name and HLine Sell Level name .

Quando il prezzo corrente è superiore all'oggetto HLine, il nome Sell Level è un segnale per aprire una posizione SELL. Allo stesso tempo spostiamo l'oggetto HLine Sell Level name SOPRA al pips Step di HLine. Agiamo in modo simile quando il prezzo corrente è sotto l'oggettoHLine Buy Level , Name è un segnale per aprire una posizione BUY. Allo stesso tempo, spostiamo l'oggetto HLine Buy Level LevelBELOW sullo Step pips di HLine.

 
Sergey Golubev:

Ciao sergey, possiamo avere il tuo pivot point annuale?
 
OrelMely:
Ciao sergey, possiamo avere il tuo pivot point annuale?

Quale pivot point annuale?
Ho un sacco di indicatori nel mio Metatrader, e io non sono un coder ...

Motivazione: