Training today and am playing with signal markers. As a simple signal I created the following:
RWIL > RWI AND RTX_IsChartmillValue < 0
Signal fails. What I discovered is that if the chartmill value is anything above 0, such as 0.1, it fires just fine. Using less than zero or anything below this kills all signals, even when the condition clearly exists. Ambition in this test model was to use a chartmill value of say -.50. Where am I going wrong? Thanx...
I tested this and it worked fine on my end. Can you share the chart/definition and I'll take a look.
Not sure If I did this right, can you access definition? I attempted to set up SMTP but have my mail in other computer. Can't re-access SMTP setting in the share dialog so I sent it to the Linnsoft site: Here is the page:
https://www.linnsoft.com/charts/deltadivergencemossmodified-es The signal in question is randomWalkChartmillSell
When I imported your chart, the RTX token (in your case, RTX_IsChartmillValue) is setup with RTX Indicator lsSample and not lsChartmillValue. Is that not the case on your end as well? See: https://www.screencast.com/t/OzAVA5EQ
If so, double-click on that token in the list on the upper right and change lsSample to lsChartmillValue and specify the preferences.
If it's also setup with Chartmill on your end, it could be that we have an issue with the chart definition and RTX Indicators. Let me know.
That is what loads... Specifically, when I open the RTX Window, and radio is set to signal, scroll down to RTX, select it, and the box comes up, choose #IsChartmillValue,, and then hit >= to install it into the window, it loads as chartmill on the left and then on the right I get the sample in the name box. I also always get two entries. Might need to screenshare so you can see it. The coding winds up correct and stays that way in the RTL window though...
Renaming as you suggested solved the problem... Thank you
C#1 AND C#2
I successfully added the C variables into the Token preferences window but can't locate how to set them. I do not see Setup: Preferences: User Variables anywhere nor am I being asked to set them and double clicking on them in the TP window doesn't work either.... Sorry to be a pest :)...
The easiest way to set C#1 and C#2 values for a chart is with a char Button Indicator. Right-click in chart and Add > Button, Dbl-click on New Button. Setup Button as you see below for C#1. Replicate the process again but changing C#1 to C#2 in the two places in Button indicator settings. Now you can click those buttons to change underlying C#1 or C#2 value.