Quote from JD80:
Hi Everyone,
First Post! I have been following for awhile and I believe I found a way to correct the "free" primes indicator histogram, as I had seen Wi!son was looking to do this. I guess it doesn't matter completely, but it is nice to have matching charts. Perhaps someone that uses it can verify that the histograms match, but they do on mine.
Here are the instructions for Multicharts:
- Install Logic Trader Primes V2 per Prof's instructions.
- Close all open MC Windows
- Open Power Language Editor
- Click "File" and "Open"
- Select LogicTrader Primes
- Go to Line 153 and ADD** to the line what is in bold:
Plot7((value4value4[1])*50*1.44,"TrendHistUp",default,default,default);
- Go to Line 155 and ADD** to the line what is in bold:
Plot6((value4-value4[1])*50*1.44,"TrendHistDown",default,default,default);
- Click "File" and "Save"
- Click "Compile" and "All Studies"
- Reopen MC and enjoy!
**1.44 seems to be 3.0/2 with some sort of rounding error, perhaps because the calculation is not normally made at the end. However, this seems to match exactly the built-in ERG-only histogram with a 3 multiplier.
***This also works the same way with Tradestation Version. Lines 173 and 175
I hope this helps someone.
JD