- Search Crypto Craft
- 424 Results (71 Threads, 353 Replies)
-
chimoong replied Aug 29, 2023Anyway, thanks BestTraderEv, I already have the answers. The MODE_TRADES really gives me the correct outputs.
I will code your EAs and Indicators for no charge
-
chimoong replied Aug 29, 2023Hi Gian, thanks. In fact, the position of Alerts doesn't matter as the bOpTm, sOpTm, bOpPx and sOpPx should store the correct values respectively. A coder PMed me to give me the solution. The changes are pretty simple, from the original :- ...
Need Help from Coders: Get Open Order Info from a Loop
-
chimoong replied Aug 29, 2023Hi BestTraderEv, thanks. In fact, the position of Alerts doesn't matter as the bOpTm, sOpTm, bOpPx and sOpPx should store the correct values respectively. A coder PMed me to give me the solution. The changes are pretty simple, from the original :- ...
I will code your EAs and Indicators for no charge
-
chimoong replied Aug 28, 2023Hi BestTraderEv, I ran your codes and created 2 alerts as follows :- for(int i=OrdersTotal()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS) && OrderSymbol()==symbol) { if(OrderMagicNumber()==mnBUY) { bOpTm=OrderOpenTime(); bOpPx=OrderOpenPrice();} ...
I will code your EAs and Indicators for no charge
-
chimoong replied Aug 28, 2023Hi Gian, I ran your codes and created 2 alerts as follows :- for(int i=OrdersTotal()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS) && OrderSymbol()==symbol) { if(OrderMagicNumber()==mnBUY) { bOpTm=OrderOpenTime(); bOpPx=OrderOpenPrice();} ...
Need Help from Coders: Get Open Order Info from a Loop
-
chimoong replied Aug 26, 2023Hi Gian, thanks, I'll test your quotes on next Monday.
Need Help from Coders: Get Open Order Info from a Loop
-
chimoong replied Aug 26, 2023Thanks BestTraderEv, is warning free now, let me test your codes on Monday.
I will code your EAs and Indicators for no charge
-
chimoong replied Aug 26, 2023Hi Gian, thanks for your reply. FYI, in my MT4's "Trade" tab, there are many open trades for different symbols but all the BUY trades are standardly assigned with mnBUY magic number and all the SELL trades are standardly assigned with mnSEL magic ...
Need Help from Coders: Get Open Order Info from a Loop
-
chimoong replied Aug 26, 2023Hi coders, I'm a beginner, please help as I do not know the correct way to code. I would like to get below Open Trades info from a loop :- 1) OrderOpenTime() of BUY open order, i.e. bOpTm 2) OrderOpenTime() of SELL open order, i.e. sOpTm 3) ...
I will code your EAs and Indicators for no charge
-
Need Help from Coders: Get Open Order Info from a Loop
Started Aug 26, 2023|Platform Tech|9 replies
Hi coders, I'm a beginner, please help as I do not know the correct way to code. I would like ...
-
chimoong replied May 20, 2023I think you have posted into a wrong thread, haha. Unfortunately, I do not have programming background, I can't help you. My apology.
Need Help from Coders: Get Shift of Last Day of Current Month
-
chimoong replied May 20, 2023Thanks for your response. I need the last day's shift of the current month (bar0). I do understand the difficulty for holidays, weekend and leap month (Feb).
I will code your EAs and Indicators for no charge
-
chimoong replied May 20, 2023Thanks for your response. What I need is the current month (bar0) but not the previous month(s).
I will code your EAs and Indicators for no charge
-
chimoong replied May 19, 2023Hi Coders. I have the following two lines of simple codes to get the shift of the 1st day of current month :- int startD0Sf=iBarShift(Symbol(),1440,iTime(Symbol(),43200,0),true); if(startD0Sf==-1) ...
I will code your EAs and Indicators for no charge
-
chimoong replied May 18, 2023Hi ForexStats, thanks for your response. Shift is an integer value by default, therefore has to use int. FYI, I need mql4 codes.
Need Help from Coders: Get Shift of Last Day of Current Month
-
Need Help from Coders: Get Shift of Last Day of Current Month
Started May 18, 2023|Platform Tech|4 replies
Hi Coders. I have the following two lines of simple codes to get the shift of the 1st day of ...
-
chimoong replied Dec 11, 2022Hi BestTraderEv, I managed to get the output of index finally, just because I do not know where to put the curly brackets { or } in the right place. However, the only problem : the index shift is standardised throughout whole loop, only one figure, ...
I will code your EAs and Indicators for no charge
-
chimoong replied Dec 11, 2022Hi BestTraderEv, anyway, thanks for everything for your initial stage of helps. I'm still struggling by myself ...
I will code your EAs and Indicators for no charge
-
chimoong replied Dec 11, 2022Hi BestTraderEv, sorry to hear that you have a feeling that I have intention to trick you, but my answer is "no". Honestly, I was trying my very best, tried hundred of different ways of coding but yet failed to get the desired output (the "strSf") ...
I will code your EAs and Indicators for no charge
-
chimoong replied Dec 11, 2022Thanks BestTraderEv. Yes, is true that I have no clue what to do as I'm just a very beginner in coding world, learning now. I desperately need your help ... I copied the FileWrite codes into the script and I presume that the index is the "strSf" ...
I will code your EAs and Indicators for no charge