- Search Crypto Craft
- 1,325 Results (54 Threads, 1,271 Replies)
- M_j replied Jul 14, 2011
What to test: Chart Interval — What to test: Indicator's Single Chart Interval Version: MUST PASS: (always try using also more extreme input settings) 1. LiveData Calculation Plot must correspond with PastData Calculation Plot (Post: 3-6) See ...
MJ-Testing customary indicators
- M_j replied Jul 13, 2011
Yes I use for the live bar a shift of 1 because as I mentioned in my first post this indies are calculated with the Bar open price plus for live bar the normal last tick (Close) value. The GlobalValue is set to what is in the STO Buffer: when I go ...
MJ - My Indicators
- M_j replied Jul 13, 2011
Ok: I hope this works for you. Attached version with GlobalVariable: Note this is still the test version of the indi. From your PM I assumed you do not want me to delete the variable after the indi is removed. You can set the GlobalVariable ...
MJ - My Indicators
- M_j replied Jul 13, 2011
censura — hi censura, I think I understood what you want. I don't plan to do that in general for my indies as I do not see the need for myself and most people: But I can do for you a separate version of the two STo(Chart and MTF) if you want.
MJ - My Indicators
- M_j replied Jul 13, 2011
hi, I'm not very familiar with the url symbol - Symbol the data of which should be used to calculate indicator. NULL means current symbol. I guess it should work similar- as I normally use the Symbol() only once to assign it to a variable I use ...
MJ - My Indicators
- M_j replied Jul 13, 2011
hi censura, maybe just one thing before hand: this are still test versions: need to clean up some of the internal code stuff (also need to carefully recheck if the work as outlined in: MJ-Testing customary indicators url ) Anyway: I'm not exactly ...
MJ - My Indicators
- M_j replied Jul 12, 2011
NEW TEST indi pack (14 indies SMA, EMA, Stochastic, MACD) — Finished the first planned test versions (14 indies SMA, EMA, Stochastic, MACD). Download from the First post: url This are test versions which might still have a number of issues. ...
MTF Alerter and ChartDisplay thoughts!
- M_j replied Jul 12, 2011
Suggested Order of testing — Suggested Order of testing: 1. Indicator's Single Chart Interval Version 2. Indicator's Single MTF Interval Version (using the Chart Version above as reference) e.g.: ChartInterval Version M5 and MTF ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
For MTF indis: e.g. Resource MTF interval is M5 Chart is M1. All of the above must also work: When variables for further calculation are passed on between the PastCalulation function to the LiveCalculation function: it is important to check it works ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
Note — Note: some of my MT4 posted indies in this thread might not work correctly: My new stuff is at: url see also: MJ-Testing customary indicators url
Spud's Predictive MTF Stochastics
- M_j replied Jul 12, 2011
LiveData Calculation Plot must correspond with PastData Calculation Plot — 4. Now make sure that the bars between the Yellow and Aqua vertical line have for both indicators the same Values best to user the 'Data Window' (pic4) and (pic5) again ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
LiveData Calculation Plot must correspond with PastData Calculation Plot — 3. Without restarting or changing anything else add a additional same indicator (maybe you should change the 'sUniquePrefix') (pic3) * This will calculate the PastData ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
LiveData Calculation Plot must correspond with PastData Calculation Plot — 2. let it run for some time IMPORTANT without restarting or changing anything (pic2 Aqua vertical line) should not be the Chart bar 0. (Note for MTF indies let it run ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
LiveData Calculation Plot must correspond with PastData Calculation Plot — Any Indicator: How to Test: After indicator initialization (e.g. new start of MT4 terminal) : 1. place a vertical line at Chart Bar 1 (pic1 Yellow vertical line) * I ...
MJ-Testing customary indicators
- M_j replied Jul 12, 2011
NEW TEST indi pack (14 indies) — NEW TEST indi pack (14 indies SMA, EMA, Stochastic, MACD) Download from the First post: MJ_Indies_20110712__v.100.30.zip This are test versions which might still have a number of issues. use the ideas from ...
MJ - My Indicators
- M_j replied Jul 12, 2011
BTW: for most of my indicator one has to enable for that tests: bShowIndicatorInfo = true (but already in the beginning when one adds the indi) LiveData Calculation: Chart Interval version and MTF Interval Version: must use the same calculated live ...
MJ-Testing customary indicators
-
MJ-Testing customary indicators
Started Jul 12, 2011|Platform Tech|10 repliesJust some small ideas/items to check when writing customary indicators. Especially in the ...
- M_j replied Jul 12, 2011
sweetmoya reply — hi sweetmoya, in response to your PM: I'm personally not using any emai alerts - so I never tested it. I hope it works: see attachment. My new stuff is at: url for some background to the new indies check out: url
On My Way To The Top
- M_j replied Jul 11, 2011
ADDED NEW MACD Chart interval — ADDED NEW MACD Chart interval: Download from the First post: MJ_Indies_20110711__v.100.27.zip Next will be a MTF Version of the MACD indi. This MACD follows a similar display and way of calculation as the one ...
MJ - My Indicators