

Input bool WaitForClose = true // WaitForClose - Wait for a candle to close before checking wicks' length? Input int LowerWickLimit = 10 // LowerWickLimit in broker pips or % for alerts. Input int UpperWickLimit = 10 // UpperWickLimit in broker pips or % for alerts.

Input color DisplayLowWickColor = clrLimeGreen Input color DisplayHighWickColor = clrRed Input int DisplayWickLimit = 5 // DisplayWickLimit in standard pips or %. Input PipsPerc Units = Pips // Standard pips or percentage points. The indicator uses only objects for display, but the line below is required for it to work. #property description "Notifications settings are under Tools->Options->Notifications." #property description "Email settings are under Tools->Options->Email." #property description "You can choose whether to use pips or %." #property description "Alerts when the candle's wick (shadow) reaches a certain length." #property description "Displays the candle wicks' length above and below the candles." ▼▼▼ MASTER DESIGNEA=GENYUS - Proactive ▼▼▼ CONFIGURAÇÃO INICIAL Print(" Failed to get handle of the indicator JMA") Handle=iCustom(NULL,0,"IndicatorName",Length_,Phase_,2,0,0) Input string IndicatorName = "" // Indicator File Name Return false //here you can return either value or bool true/false
#FILESPEEDY NET CODE#
Sample code snippets bool signal (double value) then put that indicator in mt5 indicators folder. You can get buffer details for ex5 files even if you don't have the source code, but you need to know all input parameters and data type.
