• 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 :)

Recent content by ganstgi

  1. ganstgi

    Suggestion Exit strategy when losing trades

    Money Management made for consistency. There's no consistency on Over bought, Over sold, divergence, bull cross & bear cross.
  2. ganstgi

    Suggestion Exit strategy when losing trades

    Yeah, maybe It's because don't know how to use MACD. Any Exit strategy can be good depend how well we understand how it work. Happy trading ! :ok:
  3. ganstgi

    Suggestion Exit strategy when losing trades

    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.
  4. ganstgi

    Suggestion Exit strategy when losing trades

    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...
  5. ganstgi

    Answered Kenapa Strategi Exit-nya gak di eksekusi

    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() !=...
  6. ganstgi

    Suggestion I will make a Free EA with your Indicator

    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...
  7. ganstgi

    Suggestion Perkenalkan Diri Agan Disini

    Hallo, salam kenal & sukses selalu...:ok: **PS: Mencari partner trader yg tinggal di Jakarta untuk membangun profitable EA bersama
  8. ganstgi

    Suggestion Exit strategy when losing trades

    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...
Back
Top