- Search Metals Mine
- 114 Results (24 Threads, 90 Replies)
- mtbb replied Jun 17, 2020
emmzett--- That is what i was trying to find out.. Thank You.... I was under the impression that each iCustom call would initiate a full running of the called indicator, vs just being able to call the buffers and get the data from them.. Nice to ...
way to get multiple buffer values with single iCustom call?
- mtbb replied Jun 9, 2020
That is what i am trying to do-- avoid recalculating the entire indicator for each buffer value im trying to get.. My indicator has 8 buffers... Id like to be able to get all 8 buffer values from ONE call of the indicator... Your function above ...
way to get multiple buffer values with single iCustom call?
- mtbb replied Jun 8, 2020
But arnt you calling the iCustom call 8 times (for 8 buffers)?... That is what im trying to avoid.... Id like to call the indicator 1x and retrieve all 8 buffer values with the one call....
way to get multiple buffer values with single iCustom call?
- mtbb replied Jun 7, 2020
Emmzett... So if i understand this right-----your solution would be to get multiple values from each buffer at one time... correct? So for buffer 0--i could get val1,val2,val3 all with one call... What im trying to do is just get the current value ...
way to get multiple buffer values with single iCustom call?
- mtbb replied May 9, 2020
Thanks MT7 .... seems like it would be a cool function for the mt4 boys to put in...
way to get multiple buffer values with single iCustom call?
-
way to get multiple buffer values with single iCustom call?
Started May 9, 2020|Platform Tech|23 repliesI have a indicator with 8 buffers... Is there a way to call the indicator with iCustom--- and ...
- mtbb replied Mar 24, 2020
Hi Yoges,acetrader Let me know if you still need to code this up. Happy to help. Feel free to pm me .
Please Help with coding a Trading System
- mtbb replied Jan 30, 2020
Sangui... instead of using a static number for your NormalizeDouble()-- try using "Digits".. This way it will adapt to whatever currency your using..
Simple Monday-Tuesday System (attached calculator)
- mtbb replied Jan 28, 2020
Sangui... I had just finished coding this up and saw your post lol... Code looks nice.. Thanks for sharing..
Simple Monday-Tuesday System (attached calculator)
- mtbb replied May 29, 2019
Hey Tony-- how are things? Staying away from the casino? Hope all is well-- we are on your team...
Central Banks & Big Players
- mtbb replied May 29, 2019
Kaylan.. Hows it going here?.. Are you still trading this system or did you move over to shf and work with hgi.. id love to chat with you about the hgi and your experience with it.. Not sure how to reach you-- but if you would like to chat-- just PM ...
Lazy trading
- mtbb replied May 17, 2019
Been checking back to see any updates from kaylan. If you would like to code your ideas into a ea to help back test--let me now kaylan... Happy to help .
Lazy trading
- mtbb replied May 2, 2019
Hi Harry.. Saw your pics so thought id help out and code up a EA that uses this strat so you can test it.. In the EA youll see there are 2 options.. you can place a trade or just have it put the lines on the chart... Or do both.. You can also adjust ...
Hooks and Ticks
- mtbb replied May 1, 2019
wow-- nice results Kaylan. How are you trading this? Looks like your using the -1 in the no lag... Are you using the rsi like as002 or just going off the color match of NL and color ma?... Im thinking this looks like a good candidate for a EA.. What ...
Lazy trading
- mtbb replied Apr 25, 2019
Hey Tony... Good job... I know its been a struggle.. But here you are-- doing it ..
Central Banks & Big Players
- mtbb replied Jan 8, 2019
If anyone has a few minutes-- id really appreciate the help.. Im looking to code a webrequest function in a DLL.. The webrequest would include a user and pass.. If the user and pass are correct the site returns a code.. I need that code.. Below is ...
I will code your EAs and Indicators for no charge
- mtbb replied Jan 4, 2019
HI redants.. I tried to pm you but didnt see the message button.. If your still looking to get your strat coded up-- message me-- im happy to help... Im very private -- so anything we talk about is kept just between us.. That was always a concern ...
I will code your EAs and Indicators for no charge
- mtbb replied Oct 8, 2018
So we are basically talking about 3 different systems here... Yes? Op = 1.30ema/on H4 chart 2. Follow trend ( so if price is above the ema we are only placing buys, and if price is below the ema- we are only placing sells) 3. We are basically ...
Simple H4 Mobile Trading System
- mtbb replied Sep 5, 2018
Ok... Will only call the minute function once.. I am surprised you cant compare if(x==(y || z ||w))do something;
How to compare a single value to multiple options?