fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. casper
    3. Posts
    C
    • Profile
    • Following 2
    • Followers 1
    • Topics 15
    • Posts 33
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by casper

    • How to Array Auto Fill?

      Hi,

      I tried to fill array automatically. But I can't do this.
      I want to record with array for example every 10 seconds bid price into last 10 minutes.

      I created this array (10 minutes = 60 piece 10 seconds): varbid[60]

      1)Once Per Second Blok : 10
      2)Custom MQL Blok:

      for(int a=0; a<60;a++)
      {
      varbid[a]=MarketInfo(Symbol(),MODE_BID);
      }

      I want to see difirance between varbid[60]- varbid[59] and varbid[59]-varbid[58] and so on....

      how can I do this?

      Thans for your help

      posted in Questions & Answers
      C
      casper
    • RE: Alert Message with symbol name

      0_1560461670903_Sembol.JPG 0_1560461680607_Modify Variables On Inıt Events.JPG

      posted in Questions & Answers
      C
      casper
    • RE: Alert Message with symbol name

      Hi,

      1)Create a string varilable like this = Sembol (string varilable name)
      2) Select "Modify Variable" block and modifiy "Sembol" variable with "Market Properties- Symbol Name" into İnit Section.
      3) Select "Alert Message" and select "Text Code İnput" and write exactly this code "Alert On "+Sembol+" into On Tick Section

      That"s it.

      posted in Questions & Answers
      C
      casper
    • Lowest or Highest Open/Close Price For (Candles Period)

      Hi Admin,

      There are lowest and highest price candles period's price level and candle time attirbute into Market Properties. So, can you add lowest/highest open and close price and candle time condiations for period of candles?

      For Ex: Lowest Open Price (Candles Period Candle Id 0 to 6)
      Highest Close Price (Candles Period Candle Id 1 to 5)

      Thanks?

      posted in Questions & Answers
      C
      casper
    • RE: Project Description Does Not Work!

      Hi admin,

      It's not fixed.

      Thanks

      posted in Questions & Answers
      C
      casper
    • RE: Modify pending order volume.

      Hi Juan,

      İt's simple. You must create double variables for buy stop order and sell stop order. Like this:

      varbuystopvol=0.10
      varSellstopvol=0.10

      use this variables into pending order bloks. After then ;

      Go to OnTrade Mod. and use Trade Created blok and set to filter "Sell" . and connect to "Modify Variable" blok and modify to varbuystopvol=0.05 (or what are you want?) (Also you can use Adjus parameter into this blok.)

      Have a nice day.

      posted in Questions & Answers
      C
      casper
    • RE: How to verifiable data type of edit field's variable?

      Hi Miro,

      I tried to make this for a week. You are great coder.

      Thank you very very very much...

      posted in Questions & Answers
      C
      casper
    • RE: Project Description Does Not Work!

      0_1547134586308_project.JPG

      Hi miro,

      I mean this project Description under the Options Menu.

      Thanks.

      posted in Questions & Answers
      C
      casper
    • How to verifiable data type of edit field's variable?

      Hi,

      I'm using draw edit field with double variable on my ea. When user modified field area how can I check this valid number or data type.
      So, see like this:

      Edit Field variable is = double varLot: 2.10
      User write Edit field area = abcd or 5,10 (using comma not point)

      How can I check edit field variable double or not? I tried MathIsValidNumber() function, but I can't do it.

      Thanks.

      posted in Questions & Answers
      C
      casper
    • Project Description Does Not Work!

      Hi,

      When I was click to project descripton I can't write any note description area. I tried chrome and firefox but impossible. Maybe this is bug.

      Thanks.

      posted in Questions & Answers
      C
      casper
    • What the advantage Visibilty Option "Hidden in the List" ?

      Hi,

      What the advantage Visibilty Option "Hidden in the List" when draw trendline and other objects. If I selected "Hidden in the List" , trenline not showing into Object List. I known this. Is this option for hide my trendline from to broker? Or another thing?

      Thanks.

      posted in Questions & Answers
      C
      casper
    • RE: How to check the last closed trade is closed by Stop loss?

      https://fxdreema.com/forum/topic/4246/example-for-each-trade

      This link is very useful and provided by great coder miro. I hope so I helped to you.

      posted in Questions & Answers
      C
      casper
    • RE: How to check the last closed trade is closed by Stop loss?

      Hi san,

      Can you try "Trade Closed" blok "ON TRADE EVENT" section. You can find what you are looking for.

      Nice Day.

      posted in Questions & Answers
      C
      casper
    • RE: How to Flashing (or Blinking) Button?

      Thank you so much miro. You are great.

      Thank you. ...

      posted in Questions & Answers
      C
      casper
    • How to Flashing (or Blinking) Button?

      Hi,

      I drawed button colored red on init function. If button not pressed how can I flashing this button color to yellow and red again into milliseconds. So If I not pressed this button, button must be flashing red and yellow colors into one seconds or milliseconds.

      Thanks.

      posted in Questions & Answers
      C
      casper
    • RE: Swap

      @kipper

      You can use (in Loop) Pink function in condiotion blok.

      1. Select in loop
        2 Select Profit
        3 Select "As Money plus swap and commisson"
      posted in Questions & Answers
      C
      casper
    • RE: For Each Closed Trade Bug

      @miro1360

      Thanks miro that is my issue. Sorry about that.

      posted in Bug Reports
      C
      casper
    • Bucket Of Closed Trades Bug.

      Hi,

      I'm using Bucket of Closed Trades.
      If I opened 5 trade and closed 4; bucket of total trade = 1 (5-4) Bucket of Closed Trade Count = 4 (İt's ok.)
      If I opened 5 trade and closed 5; bucket of total trade= 0 Bucket of Closed Trade Count = 5. This is not true. Because there is no trade into bucket. Because of it must be 0 when no trade. Bucket of Closed Trade must be work only if trade count => (Greather Than or Equal to) 1 trade (likely other bucket of trades blok and bucket of pending orders.) But now Bucket of Closed Trade (All Attirbute) working likely Trade Statistics.

      posted in Bug Reports
      C
      casper
    • For Each Closed Trade Bug

      Hi,

      My ea working with group number. (10 Buy, 11 Sell, 20 Buy, 21 Sell). When I entered group number only 11,21 on For Each Closed Trade Group filter, It's work for all groups (10,11,20,21). So, Group filter does not working For Each Closed Trade.

      Thanks.

      posted in Bug Reports
      C
      casper
    • RE: How can I change the stop loss before I buy?

      @richard96816 0_1534009213096_yardim1.JPG

      posted in Questions & Answers
      C
      casper
    • 1
    • 2
    • 1 / 2