- Search Crypto Craft
- 1,325 Results (54 Threads, 1,271 Replies)
- M_j replied Aug 29, 2011
pmullin86 — hi pmullin86, I just wrote the info file for the Ma alert and had to take some screenshots. I thought I post it here as it shows what I was talking about the Vline Alert in separate SubWindow: simulating a Bar indicator. If one ...
MJ - My Indicators
- M_j replied Aug 29, 2011
MTF display don't be fooled — MTF display don't be fooled: after a new MTF bar starts most of the time the display seems suddenly much steeper - especially if one compares it to a normal chart version on the higher timeframe. see pic below. ...
MJ - My Indicators
- M_j replied Aug 29, 2011
COMMON ERRORS: — COMMON ERRORS: I try to fetch many possible errors. One of the more annoying errors is when one tries to attach an indicator and two things are already exist: 1. when a same Unique indicator name exists: see the info for input ...
MJ - My Indicators
- M_j replied Aug 29, 2011
Common Error — as I prepare for the new indi package release I just came across a typical common error - so I thought I post it. Actually the pic below has TWO common problems 1. the drop of the sma for a couple of bars: This is because I ...
MJ - My Indicators
- M_j replied Aug 28, 2011
Yes, I find it much clearer written: you will just have to watch
to not be carried away
when the new indi stuff is coming out.On My Way To The Top
- M_j replied Aug 28, 2011
good to see you updated the first post this helps me to see what you are looking for in the alert
On My Way To The Top
- M_j replied Aug 26, 2011
I was unsure if you use such sells because of the MA stack. But color VLines will surely make it easier to spot. Thanks.
On My Way To The Top
- M_j replied Aug 26, 2011
just an idea to make it clearer for outsider: why don't you use color Vlines for the entries instead of the Yellow: e.g. UP Entry: Red, DOWN Entry Blue. just a thought.
On My Way To The Top
- M_j replied Aug 24, 2011
New start with upload — NEW START WITH UPLOAD: I will now start again uploading some of my indicators: note: all of them have a small pdf explaining the most important things. This are not much tested in real trading so I guess there might be ...
MJ - My Indicators
- M_j replied Aug 21, 2011
Maybe something related: I wanted to check for the existence of a folder: I did something like that: #import "kernel32.dll" int GetFileAttributesA(string path); #import if (GetFileAttributesA(_Path) == -1) { NOT EXISTANCE } Anyway: I'm not a windows ...
Correct Way: Check Soundfile exist
- M_j replied Aug 19, 2011
FileOpen()does not work. but I had hoped some of the other people had an other nice usable solution or a ready dll for such.
Correct Way: Check Soundfile exist
-
Correct Way: Check Soundfile exist
Started Aug 19, 2011|Platform Tech|7 replieshi, I have a small question for coders: In MT4: What is the correct way to check if a ...
- M_j replied Aug 17, 2011
Last stuff I was working on: Plots FRACKind Filtered by an SMA / EMA: A bit similar idea as the Alligator indicator from BillWilliams For UP FRACTALS: if the Fractals is above the MA it will be plotted, For DOWN Fractals if the Fractals is below the ...
MJ - My Indicators
- M_j replied Aug 17, 2011
Ok: I used in the past my own ZZ: url It, coloured the direction and added info if it was a HH / LL //HL /LH etc... also how much % of the previous ect.. quite useful stuff. I might redo it for my new system not sure yet.
MJ - My Indicators
- M_j replied Aug 17, 2011
Yes, there also some other reasons for MTF indies. If I base it on Bar open value it does not 'wiggle' repaint so many bars backwards - as some of the ' other MTF indies out there do'. Anyway: I keep you posted. I plan to write to each indi a small ...
MJ - My Indicators
- M_j replied Aug 17, 2011
In fact it will not be much different for you to trade with them - just a little bit adjustment in the beginning. Not sure if you followed my couple of threads: there are couple of reason for the change: mostly explained here: url Additional other ...
MJ - My Indicators
- M_j replied Aug 17, 2011
hi pmullin86, FIRST: I guess I understood what you would like to have. I'm have already planed to do something similar (maybe not exact the same) as you mentioned above. SECOND: BUT there is one important things you should know: I'm not planning to ...
MJ - My Indicators
- M_j replied Aug 17, 2011
hi, I got your Pm about the indi idea. I guess it will be easier if you share it here or in my Indi thread: url so you attach also any pic in case you want it for explanation.
On My Way To The Top