- Search Metals Mine
-
paulselvan replied Jun 15, 2019try this ea when market opens
Need EA that deletes all pending when equity below x value
-
paulselvan replied Jun 14, 2019In case it doesn't need to know how many orders still open , TotalOpenOrders() can be replaced by IsOrderStillOpen() (which use MagicNumber and break is replaced by continue to check further orders) bool IsOrderStillOpen(){ for(int order = 0; order ...
Want code reviewed and point out my mistakes
-
paulselvan replied Jun 12, 2019hello will can you explain why you break from sub-routine TotalOpenOrders() , if it encounters error int TotalOpenOrders() { int total_orders = 0; for(int order = 0; order < OrdersTotal(); order++) { ...
Want code reviewed and point out my mistakes
-
paulselvan replied May 28, 2019MFI is simple to interpret -------------------- Let's say MFI is under 20 - that's mean the market is oversold : may be good time to buy. 1) you are sure of the market : buy while market is oversold (<20) 2) you are careful : wait to buy until MFI ...
How to create EAs with this setting?
-
paulselvan replied May 28, 2019Let's say R1 and R2 these two rules ------------------------------------- What is the interface between them : >Both must be fulfilled : R1 AND R2 >One of these condition is sufficient : R1 OR R2 ------------------------ What kind of order to open : ...
How to create EAs with this setting?
-
paulselvan replied May 21, 2019may be it will need some fine tunnig - because many sub-routines are modified
Unique "Timing" EA (need help)
-
paulselvan replied May 20, 2019"rsi touch" rules are known : And what are the rules for "rsi crossover or crossdown" :give examples for them
Unique "Timing" EA (need help)
-
paulselvan replied May 20, 2019how many inputs do you want give examples for each
Unique "Timing" EA (need help)
-
paulselvan replied May 19, 2019your codes are surely accurate solution to @macau problem
Closing Last Order
-
paulselvan replied May 19, 2019@xmess7 isnt it : if(!OrderSelect(x, SELECT_BY_POS)) continue; //if no order go to next order
Closing Last Order
-
paulselvan replied May 18, 2019try this change: //--- Chikou Span //pos=0; //if(prev_calculated>1) // pos=prev_calculated-1; //for(i=pos; i<rates_total; i++) //ExtChikouBuffer[i]=close[i]; ExtChikouBuffer[rates_total-1]=close[rates_total-1]; //---
Help Changing My Ichimoku Indicator
-
paulselvan replied May 17, 2019There are too much variables to analyse ,so attach the full mq4 file
Closing Last Order
-
paulselvan replied May 17, 2019Get the link between time in m1 to the corresponding bar in m5. Then test RSI for this bar in m5 datetime time_m1 = iTime(_Symbol,PERIOD_M1, 0); int bar_m5 = iBarShift(_Symbol,PERIOD_M5, time_m1); double rsi_m5= ...
Different way to code MTF indicators
-
paulselvan replied May 17, 2019there are 2 ways to resolve it : //CloseLastBuy ------------------------------------------------------------------------------- int CloseLastBuy(){ int i_ticket = OrdersTotal()-1; if (i_ticket > -1 && OrderSelect (i_ticket, SELECT_BY_POS)){ ...
Closing Last Order
-
paulselvan replied Apr 30, 2019vedic astrolgy & temples video
Planetary cycles, astrological theory of cycles of the markets