Mohammad Hanif Ansari / Profil
- Information
|
10+ Jahre
Erfahrung
|
5
Produkte
|
212
Demoversionen
|
|
49
Jobs
|
0
Signale
|
0
Abonnenten
|
Es gibt insgesamt 11 bullische Candlestick-Muster und 11 bearische Candlestick-Muster sowie 4 verschiedene Arten von Unentschlossenheitsbalken. Bullische Formationen Bullische 3-Methoden-Formation Bullischer Engulfing-Balken Bullisch Harami Bullish Trennungslinie Bullischer langer unterer Schatten Morgenstern Doji-Stern am Morgen Drei weiße Soldaten Steigendes Fenster Durchdringende Linie Pinzettenhochs (MINOR) Bärische Formationen Bärische 3-Methoden-Formation Bearish engulfing Bärisch Harami
StepUp Martingale EA ist ein vollautomatischer Expert Advisor, der für den Devisenhandel entwickelt wurde. Expert Advisor ist für alle Arten von Konten und unabhängig vom Spread geeignet. Der EA ist während der Veröffentlichung von Nachrichten und anderen Marktbedingungen unbeaufsichtigt. Auch während der Unterbrechung des Handels aufgrund von VPS-Reset, Netzwerkproblemen usw. erkennt der EA immer offene Aufträge, sobald diese Bedingungen behoben sind. Der EA verwendet immer Take Profit und ist
The Indicator Displays very robust levels of a breakout .
The breakout levels are based on a range as per time or session of the day.
Once the range is broken, the indicator will generate the buy and sell arrows.
At the same time of entry, the indicator will display as lines and on the dashboard the multiple targets and stop loss for the trade.
The breakout range can be customized.
This can be used for intraday or position trades.
A trader can use it for analysis also as to the suitable range a market breaks out from.
PARAMETERS
NumberOfDays = 50; SET THE DAYS TO SHOW THE HISTORICAL RANGES
Range = Custom; SET FOR SELECTING VARIABLE TIME RANGES
periodA_begin = "01:00"; // London Open
periodA_end = "01:30"; // First thirty minutes after open
Level = Level1; SELECT FROM 3 LEVELS OF RANGES (AGGRSSIVE/MEDIUM/SAFE)
ShowAllLevels = true; DISPLAY ALL OR ONLY 1
SignalType = CandleClose; SIGNAL UPON CANDLE CLOSE ABOVE/BELOW THE LEVEL
nextDayA = 0; // Set to zero if periodA_begin and periodA_end are on the same day.
periodB_end = "24:00"; SET RANGE END TIME
TP_LineColor = Blue; //TP Line Color
SL_LineColor = Red; //SL Line Color
ArrowSize = 3;
nextDayB = 1; // Set to zero if periodA_begin and periodB_end are on the same day. // Set to one if periodB_end is on the next day.
rectAB_color = PaleGreen;
rectAB_background = true; // true - filled solid; false - outline
rectA_color = Red;
rectA_background = false; // true - filled solid; false - outline
rectB1_color = Green;
rectB1_background = false; // true - filled solid; false - outline
rectB1_band = 28; // a-value // Box Break-Out Band for the Period B rectangle
rectsB2_color = Green;
rectsB2_background = false; // true - filled solid, false - outline
rectsB2_band = 56; // c-value // Box Break-Our Band for the two upper and lower rectangles
HistoryRanges =false; SHOW DISPLAY OF PREVIOUS DAYS RANGES
AlertsOn =true;
DashboardOn = true; DISPLAY THE DASHBOARD
LinesOnCharts = true; DISPLAY THE TARGETS AND STOP LOSS
LinesLength = 50; SET THE LENGTH OF THE TARGETS AND STOP LOSS

