ALI AMRIOUI
ALI AMRIOUI
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
ALI AMRIOUI
Added topic 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
ALI AMRIOUI
Added topic 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 (); //---
ALI AMRIOUI
Added topic 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 };
ALI AMRIOUI
Added topic about news filter
//+------------------------------------------------------------------+
ALI AMRIOUI
Added topic 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
ALI AMRIOUI
Added topic 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
ALI AMRIOUI
Added topic 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 =
ALI AMRIOUI
Added topic 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  //+------------------------------------------------------------------+
ALI AMRIOUI
Added topic 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()    ) {
ALI AMRIOUI
Added topic ordermodify error 1
some one can plz help to (ordermodify error 1) //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2018, CompanyName | //| http://www.companyname.net |
ALI AMRIOUI
Added topic how i can get the first ticket opned
double FirstOrderInfo(string Info,int type =-1) { for(int i =OrdersTotal() -1 ; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)) if(OrderSymbol()==Symbol() && OrderMagicNumber()==MagicNumber && (OrderType()==type
ALI AMRIOUI
Added topic about last order
can some one slove this cod plz about last order double LastOrderInfoSell( string Info, int type =- 1 ) {    for ( int i = OrdersTotal ()- 1 ; i>= 0 ;i--) {      if ( OrderSelect (i,SELECT_BY_POS,MODE_TRADES))
ALI AMRIOUI
Added topic modify pending order
con some one slove that ..  i wana modify pending order with  bollinger band double MyPoint; int OnInit ()   {    if ( Digits == 4 || Digits <= 2 )       MyPoint= Point ;    if
ALI AMRIOUI
Added topic plz help
some one can slove it why TralingStop and BreakEven dont work with sell strades      extern bool MON = true ; input string StartH1 = "03:00" ; input string EndH1 = "21:00" ; extern bool TUE = true ; input string StartH2 = "03:00"
ALI AMRIOUI
Added topic need to help about LowestCandle and HighestCandle
void OnTick() { double HighestCandle=High[iHighest(NULL,0,MODE_HIGH,144,9)]; double LowestCandle =Low[iLowest(NULL,0,MODE_LOW,144,9)]; double mcd1 = iMACD(NULL,0,12,26,9,PRICE_WEIGHTED,MODE_MAIN,1 ); double mcdL=
ALI AMRIOUI
Added topic need help about timefilter
extern bool MON = TRUE; input string StartH1 = "03:00" ; input string EndH1 = "21:00" ; extern bool TUE = TRUE; input string StartH2 = "03:00" ; input string EndH2 = "21:00" ; extern bool WED = TRUE; input string StartH3 = "03:00" ; input string
ALI AMRIOUI
Added topic time filter
i use ea with martingal and i wana using time filter just for FirstOrder no for other trades .. some onecan help me.. ****************************************** extern bool UseTimeFilter=true; extern bool MON = TRUE; extern bool TUE = TRUE; extern
ALI AMRIOUI
Registered at MQL5.community