Hong Ling Mu
Hong Ling Mu
3.5 (38)
  • Bilgiler
1 yıl
deneyim
47
ürünler
20
demo sürümleri
0
işler
2
sinyaller
0
aboneler
MQ4 programmer konum:
Hong Ling Mu ürün yayınladı

I came up with an idea for an EA, so let's put it in English. Here's the logic: First, wait for a candlestick to touch either the upper or lower Bollinger Band. When it touches, don't enter immediately. For a SELL entry, wait for the price to touch the upper band, then if the closing price moves inside the upper band, initiate the SELL order. For a BUY entry, it's the opposite. The default number of orders to hold simultaneously is set to 5. In other words, all orders will close at a total

Hong Ling Mu
Hong Ling Mu
Good EA is to be good
Hong Ling Mu ürün yayınladı

30.00 USD

Here is the provided text with line breaks: This is the logic of a Forex EA. This EA is very unique. Normally, entries are made immediately based on overbought and oversold values ​​of the RSI indicator. However, this EA is different. It is slightly modified. It doesn't enter immediately once it becomes oversold. Instead, it waits a bit after oversold conditions to see a reversal before entering. The same theory applies to overbought conditions. After it becomes overbought, it waits a while to

Hong Ling Mu ürün yayınladı
İncelemeler: 1
50.00 USD

Introducing an Incredible EA! Witness its outstanding performance, particularly on XAUUSD with the H4 timeframe. This EA excels at identifying market trend angles. When it spots a significant angle, it swiftly enters a trade, maximizing profit potential. Rest assured, the default settings have been meticulously optimized for XAUUSD, ensuring optimal results. Get ready to elevate your trading experience and unlock new possibilities with this remarkable tool! <EA parameter input manual>

Hong Ling Mu ürün yayınladı
İncelemeler: 1
30.00 USD

In addition to understanding market trends and logic, surviving in the forex market requires a grasp of risk management, discipline, and a sound trading strategy. While the Grid EA you mentioned may offer a simplified approach, it's important to note that relying solely on grid trading without a deeper understanding of market dynamics and risk management could be risky. Grid trading strategies involve placing buy and sell orders at regular intervals or price levels, aiming to profit from market

Hong Ling Mu
Hong Ling Mu
Life is what you think
Hong Ling Mu
Hong Ling Mu
The Relative Strength Index (RSI) is a momentum oscillator that measures the speed and change of price movements. It was developed by J. Welles Wilder and introduced in his book "New Concepts in Technical Trading Systems" in 1978.
Hong Ling Mu
Hong Ling Mu
RSI (Relative Strength Index) is a technical indicator used to analyze price movements in financial markets. It measures the balance of bullish and bearish forces within a specific period, typically using a 14-day timeframe. RSI is represented on a scale from 0 to 100, where readings above 70 indicate overbought conditions and readings below 30 indicate oversold conditions. By using this indicator, traders can identify overbought and oversold conditions, helping to anticipate potential market reversals. Platforms like MT4 (MetaTrader 4) utilize RSI along with other technical indicators to analyze market trends and assist in making trading decisions.
Hong Ling Mu ürün yayınladı
İncelemeler: 2
FREE

EA_HigeTrend https://youtu.be/4vXUD_o4reA?si=u76-GyUh053-Ljou The Hige Trend Forex robot was specifically designed for the XAUUSD pair. XAUUSD typically exhibits high volatility and trendiness in the market. Following this rationale, the Expert Advisor (EA) will execute trades in accordance with the prevailing market trend. Once a clear trend is identified, the EA will initiate an order. The configuration is straightforward, involving Take Profit and Stop Loss with a trailing stop. However, it

Hong Ling Mu ürün yayınladı
İncelemeler: 1
FREE

Using an Expert Advisor (EA) solely based on MT4 CCI (Commodity Channel Index) offers several compelling advantages in automated trading. The CCI is a versatile indicator known for its ability to identify overbought and oversold conditions in the market. Here’s a detailed breakdown of its attractions: 1. **Simplicity and Focus:** Relying solely on CCI simplifies your trading strategy, allowing a focused approach. It’s centered on one indicator, making it easier to understand, implement, and

Hong Ling Mu
Hong Ling Mu
"A cute Japanese person is trading in the foreign exchange market."
Hong Ling Mu
Hong Ling Mu
"A cute Japanese person is trading in the foreign exchange market."
Hong Ling Mu
Hong Ling Mu
"A cute Japanese person is trading in the foreign exchange market."
Hong Ling Mu
Hong Ling Mu
"A cute Japanese person is trading in the foreign exchange market."
Hong Ling Mu
Hong Ling Mu
ObjectCreate("obj_name7a", OBJ_LABEL, 0, 0, 0);
ObjectSet("obj_name7a", OBJPROP_CORNER, CORNER);
ObjectSet("obj_name7a", OBJPROP_XDISTANCE, TXT_left_Margin2); // 左から30ピクセル
ObjectSet("obj_name7a", OBJPROP_YDISTANCE, 140); // 上から20ピクセル

ObjectCreate("obj_name77", OBJ_LABEL, 0, 0, 0);
ObjectSet("obj_name77", OBJPROP_CORNER, CORNER);
ObjectSet("obj_name77", OBJPROP_XDISTANCE, TXT_left_Margin); // 左から30ピクセル
ObjectSet("obj_name77", OBJPROP_YDISTANCE, 160); // 上から20ピクセル
ObjectCreate("obj_name77a", OBJ_LABEL, 0, 0, 0);
ObjectSet("obj_name77a", OBJPROP_CORNER, CORNER);
ObjectSet("obj_name77a", OBJPROP_XDISTANCE, TXT_left_Margin2); // 左から30ピクセル
ObjectSet("obj_name77a", OBJPROP_YDISTANCE, 160); // 上から20ピクセル
if(Use_News_Filter){
ObjectCreate("obj_name8", OBJ_LABEL, 0, 0, 0);
ObjectSet("obj_name8", OBJPROP_CORNER, 2);
ObjectSet("obj_name8", OBJPROP_XDISTANCE, TXT_left_Margin); // NEWS FILTER
ObjectSet("obj_name8", OBJPROP_YDISTANCE, 45);
ObjectCreate("obj_name9", OBJ_LABEL, 0, 0, 0);
ObjectSet("obj_name9", OBJPROP_CORNER, 2);
ObjectSet("obj_name9", OBJPROP_XDISTANCE, TXT_left_Margin); // NEWS FILTER
ObjectSet("obj_name9", OBJPROP_YDISTANCE, 30);
}
Hong Ling Mu
Hong Ling Mu
what is it ?
Hong Ling Mu ürün yayınladı

30.00 USD

Do you know about FVG candles? It's an EA designed to enter trades based on the relationship between three candlesticks. The EA sets TP at 50 pips and SL at 50 pips. If the trade hits the stop loss, it increases the next lot size aiming to recover losses. The logic behind it involves entering the market when the size of the second bar in the FVG pattern surpasses a certain value, which can be adjusted as needed. Here are the optimal pair and timeframe: Pair: EURUSD Timeframe: H1 (1-hour) This EA

Hong Ling Mu
Hong Ling Mu
It's stable. I recommend this EA.
Hong Ling Mu
Hong Ling Mu
Let's try to find a good currency pair.