fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. papaprabu
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 44
    • Best 0
    • Controversial 0
    • Groups 0

    papaprabu

    @papaprabu

    0
    Reputation
    723
    Profile views
    44
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    papaprabu Unfollow Follow

    Latest posts made by papaprabu

    • RE: could not find the right buffer on my custom indicator

      __Well, I don't have that particular indicator in my /Indicators. But you can always check each buffer with "Trace". If something doesn't look as expected, try with to set Candle ID to 1 (some indicators don't draw anything for the current candle)[/quote:11qsg6pz]

      here is the indicator

      ......
      HeikenAshiZoneTrade.mq4

      posted in Questions & Answers
      P
      papaprabu
    • RE: could not find the right buffer on my custom indicator

      dear fx dreema.

      i try to find the right output buffer to make open opisiton either buy or sell

      custom indicator : heikenAshiTradeZone
      blue - buy
      red - sell
      grey - no trade

      candle id : 1

      but still cann't find the right one. it keep open double position buy and sell
      please help if you could show me

      http://image.prntscr.com/image/ea34aa0fb4b143ca93ae5159ce74b856.png

      here is the trial
      https://fxdreema.com/shared/dFA1XHh7d

      posted in Questions & Answers
      P
      papaprabu
    • RE: help me turn this system into ea

      i wonder if anyone can help to make this into ea

      https://youtu.be/S8E3xtR2omA

      posted in Questions & Answers
      P
      papaprabu
    • RE: open order when price move x pips away from indicator

      case closed.. thanks.

      i need to read more hehe

      posted in Questions & Answers
      P
      papaprabu
    • RE: I want to abandon the Local version, is this too bad?

      both online /local version is fine

      since we get this software free, so it is always ok if fxdreema have the copy of our project in return.

      thanks anyway fxdreema for providing us this excelent soft
      keep up the good work.. we are really thanksfull

      posted in Questions & Answers
      P
      papaprabu
    • RE: open order/close trade when price = indicator

      __Never use == to compare prices! If you use it, then there is a huge difference between prices 1.23456 and 1.23457 that otherwise looks very similar. Use anything else, but not == for price and indicator values.[/quote:2uqqkwqs]

      thanks for the xplanation 😁

      posted in Questions & Answers
      P
      papaprabu
    • RE: open order/close trade when price = indicator

      dear sir,

      first of all, thanks fxdreema is GREAT
      forgive me if there was previous thread has the same idea, make u answer again n again

      i was trying to make open order/close trade when bid/ask price reach/equal to indicator

      http://i.imgur.com/UEsNm5E.jpg

      i was trying to test first make open order when bid price reach the indicator, but somehow doesn't work.
      kindly need your advise
      https://fxdreema.com/shared/gtaow38cb

      http://i.imgur.com/1CKzAzF.jpg

      posted in Questions & Answers
      P
      papaprabu
    • RE: I want to create a simple EA

      __I want to know the uses of the
      on init
      on timer
      and all of them their uses. Can someone help me please[/quote:20wwk26b]

      ON INIT mean what will happen when the first time u put the ea on your chart
      ON TIMER mean what will happen when the timer set x right after u put the ea on your chart, let's say 60s, mean what will happen in the first 60s after u put the ea on your chart

      posted in Questions & Answers
      P
      papaprabu
    • RE: confuse with martiangle

      __Martingale is to double lot size after loss. Like this:

      Buy 0.1
      Loss => Buy 0.2 (2 x 0.1)
      Loss => Buy 0.4 (2 x 0.2)
      Win => Buy 0.1 (reset)

      Or Sell. Or Buy, then Sell. What matters is the lot size, which depends on profits/losses.

      When do you want to double lot size and when do you want to reset it?[/quote:3kai0bh4]

      ➡ logic trigger buy 0.1
      *then suddenly logic trigger opposite order
      ➡ no loss => sell 0.2 ( 2 x 0.1 )
      ➡ Win minimum $++ / 1 pips close all => let's say logic still trigger sell 0.1 ( reset )

      mean we want double the lot size when 2 different open order exist ( newest open order is different from last order ), keep double the lot size until close all on profit $++ or 1 pips minimum. then reset.

      very much thanks you for the help. i guess it's simple

      posted in Questions & Answers
      P
      papaprabu
    • RE: confuse with martiangle

      __There is a block "Buy now (Martingale)" which does the work with lots automatically. Well, it creates a new trade only if all trades are closed. Otherwise I will add "Martingale" as a money management option in "Buy now" and "Sell now" and I will hide this "Buy now (Martingale)" later... but for now it is there and will work.

      The other things... I can't understand very much 🙂

      Maybe something like this: https://fxdreema.com/shared/tCDFePZme I almost believe that i'm far away from your idea, but you can check this anyway.
      Also check "Check current unrealized profit" block, which checks the profit/loss from group of trades.[/quote:234l5yaq]

      very much thanks sir, ur help really appreciate 😎

      i already know from ur previous explanation that using buy/sell martiangle only works when all trades are closed. this is why i didn't use it/mention on the block.
      i need when there is 1 or more BUY still floting mean not hit TP ( not closed yet )
      then logic trigger new opposite order, let's say SELL, i need this SELL and next SELL will be martiangle until total equity min $++ then close all
      after close all , back to default lot again anda so on.. loop like that.
      hope u get my mind 😉

      posted in Questions & Answers
      P
      papaprabu