help to add TIME FILTER
-
i have created EA using fxDreema. It open trade on CANDLE OPEN Price. Now i wish to add time filter. Please can someone help me. I am willing to pay for this service.
M.PALANI -
Well, adding time filters is not that hard. It depends on what you want, there are blocks to filter by hours, minutes, seconds, days...
-
__Well, adding time filters is not that hard. It depends on what you want, there are blocks to filter by hours, minutes, seconds, days...[/quote:n3uv253k]
Hi,
Thanks! I need only hours. I wish to open trade at DAY OPEN 0.00. i will be greatfull if you can help me. please see the attachment sent via email. -
__Well, adding time filters is not that hard. It depends on what you want, there are blocks to filter by hours, minutes, seconds, days...[/quote:2niyvu3x]
hi,
EA currently open buy/sell orders on every candle bar open. I want this EA to start trading from a fixed time say 0.00. that means from 0.00 (day open) it can continue opening trades on every candle bar open price.
Please help me.
M.PALANI -
And what time filters did you tried?
-
__And what time filters did you tried?[/quote:3mttzryg]
sorry, i have not tried any time filter, i dont know
-
-
__http://prntscr.com/6iltc2[/quote:11v1ohdo]
i have confused you. I want to add trading hours to this EA. it means, it must start trading at a fixed hour
-
The EA itself cannot be added and removed from the chart by itself. It can be added and while MT4 is on and there are ticks coming, it will work. It works because of ticks. So you can put some time filter on the top of "on Tick" to filter by time. This is so simple. Just try it!
-
__The EA itself cannot be added and removed from the chart by itself. It can be added and while MT4 is on and there are ticks coming, it will work. It works because of ticks. So you can put some time filter on the top of "on Tick" to filter by time. This is so simple. Just try it![/quote:jyx4fa58]
i will try now, plz wait
-
____The EA itself cannot be added and removed from the chart by itself. It can be added and while MT4 is on and there are ticks coming, it will work. It works because of ticks. So you can put some time filter on the top of "on Tick" to filter by time. This is so simple. Just try it![/quote:33dnogif]
i will try now, plz wait[/quote:33dnogif]
I dont know to add time, can u please help me
-
Are you kidding? Just double click on the block and all the settings are in there. You are not even someone new. Time filters are one of the simplest blocks to understand - they pass when the time is between two times (start time and end time), both defined in the block.
-
__Are you kidding? Just double click on the block and all the settings are in there. You are not even someone new. Time filters are one of the simplest blocks to understand - they pass when the time is between two times (start time and end time), both defined in the block.[/quote:19u5bk1e]
i failed to do it. Can u PLEASE PLEASE do this for me??
-
-
__https://fxdreema.com/shared/qJV4v79Jc[/quote:1zb7lght]
finally i failed to add time to the EA, please see my email and add time. Thanks
-
____https://fxdreema.com/shared/qJV4v79Jc[/quote:1882zxyz]
finally i failed to add time to the EA, please see my email and add time. Thanks[/quote:1882zxyz]
PLEASE ADD TIME to my EA
-
What time, what EA?
-
If you expect some setting somewhere... no, there is no setting. I already said that multiple times, I will say it again - you can use a block to filter the time under "on Tick". There are multiple blocks that can be used for that, all in light-green color. And I posted an example. Sorry, I can't help more.
-
i see many text like this and get confused
SecondHoursBlock=true; // Second hours block
string SecondStartHour="12:00"; // Second start hour (from)
string SecondEndHour="20:00"; // Second end hour (to)
bool ThirdHoursBlock=false; // Third hours block
string ThirdStartHour="12:00"; // Third start hour (from)
string ThirdEndHour="18:00"; // Third end hour (to)
bool FourthHoursBlock=false; // Fourth hours block
string FourthStartHour="18:00"; // Fourth start hour (from)
string FourthEndHour="0