• Information
3 years
experience
60
products
28
demo versions
0
jobs
0
signals
0
subscribers
Hong Ling Mu Published product
Reviews: 3
FREE

Welcome to Gold Bloom World! This forex robot, "Gold Bloom," is made for gold lovers around the world. The entry logic is sophisticated for the XAUUSD forex pair. The robot monitors the previous day's candle pattern and places a pending order in one direction. Take profit is determined by a trailing stop, while the stop loss is placed automatically based on the previous candle's price. Simple input Just enter initial lot size and set trailing stop.(points) For XAUUSD , please input points value

Hong Ling Mu Published product
Reviews: 1
FREE

Based on my original trading strategy, it appears that this EA is programmed to use technical analysis to identify an inside candle pattern in the current candle and wait for a breakout in either direction. If the price breaks out higher, the EA will place a buy order, and if it breaks out lower, the EA will place a sell order. The take profit and stop loss levels are set at 50 pips each. Additionally, using a martingale strategy, which involves increasing the lot size after a losing trade, can

Hong Ling Mu Published product

50.00 USD

Thank you for seeing this information about the Forex Robot Matsuwa. It appears that the robot's main trading logic is based on analyzing the price gap between the current price and the price of the candlesticks that have passed over a specified barback period. Based on this analysis, the robot determines the future price trend and makes either a BUY or SELL order when the price gap reaches a certain intensity value. The EA template seems to have several functions, including Grid entry

Hong Ling Mu
Hong Ling Mu
NEW EA FOR FREE
Hong Ling Mu
Hong Ling Mu
The image of ryodate
Hong Ling Mu Published product

Forex Robot BOBOB This EA forex robot concept is based on Market range value. EA check the certain range (highest and lowest price) price  and if the price break that level, then EA will place the order in reversal. Also the entry is judged based on Market trend directions. EA can be run in any pairs but most of time, the major pair is desired. Time frame is longer is better but short time frame such as M15 is possible. EA default set is already optimized ,  so you can just run EA with

Hong Ling Mu
Added topic How to use MathPow function
Hi, I am happy if you can tell me about exponent . Value = 2^3 = 2x2x2=8 Below is the code double Value = MathPow ( 2.0 , 3.0 ); But I want to know below. How can I know x=3  with mql4 code
Hong Ling Mu
Added topic I want place an order at the beginning of a new candle in Renko chart.
I am testing some order code in Renko chart. What I want is to place an order at the beginning of a new candle. In normal chart it is OK, but when I use Renko chart. I observed many entry on the same candle. Do you have any solutions ? if
Hong Ling Mu
Added topic How to count 30sec after bool flag=true
Hi, I just want to ask for your useful idea. If flag becomes true, I just want to count 30sec, After 30sec, then I want to delete object. I tried to use Sleep (30000), but this sleep time stop other program in EA, so I don't want to use it. Do you
Hong Ling Mu
Hong Ling Mu
yes yes yes
Hong Ling Mu
Hong Ling Mu
ok now. Nanpin is stable
Hong Ling Mu
Added topic I just want to know how to recognize the rectangle object.
I just want to know how to recognize the rectangle object is on the current bar. Is it possible to know the rectangle is overlapping on the current or previous bar? This is to use buy and sell entry signal