fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. mpantogi
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by mpantogi

    • Critical Error,array out of range

      Hello ,i need some help please.
      After i put the formula block in my Ea i get this error0_1508150154724_error.jpg
      Here is an example of a partition of my code: 0_1508150203669_WTF.jpg

      What i want to do is,to put in Variable TrailStopBuy the value 80% of the Take-Profit.
      In the main EA there is not fixed pips on Buy now,i putted here to be more simple.

      Thank you

      posted in Questions & Answers
      M
      mpantogi
    • RE: Condition not triggered

      @Andermaiden2nd What i wanted to do is to run the modify order only if trailing stop not trigerred.
      I think i found a way to do that:
      0_1508093749881_Untitled.jpg
      The buyStop is an other variable which i have it in my main Ea

      Thank you

      posted in Questions & Answers
      M
      mpantogi
    • Condition not triggered

      Hello,

      Can someone tell me if i can do that:
      I want to modify stops only if trailing Stop not Triggered.0_1507897852699_Χωρίς τίτλο.jpg

      How can i do that?

      Thank you

      posted in Questions & Answers
      M
      mpantogi
    • RE: DateTime Variables compare

      @fxDreema

      Here is what i want to do :
      The condition before Buy Now i want to save in a variable the current time ,it should be something like this the value 2017.09.18 20:30
      Then the condition before the close trade to check if that Variable is lower the Time Value in object on chart ,which i get from a costum indicator.
      You can see the first picture which i have uploaded ,to see the parameters of the object on chart.

      That i was trying to do ,what should i change to make it right?

      posted in Questions & Answers
      M
      mpantogi
    • DateTime Variables compare

      Hello,

      I have a indicator which give me some objects on the chart.I want to check the Time parameter from the object with my datetime variable.
      See the pics to understand.Is that right?The conditions will give me the right results?Should i do something else?Please help.1_1507385392363_Untitled2.jpg 0_1507386087341_Untitled.jpg

      posted in Questions & Answers
      M
      mpantogi
    • RE: implicit conversion from 'number' to 'string'

      No doesn't works as before,
      In your way i get warnings like this0_1506361594188_Untitled.jpg
      but it looks to works well.

      Thank you

      posted in Questions & Answers
      M
      mpantogi
    • implicit conversion from 'number' to 'string'

      Hello,

      After i added this code in my Ea i get the error: implicit conversion from 'number' to 'string'1_1506164762248_Untitled2.jpg 0_1506164762248_Untitled.jpg

      I want to check for the currency which is opened on the chart and give some prices to a and b variables.
      Help please!!!

      posted in Questions & Answers
      M
      mpantogi
    • Multiple Timeframe

      Hello,
      As i know i can with fxdreema to check for indicator prices for example in timeframe 15 min and 4 hour, but my ea will be added on 1 hour timeframe.
      For this , should i have opened the other timeframes charts for the currency or this doesn't matter

      Regards

      posted in Questions & Answers
      M
      mpantogi
    • RE: Time Bomb Job

      ok,sorry for minutes i mean seconds.
      So if the price raise 5 pips in 20 seconds then it will wait 30 seconds or in 20 seconds it will be true and Buy now?

      posted in Questions & Answers
      M
      mpantogi
    • Time Bomb Job

      Hello i would like to know if with that block gives me the right result 0_1504956085411_1.jpg

      I want when the condition is true and the price raise 5 pips in 30 minutes to buy now.The time to wait it is the max time.If the price raise 5 pips in 5 minutes then Buy now too,if the price doesn't raise 5 pips in max 30 minutes don't buy now.

      Is that the right way to do that?

      posted in Questions & Answers
      M
      mpantogi
    • RE: Set Current Market Mode

      Thank you @mohammad2232

      posted in Questions & Answers
      M
      mpantogi
    • Set Current Market Mode

      Hello,

      I want to check for no trade on the currency which is running the EA.

      Can i do it with this? 0_1504890477709_4.jpg
      I see on Market mode has any market and i want only to check for the current currency.
      Also it has the specific Market,but i don't know what currency it is.

      How can i do that?Please help

      posted in Questions & Answers
      M
      mpantogi
    • Variables Value

      Hello,

      do you know if the variable can have as input something like that?
      0_1504890091649_3.jpg

      If not,how can i do that?

      Thank you!

      posted in Questions & Answers
      M
      mpantogi
    • Sell stop take price from a variable

      Hello ,i have a variable MyStopLoss which i give it prices according some conditions on Mql4 custom code.
      Then when i Buy now ,how can i set the stoploss=MystopLoss,which i have calculated before.

      Thank you

      posted in Questions & Answers
      M
      mpantogi
    • How to check future candle prices

      Hello,

      I need some help Please.
      I have some conditions ,if there are true i need my ea wait and check if the next,or two,three candles later the price it will be up than the current price(which the condition are true),then buy now.It will be very easy with candle Id, but as i know i can't put negative prices.Is any easy way to do it with fxdreema or should i code custom mql4 code?

      posted in Questions & Answers
      M
      mpantogi
    • RE: How to add StopLoss using custom indicator Prices

      Ok, so let's say that i write the code in the custom block,which i want to return me the variable b = stopLoss.

      1.In the BUY NOW/SELL NOW i have that options No Stop-loss,Fixed pips, % of take - profit, custom(price level), custom(pips), custom(price fraction).How can i use variable b as stopLoss?

      2.Also the trendline objects in my chart D-hi, D-low ,D-open, D- PP, D- R1, D-R2, D-R3, D-S1, D-S2, D-S3 have specific prices,but there are no static,may change day to day.Writing only the nameS should read the prices which they have or should i do something more?

      posted in Questions & Answers
      M
      mpantogi
    • How to add StopLoss using custom indicator Prices

      Hello,

      I am newbie here and i have few days start using fxDeema to create my EA.

      This is the most difficult part for my EA i thing.They way to calculate my stop loss

      I have a custom indicator which gives me that trendlines objects on the chart.D-hi, D-low ,D-open, D- PP, D- R1, D-R2, D-R3, D-S1, D-S2, D-S3(PIVOT POINT lines).

      I need two variables, a and b.

      If cur. is EUY/USD a=80,if cur. is EUR/YEN a=100....... if cur. is GBP/CHF a =60

      If current_Price - D-PP > a
      { b= current_Price - D-PP + 10)
      else If current_Price - D-R2 > a
      { b= current_Price - D-PP + 10).......
      .....else if current_Price - D-S2 > a
      { b= current_Price - D-S2+ 10)
      

      On BUY NOW make stopLoss=b

      I will appreciate any help.

      posted in Questions & Answers
      M
      mpantogi
    • 1
    • 2
    • 2 / 2