fxDreema

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

    casper

    @casper

    New in autotrading.

    2
    Reputation
    974
    Profile views
    33
    Posts
    1
    Followers
    2
    Following
    Joined Last Online
    Location İstanbul / Turkey Age 47

    casper Unfollow Follow

    Best posts made by casper

    • RE: How to Flashing (or Blinking) Button?

      Thank you so much miro. You are great.

      Thank you. ...

      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

    Latest 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