Forum

modify news filter

i have EA newsfiler and this EA news filter stop trade before news .. i wana to modify this EA that can be open trade before news if some one have idea plz hlep #property copyright "Copyright © 2016 Tor" #property link " http://einvestor.ru/ " #property version "1.0" #property description

some one can help me plz about offset with WebRequest

i wana get GMT with WebRequest can some one plz help string Read_URL( string _url){ string cookie= NULL ; string headers= "" ; char post[]; char result[]; string TXT= "" ; _url = " https://www.worldtimeserver.com " ; ResetLastError (); //--- download html-pages int timeout= 5000 ; //--- timeout less

open trade at specific time

i wana open trade for exemple at 11:00:00 and 12:00:00 and 13:00:00 can some slove my expert plz #property version "1.00" #property strict #include <stdlib.mqh> #define MAGIC 94949449 enum TRADE_TYPE { BUY, SELL }; //--- input parameters input string TimeToOpen1= "11:15:00" ; input string

about news filter

//+------------------------------------------------------------------+ //| news.mq4 | //| Copyright © 2016 Tor | //| http://einvestor.ru |

difference between Tickstory and Tick Data Suite

Hi every one when i use Tickstory and Tick Data Suite in back test i have realy huge difference in the result even i use the same timeframe and the same servor (dukascopy) and the same expert advisor ..but i have big difference in the result can some one plz explain me why that

EA stop modification every miliscond

can some one tell me how can to stop modification evry miliscond for exemple if i open trade .. EA should stop to modify trade every miliscond what function i should use it

about order modify error 130

i have some times this message (order modify error 130) and even i use big stoploss input string EaName = "ATLAS" ; double priceNew1 ; extern double lot = 0.01 ; extern double TP = 0 ; extern double SL = 0 ; extern int MagicNumber1 = 1917 ; double MyPoint,sl,tp ; int Ticket,Decimal; color N =

help about OrderModify Error 1

i use ( bollinger bands) for modify SellStop .. and all time i have in the journal (OrderModify Error 1) some one can help me plz to slove it //+------------------------------------------------------------------+ //| ProjectName | //|

Sleep function problem

i wana build EA with Sleep() Function to delay 1 hour between each trades ..but i dont know why its dont work can somme one slove it plz?? if(LastClosed("CloseTime")==TimeCurrent() ) { Sleep(36000000); } //+------------------------------------------------------------------+ //|

ordermodify error 1

some one can plz help to (ordermodify error 1) //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2018, CompanyName | //| http://www.companyname.net | //+------------------------------------------------------------------+ double