Mohammad Hanif Ansari / プロファイル
- 情報
|
10+ 年
経験
|
5
製品
|
212
デモバージョン
|
|
49
ジョブ
|
0
シグナル
|
0
購読者
|
There are total of 11 bullish candlestick patterns and 11 bearish candlestick pattern and 4 different types of indecision bar. Bullish formations Bullish 3 method formation Bullish Engulfing bar Bullish Harami Bullish Separating line Bullish long lower shadow Morning star Morning Doji star Three white soldiers Rising window Piercing line Tweezer tops (MINOR) Bearish formations Bearish 3 method formation Bearish engulfing Bearish Harami Bearish long lower shadow Bearish Separating Lines Evening
StepUp Martingale EA is a fully automatic Expert Advisor developed for Forex trading. Expert Advisor is suitable for all types of accounts and irrespective of spread. The EA unsupervised during news release and other market condition. Even during interruption of trade due to VPS reset, network issue, etc., the EA will always detect open orders once these conditions are rectified. The EA always uses Take Profit hence it is less sensitive to the speed of a broker. Preferred currency pair is NZDUSD
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

