- Search Crypto Craft
- 424 Results (71 Threads, 353 Replies)
-
chimoong replied Feb 7, 2024Hi BestTraderEv, based on the codes of your indicator (RSX+MA+fullSSA 1.01_alerts+arrows+SOV.mq4), I have been trying many times to code the arrows into my attached "Stochastic+ArrowSig.mq4" indicator's main-window, but I failed. Kindly open my ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 7, 2024Thanks for everything
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 4, 2024Hi Jean, thanks. - what's wrong with manually dropping a another stochastic indicator? As you know, I don't have programming background. I don't know whether you can recall, I asked you "what is array" and "how to use array" in MT4 for more than 1 ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 4, 2024Thanks BestTraderEv for your explanations.
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 4, 2024Hi Veter, thank you very much for your Stoch Indicator, although you version is merging 3 periods into 1 sub-window, the codes may be valuable to me, I would try to modify it to learn about coding (I don't have programming background) ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 3, 2024Thanks for everything and will check by tomorrow. Time to sleep.
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 3, 2024Thanks for your Indi and I'll check the codes by tomorrow. I just loaded the Indi into 3 symbols, I can see the line sub-window but I cannot see any Arrow on the candles, don't know where it goes wrong.
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 3, 2024I think, this is the limitation of mql4, does not allow ONE Indicator to draw two sub-windows (two indicator_separate_window). I have another question, would it be possible ONE Indicator to draw :- 1) 1 sub-window of Stochastic as abovementioned ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 3, 2024Nope, not joining the 2 sets of line graphs, but to separate into two sets of line graphs, 1st graph window with parameters of 5,3,3 and 2nd 1st graph window with with parameters of 7,5,5 (both window graphs are coded into a same indicator).
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 3, 2024In this chart, I loaded two times of a same Stochastic indicator on the chart, first with parameters of 5,3,3 and second with parameters of 7,5,5, the outputs are 2 sets of line graphs. Is it possible to modify the codes of the Stochastic indicator, ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 1, 2024Thanks George, means has to be in this way :- // User Input Variables int sTF1=1; int sTF2=5; int sTF3=15; int sTF4=60; int sTF5=240; int sTF6=1440; int sTF7=15; int sTF8=30; int sTF9=60; // Inside the body of a function block int TF[9] TF[0]=sTF1; ...
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 1, 2024Haha, tested, doesn't work

I will code your EAs and Indicators for no charge
-
chimoong replied Feb 1, 2024Thanks for your response. Sorry, I don't understand, how to write the "const int sTF1=1 ... " into the array int TF[9]={sTF1,sTF2,sTF3,sTF4,sTF5,sTF6,sTF7,sTF8,sTF9}; ?
I will code your EAs and Indicators for no charge
-
chimoong replied Feb 1, 2024int Array Issue Hi coders, hope you can help. I fully understand that the contents of an integer Array must be integer figures, no worry. I intend to have 9 types of TFs and will only need to control on the User Input Variables, any changes on the 9 ...
I will code your EAs and Indicators for no charge
-
int Array Issue
Started Feb 1, 2024|Platform Tech|3 replies
Hi coders, hope you can help. I fully understand that the contents of an integer Array must be ...
-
chimoong replied Jan 30, 2024Need Help on Array and Coding Mod Hi coders, I'm a beginner to learn coding and seeking for your kind help. There are 2 scripts attached here and you just test them on your chart, the output will pop up. I'm asking for your help on the Array2 script ...
I will code your EAs and Indicators for no charge
-
Need Help on Array and Coding Mod
Started Jan 30, 2024|Platform Tech|0 replies
Hi coders, I'm a beginner to learn coding and seeking for your kind help. There are 2 scripts ...
-
chimoong replied Jan 12, 2024Thanks XplosionKibo, I tried your codes just now, but failed. Could you please do me a favour to write a simple array script for me to test ? string Sym="EURJPY,AUDCHF,XAGUSD,CADJPY,GBPAUD,NZDUSD,XAUUSD"; // 7 Symbols string SymNum="5,1,2,2,4,3,3"; ...
I will code your EAs and Indicators for no charge
-
chimoong replied Jan 12, 2024Thanks, but the 1st line has a warning "variable 'Sym' not used", how to resolve it ? (I have not gone through other codes)
I will code your EAs and Indicators for no charge