ALI AMRIOUI
- Information
3 years
experience
|
0
products
|
0
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
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
: