fxDreema

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

    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
    • RE: confuse with martiangle

      could you please help me to build block which works like this

      • BUY when "ular putih" indicator rise with sl & tp
      • SELL when "ular putih" indicator fall with sl & tp

      if there is Open Position not closed by TP/SL ( floting ) and then appear new Opposite Open position since logic change
      let's say there is 1 BUY still open
      then indicator FALL and ea open position 1 SELL
      i need this SELL and next will be martiangle ( let's say multiply lot 2x ) untill unrealized profit is min +1 pips / $++ then CLOSE ALL

      next SELL back to original default lot with tp & sl
      could you please help me, i kind a confuse try to buil not success..
      this is the block of the logic just need to add the martiangle features

      https://fxdreema.com/shared/Rl4ilbFhc

      posted in Questions & Answers
      P
      papaprabu
    • RE: REQUEST - condition block

      __Some day... :)[/quote:2dmfuu78]
      😆 😁

      posted in Questions & Answers
      P
      papaprabu
    • RE: REQUEST - condition block

      request for condition block

      would be better if goes like this hours filter block.
      http://i.imgur.com/C4wrlqk.png

      so that we could use more than 1 rule in 1 condition block

      sincerelyu yours

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

      __I don't understand the meaning of "OP" and "floting" 😏
      Martingale block opens a new trade only when there is no currently a running trade (all trades are closed) and the lot size depends on the last one that was closed. If the last one was profitable - it opens new trade with minimum lot size. If the last one was losable - it opens new trade with 2x the lot size of that closed trade.
      Grand martingale is martingale where it doubles and also adds fixed amount of lots. Custom martingale is a block with more options where you can edit many settings. By default Custom martingale is set up in the same way as the regular Martingale block.
      1-3-2-6 is just another betting system... better read it's description 🙂 What is different is the lot size that is taken.[/quote:399juuta]

      OP [ Open Position ]
      Floting [ unrealized profit/loss ] mean Open Order
      ogh ic so martiangle block only work when there is no Open/running Order got it.

      1. is there any clue how to do averaging martiangle. let's say
        signal BUY - Open Order 1 BUY at 1.3100 then price go down
        and signal change DOWN - Open Order 2 SELL at 1.3080 & at the same time, do averaging martiangle for Order 1 we Open order 2 BUY lot double and close all Buy Order when min ++. like that and same thing happen at the nes\xt Open Order.
      posted in Questions & Answers
      P
      papaprabu
    • RE: confuse with martiangle

      http://i.imgur.com/eSbpPGu.png

      i use indicator "ular putih"
      ular putih rise = buy
      ular putih fall = sell
      both with certain TP
      https://fxdreema.com/shared/VlT6Udj9b

      OP that didn't touch TP will be martiangle on the next opposite OP
      let's say multiply lot 2x of the total lot floting and close all when total unrealized profit min +1 pip

      1. i still cinfuse which block should i use ? could u please describe and give example by edit my block, to fulfill my purpose
      2. could you please describe the different of
        buy/sell now ( 1-3-2-6 )
        buy/sell (martiangle )
        buy/sell ( Grand marti )
        buy/sell ( custom martiangle )
      posted in Questions & Answers
      P
      papaprabu
    • RE: how to add comment such as

      i get ur point.. tq 😎

      posted in Questions & Answers
      P
      papaprabu
    • RE: OP when distance fulfilled

      i need Opend Order when distance between
      T3 clean & Ular putih is minimal 5 pisp let's say
      http://i.imgur.com/x0rW4DK.png

      thsi my fx dreema block, please kindly check it where is my false coz no OP occur..
      https://fxdreema.com/shared/1XZjb9Ynd

      posted in Questions & Answers
      P
      papaprabu
    • RE: how to add comment such as

      __There is a block "Comment on chart" that allows up to 20 rows of data to be displayed. Otherwise if you know a little bit of MQL, the native Comment() function can be used. But I think that there are indicators that can show such an information, and in better way. I'm not sure, but there was something in the custom indicators that comes with MT.[/quote:aytho6zn]

      what is MT ?

      did u mean i can put custom indicator on comment, let's say i have indicator that can show the comment i want, and i could put that custom indicator on block "comment on chart " is it like that ?

      posted in Questions & Answers
      P
      papaprabu
    • RE: how to add comment such as

      how to add comment on chart real time showing us;

      balance
      equity
      ROI (equity/balance x 100% )
      floting buy
      floting sell
      total floting
      lot open buy
      lot open sell
      total lot open

      posted in Questions & Answers
      P
      papaprabu
    • RE: Arbitrage

      ____dear fxdreema

      could you suggest us how to make an ea which will be put on 2 different mt4 broker
      in order to c the lag of price which one is faster / slower.
      based on this we will open order..
      usually called arbitrage technique

      just wondering..[/quote:1ittowd7]

      Hi. i know what you mean but i think for normal people is not posible we dont have so fast conect to forex world. And when you image the latency slipage and increase spread. its really no posible. The arbitrage have different meaning in forex world. its arbitrage between pair and not between brokers.[/quote:1ittowd7]

      arbitrage dive into 2 ( u can google it )
      1 of those is the latency arbitrage between broker.. there is also between pairs 😉
      i have tried between brokers, unfortunatley can't work on real account, onyl on demo

      posted in Questions & Answers
      P
      papaprabu
    • 1
    • 2
    • 3
    • 1 / 3