- Search Metals Mine
- zznbrm replied Aug 12, 2012
Three options...all require programming skills: 1) Use a tick recorder to save bid/ask data. Then create an indicator to read this tick data, calculating spreads per your needs. 2) Accumulate the spread data for each incoming tick and save it in ...
Spread history indicator
- zznbrm replied Aug 12, 2012
The "TmaSlopeTrue-CB" indicator applies the crystal ball algorithm to the current bar to identify the price levels to be displayed in the right margin of the chart. To show these price levels for previous bars in the chart, you would need to apply ...
TMA Reality Tour
- zznbrm replied Aug 10, 2012
Yes, it is feasible. One way: In MT4, create a script to "listen" for the new price from your Excel spreadsheet using your favorite IPC method for communication. There are many different IPC methods for sending messages between apps, but named pipes ...
Importing Values from Excel into MT4
- zznbrm replied Aug 4, 2012
The attached indicator should do what you want for the WPR. We'll have to see how it performs when the market opens. Keep in mind that the value will change as new n-period highs/lows are made by the current candle. The screenshot below shows the ...
Challenge to mt4 tech
- zznbrm replied Aug 4, 2012
You could probably somehow triangulate the T3 and then wrap a ATR envelope around it. But I can't imagine it would provide anything earth-shattering. Creating an indicator to plot the slope of the T3 is possible also...you would just need to ...
TMA Reality Tour
- zznbrm replied Aug 2, 2012
Mike - I thought I would answer your questions publicly because I'm sure there are others that don't understand either. Q1) Does the TmaSlopeTrue measure the slope of the LWMA or the TMA? As I have stated previously, the TmaSlopeTrue indicator ...
TMA Reality Tour
- zznbrm replied Aug 1, 2012
There may be one, but I don't know what it is. Sorry.
Assorted Indicators/Scripts
- zznbrm replied Jul 31, 2012
Yes, it is about just changing a few numbers. I don't know of any books that will help...sometimes it is just best to analyze the code and update it per your requirements. If you are using one of the normalized versions of TmaSlope that is popular ...
TMA Reality Tour
- zznbrm replied Jul 31, 2012
As stated in this post: url you need to update the calcTmaSlope() function to reflect the algorithm you are using to calculate the slope. My best guess is that someone else created the "Slope norm" indicator you are using...thus that indicator ...
TMA Reality Tour
- zznbrm replied Jul 23, 2012
Thanks for your kind words. I have never heard of a "baluda indicator"...so I'm not sure what algorithm it uses. I just try to help folks with some of the technical aspects of forex trading. I leave it up to them to figure out what works and what ...
TMA Reality Tour
- zznbrm replied Jul 21, 2012
Based upon the MT4 user guide, it appears this is doable. Look at the "Settings of the Strategy Tester Launch" under "Configuration at Startup". This will show you how to launch MT4, test an EA in the Strategy Tester, save the report, and then ...
Is there a way to Que backtests?
- zznbrm replied Jul 20, 2012
CB stands for Crystal Ball...it is in reference to the algorithm I created to determine the price at which certain indicator values will be reached in the future. I've used it for years on all types of indicators. I had not adapted it for the ...
TMA Reality Tour
- zznbrm replied Jul 19, 2012
mobthehop - Thanks for your kind words. This indicator was created for someone else per a request I received a few days ago. Send me your requirements for changes to the indicator and I will see what I can do.
TMA Reality Tour
- zznbrm replied Jul 18, 2012
M - Per your request, here is the TmaSlope crystal ball indicator. For each timeframe added to the chart, it shows the current status (Buy, Range, Sell) per the user's input parameters. In the screenshot below, green is buy (above 0.3 slope), red is ...
TMA Reality Tour
- zznbrm replied Jul 17, 2012
There are more efficient ways to do it, but try this:
Calculating only buy candles vs sell candles
- zznbrm replied Jul 16, 2012
Some folks were having trouble with the attachment, so I deleted it. Got busy and forgot to re-upload. Here you go:
TMA Reality Tour