Thank you so much miro. You are great.
Thank you. ...
Thank you so much miro. You are great.
Thank you. ...
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.
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
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.
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?
Hi admin,
It's not fixed.
Thanks
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.
Hi Miro,
I tried to make this for a week. You are great coder.
Thank you very very very much...

Hi miro,
I mean this project Description under the Options Menu.
Thanks.
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.
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.