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