Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
This is why I use Quantitative approach , rather than Indicators as Exit strategy.
Using indicator as Entry signal is okay, but as Exit signals Indicators lead us to exit too soon or too late.
Since most indicators (except Pattern indicators) are derivative indicator from Moving Average, (include the one you use MACD), they all carry biggest Moving Average problem which is Lagging.
For those reason, using Indicator as Exit strategy/signals would give double problem.
(as we already...
Alternatif sequece Close Order nya bisa dibuat seperti ini :
void CloseOrder_Sell()
{
int orderstotal = OrdersTotal();
int orders = 0;
int ordticket[30][2]={0};
for (int i = 0; i < orderstotal; i++)
{
if(OrderSelect(i, SELECT_BY_POS, MODE_TRADES)==true)
{
if (OrderType() !=...
Hi, I am using Blessing EA too and I can add some coding options on Blessing EA.
But... the additional feature you want "Once a trade is in profit it can put a trailing stop and create an another trade in same direction" is already provide on original Blessing EA you have.
Use this options...
Based on good indicators won't give bad signal 5 in a rows, I use two steps handling bad trades.
1. Open Average position on Daily Range, "get out" when hit Break Even level.
2. When the Average position FAIL, use allowed part of Margin as last defense (I use 20% of Margin reserve).
When it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.