- Search Crypto Craft
- 100 Results (12 Threads, 88 Replies)
- Omniferum replied Jan 14, 2009
The only alert indicators I can find in the THV V2 is when coral changes color and when trix crosses. The only one that paints any arrow is the Coral. My indicator paints an arrow when the above criteria are met which are the VITAL criteria ...
THV system, final edition
- Omniferum replied Jan 14, 2009
Well i've scoured through some things and am not getting any clarification beyond what I already understand. So without further ado here is the indicator, an alarm will pop up when the criteria is met. Keep in mind that the criteria might be ...
THV system, final edition
- Omniferum replied Jan 13, 2009
I'm coding an indicator for this system and I just wanted to double check the entry requirements. This is obviously for a long (buy) position T3 above coral (color doesn't seem to matter) Price Action (PA) above cloud BOTH Trix lines above 0 ...
THV system, final edition
- Omniferum replied Sep 26, 2008
Hah, all my coding I sorta learned from having the code for me and then working my way backwards. Examples work better for me than from scratch but thanks anyway for the suggestions guys. Will do waht I can

EA Primer anyone?
-
EA Primer anyone?
Started Sep 26, 2008|Platform Tech|5 repliesI've been teaching myself coding for the last few months, have writing custom indicators down ...
- Omniferum replied Sep 22, 2008
Well I would obviously declare the times in the broker equivalent (it's GMT) is there anyway I can just state something like day of week monday (time) until day of week friday (time)?
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 22, 2008
Thing is though is that I want to discontinue more than just a day also what is sunday for some pairs may be monday for others. Basically the sunday for the pair and the first 2 hours of the week is what I want to exclude. post 2 hours till friday ...
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 21, 2008
Joy, figured it out. hah, I tried the basic argument before this thread and it didn't work. Didn't work during either, however I put the code outside the i loop which is rather stupid. So it works like a charm now. Still needing the time thing ...
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 21, 2008
Well seeing as I have clarified myself can anyone please show what the iCustom argument for the UT_FAST would be? A standard one would be what was provided earlier in this thread but it doesn't work. Assistance pretty please?
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 21, 2008
I basically just want the iCustom to return the current value of a buffer so I can go "If it crosses this line or is this value or higher, check stochastic" then I have a signal. i.e. if the green line in UT_FAST goes from below to above 8 Just need ...
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 21, 2008
Well the data values from the indicators I believe are the following SetIndexStyle(0,DRAW_LINE,0,1); SetIndexBuffer(0,arr_global_76); SetIndexStyle(1,DRAW_LINE,0,1); SetIndexBuffer(1,arr_global_556); I know how to write a valid iCustom argument, the ...
iCustom and Time (2 unrelated queries)
- Omniferum replied Sep 21, 2008
Forgot the other indicator required for the Ultra Trend RSI
iCustom and Time (2 unrelated queries)
-
iCustom and Time (2 unrelated queries)
Started Sep 21, 2008|Platform Tech|16 repliesASSISTANCE FOR EITHER ONE WOULD BE GREATLY APPRECIATED iCustom Query I have an Ultra Trend ...
- Omniferum replied Sep 20, 2008
He's pointing out the obvious and a sentiment that most people agree with, backtesting with metatrader proves very little.
I Have A Grail, But Need A Pros To Help
- Omniferum replied Sep 20, 2008
So I assume this is a scalping saddle system, what I can interpret from you though is that it just uses incremental lots. To be honest i've never understood people thinking that their broker is out to get them personally, to move their numbers as ...
I Have A Grail, But Need A Pros To Help
- Omniferum replied Sep 20, 2008
Ah, to sort of nail something on the head... Excessive usage of exclamation points and using bold text as a precursor to it makes it sound like you are a used car salesmen. Not a judgment, it just reads that way to me. Sort of like an internet ad or ...
I Have A Grail, But Need A Pros To Help
- Omniferum replied Sep 20, 2008
I'm not entirely sure what backtesting will tickle in terms of people's fancy, no offense but with the number of people claiming the same thing over and over until someone actually sees and forward tests it will they pay much attention to it without ...
I Have A Grail, But Need A Pros To Help
- Omniferum replied Sep 17, 2008
It's ok I sorted it out, pasted new code in a silly place. All good
Thanks again chandra I actually understand the ibarshift, only ever need an example to learn stuff Now all I need to get is the iCustom down pat for this one Ultra Trend ...What am I doing wrong? (Simple Stochastic value problem)
- Omniferum replied Sep 17, 2008
Um, apparently if I use the 30m timeshifted stochastics the returned values are correct but I only get buy signals. If I use the 60m then I only get sell signals but the values are wrong. Those are both with 0 timeframe stochastic and on their own ...
What am I doing wrong? (Simple Stochastic value problem)