Hong Ling Mu / Profile
- Information
|
4 years
experience
|
61
products
|
28
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
117
Requests
Outgoing
Hong Ling Mu
Remember, coding an EA requires not just programming skills but also a solid understanding of trading strategies and market dynamics. It's essential to thoroughly test your EA and continuously monitor its performance to ensure it's behaving as expected in live trading conditions.
Hong Ling Mu
Published product
This robot is equipped with trend-following logic. Specifically, it detects trends using the Parabolic Indicator and identifies when prices move significantly compared to normal fluctuations. You can input a desired number of pips (Price GAP pips) to determine at what price fluctuation the entry should occur. In case the trend reverses, all open orders will be closed. The number of simultaneous orders you can hold is customizable. Additionally, if you have multiple orders, they will all close
Hong Ling Mu
// 現在の価格よりも上にある最も近い短冊のオブジェクト名を表示
// Print("現在の価格よりも上にある最も近い短冊のオブジェクト名: ", nearest_above_rectangle);
// 現在の価格よりも下にある最も近い短冊のオブジェクト名を表示
// Print("現在の価格よりも下にある最も近い短冊のオブジェクト名: ", nearest_below_rectangle);
}
// Print("現在の価格よりも上にある最も近い短冊のオブジェクト名: ", nearest_above_rectangle);
// 現在の価格よりも下にある最も近い短冊のオブジェクト名を表示
// Print("現在の価格よりも下にある最も近い短冊のオブジェクト名: ", nearest_below_rectangle);
}
:
